r3341: - don't zero the async structure (makes valgrind more useful)
[gd/samba-autobuild/.git] / source4 / smb_server / negprot.c
2007-10-10 Andrew Tridgellr2783: got rid of the unused remote architecture detect...
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 Bartlettr2550: survive our own BASE-NEGNOWAIT torture test.
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 Bartlettr1796: Enable server-side SPNEGO, now that I have fixed...
2007-10-10 Andrew Bartlettr1731: Add server-side SPNEGO support to Samba (disable...
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
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 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr818: added server side SMB signing to Samba4
2007-10-10 Andrew Tridgellr815: include our netbios name in the negprot response...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*