summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-182-12/+91
* Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter2001-10-182-4/+4
* removed some debug codeAndrew Tridgell2001-10-171-2/+2
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-173-33/+337
* Fixed inconsistent definitions of InBuf/OutBuf/last_char.Jeremy Allison2001-10-171-3/+0
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-0/+2
* Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h...Jeremy Allison2001-10-161-2/+3
* split session setup code out of reply.c in preparation for addingAndrew Tridgell2001-10-152-344/+356
* introduce mangle backward compatibility functionsSimo Sorce2001-10-131-2/+147
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-122-27/+55
* fixed compiler warning.Tim Potter2001-10-121-1/+1
* merge from 2.2Gerald Carter2001-10-111-2/+2
* remove unused function in mangle.cSimo Sorce2001-10-111-12/+0
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-4/+4
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+6
* Fixed some compile warnings.Tim Potter2001-10-101-4/+2
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-14/+16
* tim suggested to add a copyright note :)Simo Sorce2001-10-081-1/+21
* more fixing and testing.Simo Sorce2001-10-071-54/+83
* Fix up indenting in out SAM password check code.Andrew Bartlett2001-10-061-46/+49
* init only in test code.Simo Sorce2001-10-041-48/+55
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-0/+2
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-16/+32
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0244-94/+2
* honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell2001-10-011-2/+1