summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/negprot.c
Commit message (Expand)AuthorAgeFilesLines
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-031-3/+4
* s4-param Rename lock_path() -> lpcfg_lock_path()Andrew Bartlett2011-04-291-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-26/+26
* s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett2009-12-221-4/+1
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-1/+0
* use the new talloc_reparent in two placesAndrew Tridgell2009-07-011-1/+1
* s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2009-05-261-1/+0
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-17/+19
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-1/+1
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-0/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-29/+30
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-0/+1
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-211-0/+1
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-26/+28
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-101-1/+1
* r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher2007-10-101-0/+13
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-3/+3
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2007-10-101-2/+6
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-6/+9
* r16923: remove unused substitude codeStefan Metzmacher2007-10-101-1/+0
* r16735: vista beta2 reuses the tcp connect where it does theStefan Metzmacher2007-10-101-15/+1
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-101-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-0/+1
* r14041: be a bit less verboseStefan Metzmacher2007-10-101-1/+1
* r13911: Make these debug messages clearer.Andrew Bartlett2007-10-101-3/+5
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-10/+10
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-101-1/+1
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-101-1/+31
* r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ...Stefan Metzmacher2007-10-101-30/+34
* r13857: add "Windows for Workgroups 3.1a" support to the serverStefan Metzmacher2007-10-101-10/+11
* r13403: Try to better handle a case where SPNEGO isn't available (allow us toAndrew Bartlett2007-10-101-20/+28
* r13204: Remove extra newline we don't need.Andrew Bartlett2007-10-101-1/+1
* r11992: Potentially allow SPNEGO to be disabled (as occours on WinXPAndrew Bartlett2007-10-101-13/+22
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-101-0/+472