r26260: Store loadparm context in gensec context.
[jelmer/samba4-debian.git] / source / smb_server / smb / negprot.c
2007-12-21 Jelmer Vernooijr26260: Store loadparm context in gensec context.
2007-12-21 Jelmer Vernooijr26221: Add loadparm_context parameter to auth_context_...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25551: Convert to standard bool type.
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23680: Make it easier to setup a domain member server...
2007-10-10 Stefan Metzmacherr22774: correctly initialize the smbsrv_connection...
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Tridgellr19504: - fixed a free error in file_lines_parse
2007-10-10 Stefan Metzmacherr17341: pass a messaging context to auth_context_create()
2007-10-10 Stefan Metzmacherr16923: remove unused substitude code
2007-10-10 Stefan Metzmacherr16735: vista beta2 reuses the tcp connect where it...
2007-10-10 Stefan Metzmacherr16464: split client and server min/max protocol settings
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Stefan Metzmacherr14041: be a bit less verbose
2007-10-10 Andrew Bartlettr13911: Make these debug messages clearer.
2007-10-10 Stefan Metzmacherr13870: prefix more functions with smbsrv_
2007-10-10 Stefan Metzmacherr13865: prefix functions with smbsrv_
2007-10-10 Stefan Metzmacherr13860: - add support for SMB2 ("SMB 2.001") negotiatio...
2007-10-10 Stefan Metzmacherr13858: - use req_pull_ascii4() instead of doing strlen...
2007-10-10 Stefan Metzmacherr13857: add "Windows for Workgroups 3.1a" support to...
2007-10-10 Andrew Bartlettr13403: Try to better handle a case where SPNEGO isn...
2007-10-10 Andrew Bartlettr13204: Remove extra newline we don't need.
2007-10-10 Andrew Bartlettr11992: Potentially allow SPNEGO to be disabled (as...
2007-10-10 Stefan Metzmacherr11786: move all SMB protocol specific stuff to smb_ser...