summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-01-11First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison1-97/+493
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill2-0/+4
2001-01-11rpc_server/srv_samr.c:Jeremy Allison2-6/+38
2001-01-09Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison1-36/+70
2001-01-08Patch from Richard Bollinger for dead entries being left in connections tdb.Jeremy Allison2-1/+6
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill3-2/+22
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-4/+18
2000-12-19Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison1-94/+109
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison1-3/+3
2000-12-18Fix typos in new group sid check.Jeremy Allison1-2/+2
2000-12-16Fixed chown/chgrp setting from smbcacls.Jeremy Allison1-0/+2
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-0/+9
2000-12-12Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison1-10/+23
2000-12-12Fixed processing of dfree script (was truncating).Jeremy Allison1-2/+0
2000-12-12Compile fix for new arg to create_nt_token()Tim Potter1-1/+3
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2-10/+34
2000-12-12Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison1-7/+10
2000-12-12Extra part of fix that Gerald missed (sorry).Jeremy Allison1-1/+1
2000-12-11subtle bug where files which missed the stat_cache but were addedGerald Carter1-10/+7
2000-12-11Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison1-1/+2
2000-12-11Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison1-8/+22
2000-12-08Fixed compiler warning.Jeremy Allison1-2/+2
2000-12-08Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison3-0/+6
2000-12-08Removed unused auto (IRIX compiler warning).Jeremy Allison1-2/+1
2000-12-08Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison1-1/+2
2000-12-07Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison1-36/+46
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison4-6/+6
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-38/+61
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-61/+47
2000-12-06Print debug if domain_client_validate() cannot fetch the trust accountTim Potter1-1/+2
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-11/+10
2000-12-06Fixed compiler warning.Tim Potter1-2/+2
2000-12-06Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison1-42/+42
2000-12-04Remove C++ style commentsDavid O'Neill1-1/+1
2000-12-01Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison1-74/+95
2000-11-30Keep syncing up POSIX ACL work...Jeremy Allison1-110/+111
2000-11-30Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison1-22/+198
2000-11-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison1-60/+81
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-0/+5
2000-11-27Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison1-0/+8
2000-11-27Removed unnessesary init.Jeremy Allison1-1/+1
2000-11-24This should fix Office failing to print to "FILE:".Jeremy Allison1-3/+3
2000-11-22Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison1-0/+3
2000-11-21Don't forget to convert into UNIX character set before callingJeremy Allison1-1/+1
2000-11-21combined 2 if statments which used the same conditionGerald Carter1-3/+5
2000-11-21Fix for off-by-one StrnCpy.Jeremy Allison1-1/+1
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2-5/+10
2000-11-17we don't need the separate lp_status() connection records any moreAndrew Tridgell1-12/+0
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell2-36/+27
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison1-0/+10