summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-11-04a big one:Simo Sorce1-1084/+249
2001-11-04Fix segfault. sup_tok might not always be with us.Andrew Bartlett1-3/+5
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison7-67/+154
2001-11-03anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett1-1/+1
2001-11-03Minor cleanups/fixes in the NTLMv2 codeAndrew Bartlett1-6/+2
2001-11-03Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett1-5/+5
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett4-27/+36
2001-10-31This should fix up the compile with krb5.Andrew Bartlett1-7/+9
2001-10-31When you make a data_blob() then you probably need to free it too...Andrew Bartlett1-0/+4
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett11-511/+1086
2001-10-31SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett1-3/+7
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-1/+13
2001-10-30Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett3-2/+14
2001-10-29Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett1-8/+8
2001-10-29another few changes to the new mangle codeSimo Sorce1-2/+27
2001-10-29change some more functions to the new mangle interface.Simo Sorce1-9/+11
2001-10-29- fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce1-4/+81
2001-10-29This commit is number 4 of 4.Andrew Bartlett2-13/+13
2001-10-29This commit is number 3 of 4.Andrew Bartlett7-27/+49
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-0/+6
2001-10-29Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter1-1/+1
2001-10-28fix a logic bug on max size of a returned string,Simo Sorce1-3/+9
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison1-2/+2
2001-10-26Fixed compile warning.Tim Potter1-1/+1
2001-10-24Made default vfs ops static so we can use this symbol in actual modules.Tim Potter1-1/+1
2001-10-23more compiler warningsHerb Lewis3-3/+3
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis4-7/+6
2001-10-23IRIX compiler dies not like casts in macro argsHerb Lewis1-1/+1
2001-10-22ops, some testing code in compat function let only mangled name come back.Simo Sorce1-12/+12
2001-10-22server support for RAP session list functionJim McDonough2-0/+118
2001-10-22lets try the new mangling codeSimo Sorce2-7/+44
2001-10-22- fixed link order of krb5 libsAndrew Tridgell2-19/+6
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2-10/+10
2001-10-21patch for neater output() function from vanceAndrew Tridgell1-351/+193
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-22/+18
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-1/+3
2001-10-21support both old and new kerberos OIDsAndrew Tridgell1-1/+1
2001-10-21fixed the spnego detection code in session setupAndrew Tridgell1-2/+8
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2-4/+4
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison5-993/+983
2001-10-20Use asprintf, do bounds check, better rc logicJim McDonough1-33/+43
2001-10-20crude fix for anonymous session setup with extended securityAndrew Tridgell1-1/+62
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell2-2/+7
2001-10-20finished auth when we get a valid kerberos ticketAndrew Tridgell1-8/+58
2001-10-20add non_root_mode() checkAndrew Tridgell1-1/+1
2001-10-20quick fix for krb5 compilation. I've told vance how to fix this moduleAndrew Tridgell1-5/+2
2001-10-19Add RAP net share add supportJim McDonough1-31/+113
2001-10-19print in a human readable format when the password expired.Jean-François Micouleau1-1/+1
2001-10-19Fixed issues with changenotify only being called once in VC++.Jeremy Allison1-4/+29