Add probing from the server that the client is still there, also make

the client check that the server is probing.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12419 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-03 13:36:09 +00:00
parent 33222471b9
commit 715020f048
3 changed files with 155 additions and 12 deletions

View File

@@ -46,6 +46,8 @@
#include <util.h>
#endif
#include <parse_time.h>
#define IPROP_VERSION "iprop-0.0"
#define KADM5_SLAVE_ACL HDB_DB_DIR "/slaves"
@@ -62,7 +64,9 @@ enum iprop_cmd { I_HAVE = 1,
FOR_YOU = 2,
TELL_YOU_EVERYTHING = 3,
ONE_PRINC = 4,
NOW_YOU_HAVE = 5
NOW_YOU_HAVE = 5,
ARE_YOU_THERE = 6,
I_AM_HERE = 7
};
#endif /* __IPROP_H__ */