summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison2001-09-071-3/+7
* #ifdef out function when not used.Jeremy Allison2001-09-071-0/+2
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-0/+32
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2
* Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison2001-09-051-7/+0
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-052-1/+21
* when you update the share mode in the db you must also updateAndrew Tridgell2001-09-051-0/+7
* fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell2001-09-051-142/+143
* merge profile data changes from 2.2Herb Lewis2001-09-051-6/+36
* added filename to error_packet()Andrew Tridgell2001-09-051-7/+8
* Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7