summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-46/+93
* Turned down noisy debug statement.Tim Potter2001-01-301-1/+1
* Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-301-0/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-292-3/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-251-0/+5
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-1/+16
* Sync up with POSIX ACL code from 2.2.Jeremy Allison2001-01-242-11/+54
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-243-34/+45
* smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison2001-01-243-200/+344
* Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison2001-01-231-21/+51
* only add the service name and client machine name to list of users namesGerald Carter2001-01-232-3/+11
* include/vfs.h:Jeremy Allison2001-01-238-32/+389
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-221-3/+4
* 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