summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Get the logic right thistime :-(.Jeremy Allison2001-01-171-2/+3
* Typo in new file_chmod code caused file attribute changes to fail.Jeremy Allison2001-01-171-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-3/+4
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-1/+1
* Fixes for POSIX ACLS. ACL merge code.Jeremy Allison2001-01-151-25/+108
* Updated from 2.2.Jeremy Allison2001-01-151-3/+40
* Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2001-01-111-2/+2
* First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison2001-01-111-97/+493
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-112-0/+4
* rpc_server/srv_samr.c:Jeremy Allison2001-01-112-6/+38
* Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison2001-01-091-36/+70
* Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison2001-01-082-1/+6
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-043-2/+22
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-4/+18
* Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison2000-12-191-94/+109
* Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison2000-12-191-3/+3
* Fix typos in new group sid check.Jeremy Allison2000-12-181-2/+2
* Fixed chown/chgrp setting from smbcacls.Jeremy Allison2000-12-161-0/+2
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-0/+9
* Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison2000-12-121-10/+23
* Fixed processing of dfree script (was truncating).Jeremy Allison2000-12-121-2/+0
* Compile fix for new arg to create_nt_token()Tim Potter2000-12-121-1/+3
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-122-10/+34
* Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison2000-12-121-7/+10
* Extra part of fix that Gerald missed (sorry).Jeremy Allison2000-12-121-1/+1
* subtle bug where files which missed the stat_cache but were addedGerald Carter2000-12-111-10/+7
* Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison2000-12-111-1/+2
* Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison2000-12-111-8/+22
* Fixed compiler warning.Jeremy Allison2000-12-081-2/+2
* Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison2000-12-083-0/+6
* Removed unused auto (IRIX compiler warning).Jeremy Allison2000-12-081-2/+1
* Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison2000-12-081-1/+2
* Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison2000-12-071-36/+46
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-074-6/+6
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-38/+61
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-61/+47
* Print debug if domain_client_validate() cannot fetch the trust accountTim Potter2000-12-061-1/+2
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-11/+10
* Fixed compiler warning.Tim Potter2000-12-061-2/+2
* Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison2000-12-061-42/+42
* Remove C++ style commentsDavid O'Neill2000-12-041-1/+1
* Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison2000-12-011-74/+95
* Keep syncing up POSIX ACL work...Jeremy Allison2000-11-301-110/+111
* Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison2000-11-301-22/+198
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-60/+81
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-271-0/+5
* Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison2000-11-271-0/+8
* Removed unnessesary init.Jeremy Allison2000-11-271-1/+1
* This should fix Office failing to print to "FILE:".Jeremy Allison2000-11-241-3/+3
* Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison2000-11-221-0/+3