diff options
author | Jeremy Allison <jra@samba.org> | 2010-05-17 18:22:19 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-05-17 18:22:19 -0700 |
commit | 285b62832779f53b135adae4f2c76c424d193cab (patch) | |
tree | e8cdbd9c713926924705bee0d4a93d0123f90eb2 /source3/include | |
parent | b481b8e1f52562d21e060ad321f05c9d3c7ede0d (diff) | |
download | samba-285b62832779f53b135adae4f2c76c424d193cab.tar.gz samba-285b62832779f53b135adae4f2c76c424d193cab.tar.bz2 samba-285b62832779f53b135adae4f2c76c424d193cab.zip |
Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 53f76545bf..6099ecf0e9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6268,6 +6268,7 @@ user_struct *get_partial_auth_user_struct(struct smbd_server_connection *sconn, void invalidate_vuid(struct smbd_server_connection *sconn, uint16 vuid); void invalidate_all_vuids(struct smbd_server_connection *sconn); int register_initial_vuid(struct smbd_server_connection *sconn); +int register_homes_share(const char *username); int register_existing_vuid(struct smbd_server_connection *sconn, uint16 vuid, struct auth_serversupplied_info *server_info, |