summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed the error code handling in can_delete() by converting it toAndrew Tridgell2001-09-211-19/+22
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-3/+3
* We are not meant to touch the username, so use the pass->pw_name output ratherAndrew Bartlett2001-09-201-6/+6
* Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett2001-09-201-37/+56
* Fix for MiXed and UPPER case usernames with plaintext PAM passwords.Andrew Bartlett2001-09-201-1/+1
* Revert this one: The NTLMv2 checks need the original username as foundAndrew Bartlett2001-09-201-1/+1
* - Fix up to use sampass->username insted of user_info->smb_usernameAndrew Bartlett2001-09-191-7/+7
* Adding the appropirate files might help...Andrew Bartlett2001-09-191-0/+714
* Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett2001-09-191-16/+23
* printf() -> d_printf()Andrew Bartlett2001-09-191-1/+1
* Removed unneeded variable, added comment on deadlock prevention.Jeremy Allison2001-09-191-9/+9
* removed anti-race code that could cause a classic ABBA deadlockAndrew Tridgell2001-09-191-21/+1
* added a hook to reopen all tdb's after the server forkAndrew Tridgell2001-09-191-0/+3
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-191-4/+10
* got rid of bogus write list substitution error messagesAndrew Tridgell2001-09-191-15/+18
* don't try to initgroups in non root modeAndrew Tridgell2001-09-191-0/+4
* move to SAFE_FREE()Simo Sorce2001-09-1727-162/+118
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-9/+20
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-163-17/+62
* Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett2001-09-161-51/+27
* use variables _before_ freeing them!Simo Sorce2001-09-151-3/+2
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-153-93/+21
* Oops... For reference, NTLMv2 passwords are > 24 chars in length, whileAndrew Bartlett2001-09-151-1/+1
* This looked suspicious now we are attempting to to NTLMv2.Andrew Bartlett2001-09-151-2/+2
* Actually fill in the status for sainity checksAndrew Bartlett2001-09-151-1/+1
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-142-17/+5
* Some patches to authentication:Tim Potter2001-09-125-19/+29
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-122-5/+1
* Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison2001-09-101-1/+11
* made a couple of local fns staticAndrew Tridgell2001-09-102-6/+12
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-5/+0
* convert more code to using d_printfAndrew Tridgell2001-09-082-2/+2