X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fglobals.h;h=b876280860ce015a4f8b703a7269816f61cd6201;hb=22a32e7449133013789f3fc7ff6b32772b0c76cc;hp=11a35867b5c160eb1d8cab5f8eba601b597c85e6;hpb=4021b76ce3f3e51756e9d59b4a5a045ad6398dc8;p=netatalk.git diff --git a/include/atalk/globals.h b/include/atalk/globals.h index 11a35867..b8762808 100644 --- a/include/atalk/globals.h +++ b/include/atalk/globals.h @@ -107,6 +107,8 @@ struct afp_options { char *signatureopt; unsigned char signature[16]; char *k5service, *k5realm, *k5keytab; + size_t k5principal_buflen; + char *k5principal; char *unixcodepage, *maccodepage, *volcodepage; charset_t maccharset, unixcharset; mode_t umask; @@ -141,6 +143,7 @@ typedef struct AFPObj { gid_t *groups; int ngroups; int afp_version; + int cnx_cnt, cnx_max; /* Functions */ void (*logout)(void); void (*exit)(int);