r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
[bbaumbach/samba-autobuild/.git] / source4 / smb_server / sesssetup.c
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Bartlettr3361: Allow Samba4 (I'm interested in ntlm_auth in...
2007-10-10 Andrew Bartlettr3186: Use the properties of the new talloc() system...
2007-10-10 Andrew Tridgellr2797: don't free the server_info before using it for...
2007-10-10 Andrew Tridgellr2669: convert make_user_info() and associated function...
2007-10-10 Andrew Tridgellr2657: if we are already fully authenticated in session...
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Tridgellr2590: fixed one of the server security memory leaks...
2007-10-10 Andrew Bartlettr2542: I really don't like the 'substitute' code, and...
2007-10-10 Andrew Tridgellr2521: fixed two uninitialised data errors found with...
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Andrew Bartlettr1796: Enable server-side SPNEGO, now that I have fixed...
2007-10-10 Andrew Bartlettr1762: Ensure that a user (as opposed to guest) cannot...
2007-10-10 Stefan Metzmacherr1747: don't segfault when the spnego mech only use...
2007-10-10 Andrew Bartlettr1731: Add server-side SPNEGO support to Samba (disable...
2007-10-10 Andrew Bartlettr1687: Fix bogus requirement for SMB signing on guest...
2007-10-10 Andrew Tridgellr1507: fixed the handling of SMB chaining with the...
2007-10-10 Stefan Metzmacherr1499: combine struct user_struct and struct smbsrv_user
2007-10-10 Stefan Metzmacherr1337: use sess->nt1. in sesssetup_nt1 :-)
2007-10-10 Stefan Metzmacherr1336: check the vuid in old style sessionsetup too
2007-10-10 Andrew Bartlettr1293: Indent
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1280: rename struct request_context to smbsrv_request
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Andrew Bartlettr1019: Push the auth subsystem away from using typedef...
2007-10-10 Andrew Tridgellr818: added server side SMB signing to Samba4
2007-10-10 Andrew Bartlettr443: Update Samba4 to the auth and NTLMSSP code from...
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*