summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett2001-11-031-5/+5
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-014-27/+36
* This should fix up the compile with krb5.Andrew Bartlett2001-10-311-7/+9
* When you make a data_blob() then you probably need to free it too...Andrew Bartlett2001-10-311-0/+4
* Fix up domain logons. Tested with NT4.Andrew Bartlett2001-10-311-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-3111-511/+1086
* SPNEGO works perfectly well with security=domain, so don't exclude it.Andrew Bartlett2001-10-311-3/+7
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-1/+13
* Spnego on the 'server' end of security=server just does not work, so set theAndrew Bartlett2001-10-303-2/+14
* Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2001-10-291-8/+8
* another few changes to the new mangle codeSimo Sorce2001-10-291-2/+27
* change some more functions to the new mangle interface.Simo Sorce2001-10-291-9/+11
* - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce2001-10-291-4/+81
* This commit is number 4 of 4.Andrew Bartlett2001-10-292-13/+13
* This commit is number 3 of 4.Andrew Bartlett2001-10-297-27/+49
* This commit is number 1 of 4.Andrew Bartlett2001-10-291-0/+6
* Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter2001-10-291-1/+1
* fix a logic bug on max size of a returned string,Simo Sorce2001-10-281-3/+9
* smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-271-2/+2
* Fixed compile warning.Tim Potter2001-10-261-1/+1
* Made default vfs ops static so we can use this symbol in actual modules.Tim Potter2001-10-241-1/+1
* more compiler warningsHerb Lewis2001-10-233-3/+3
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-234-7/+6
* IRIX compiler dies not like casts in macro argsHerb Lewis2001-10-231-1/+1
* ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12
* server support for RAP session list functionJim McDonough2001-10-222-0/+118
* lets try the new mangling codeSimo Sorce2001-10-222-7/+44
* - fixed link order of krb5 libsAndrew Tridgell2001-10-222-19/+6
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-212-10/+10
* patch for neater output() function from vanceAndrew Tridgell2001-10-211-351/+193
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-22/+18
* change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell2001-10-211-1/+3
* support both old and new kerberos OIDsAndrew Tridgell2001-10-211-1/+1
* fixed the spnego detection code in session setupAndrew Tridgell2001-10-211-2/+8
* Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-202-4/+4
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-205-993/+983
* Use asprintf, do bounds check, better rc logicJim McDonough2001-10-201-33/+43
* crude fix for anonymous session setup with extended securityAndrew Tridgell2001-10-201-1/+62
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-202-2/+7
* finished auth when we get a valid kerberos ticketAndrew Tridgell2001-10-201-8/+58
* add non_root_mode() checkAndrew Tridgell2001-10-201-1/+1
* quick fix for krb5 compilation. I've told vance how to fix this moduleAndrew Tridgell2001-10-201-5/+2
* Add RAP net share add supportJim McDonough2001-10-191-31/+113
* print in a human readable format when the password expired.Jean-François Micouleau2001-10-191-1/+1
* Fixed issues with changenotify only being called once in VC++.Jeremy Allison2001-10-191-4/+29
* Tidy up debug in notify code.Jeremy Allison2001-10-192-24/+35
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-193-61/+267
* client : Fixed error return.Jeremy Allison2001-10-191-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-189-76/+180
* got rid of start_background_queue()Andrew Tridgell2001-10-181-1/+6