summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-13/+13
2001-02-22Fixed file descriptor leak in error processing of print jobs.Jeremy Allison1-3/+17
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-3/+12
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison3-6/+18
2001-02-15samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis1-1/+1
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-2/+5
2001-02-12Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison5-8/+61
2001-02-11Ensure people know this is unused.Jeremy Allison1-567/+0
2001-02-08reverted *.* patch until someone explains to me what the test case isAndrew Tridgell1-5/+0
2001-02-08merge from SAMBA_2_2Gerald Carter2-2/+13
2001-02-08replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter1-3/+9
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-46/+93
2001-01-30Turned down noisy debug statement.Tim Potter1-1/+1
2001-01-30Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison1-0/+3
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill2-3/+3
2001-01-25Changes from APPLIANCE_HEAD:David O'Neill1-0/+5
2001-01-25Fixes from appliance-head for pdc searches.Jeremy Allison1-1/+16
2001-01-24Sync up with POSIX ACL code from 2.2.Jeremy Allison2-11/+54
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison3-34/+45
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison3-200/+344
2001-01-23Fix from Kenichi Okuyama for memory leak on Realloc fail.Jeremy Allison1-21/+51
2001-01-23only add the service name and client machine name to list of users namesGerald Carter2-3/+11
2001-01-23include/vfs.h:Jeremy Allison8-32/+389
2001-01-22Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-17Get the logic right thistime :-(.Jeremy Allison1-2/+3
2001-01-17Typo in new file_chmod code caused file attribute changes to fail.Jeremy Allison1-1/+1
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-15Fixes for POSIX ACLS. ACL merge code.Jeremy Allison1-25/+108
2001-01-15Updated from 2.2.Jeremy Allison1-3/+40
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-2/+2
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