summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-31/+32
* Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett2001-09-301-3/+3
* undef the code for nowSimo Sorce2001-09-291-2/+2
* further devel and test kit.Simo Sorce2001-09-291-67/+264
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-295-61/+80
* get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce2001-09-271-112/+139
* minor fixesSimo Sorce2001-09-271-10/+5
* OpenSSL merge from 2.2Gerald Carter2001-09-261-9/+19
* Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2001-09-262-169/+61
* Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2001-09-261-5/+20
* Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2001-09-261-73/+111
* Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett2001-09-261-7/+11
* Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett2001-09-261-6/+1
* Update build_options.c in line with new configure options.Andrew Bartlett2001-09-261-6/+10
* - the inactive core of the new mangling code that use tdbSimo Sorce2001-09-251-0/+357
* fixed a typoAndrew Tridgell2001-09-251-1/+1
* Log sys_acl_set_XX at level 2 not zero.Jeremy Allison2001-09-251-2/+2
* Change log message to 2 from zero when failing to create directory.Jeremy Allison2001-09-241-1/+1
* Lets call an NTSTATUS an nt_status, not an ecode.Andrew Bartlett2001-09-231-6/+6
* Zero out these pstrings before we start: makes for much easier debugging.Andrew Bartlett2001-09-231-2/+2
* Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett2001-09-232-9/+7
* Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-221-0/+11
* Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-211-68/+125