Age | Commit message (Expand) | Author | Files | Lines |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 2 | -16/+6 |
2001-02-27 | Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus | Jeremy Allison | 1 | -9/+17 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 1 | -1/+1 |
2001-02-23 | removed wrong patch to get_dir_entry(). This was left over from the | Gerald Carter | 1 | -5/+0 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -13/+13 |
2001-02-22 | Fixed file descriptor leak in error processing of print jobs. | Jeremy Allison | 1 | -3/+17 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -3/+12 |
2001-02-16 | configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss... | Jeremy Allison | 3 | -6/+18 |
2001-02-15 | samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead | Herb Lewis | 1 | -1/+1 |
2001-02-14 | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 1 | -2/+5 |
2001-02-12 | Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com. | Jeremy Allison | 1 | -2/+2 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 5 | -8/+61 |
2001-02-11 | Ensure people know this is unused. | Jeremy Allison | 1 | -567/+0 |
2001-02-08 | reverted *.* patch until someone explains to me what the test case is | Andrew Tridgell | 1 | -5/+0 |
2001-02-08 | merge from SAMBA_2_2 | Gerald Carter | 2 | -2/+13 |
2001-02-08 | replaced inet_aton() with inet_addr() to keep Solaris from complaining. | Gerald Carter | 1 | -3/+9 |
2001-01-31 | lib/system.c: Fix for pw caching. | Jeremy Allison | 1 | -46/+93 |
2001-01-30 | Turned down noisy debug statement. | Tim Potter | 1 | -1/+1 |
2001-01-30 | Fix inspited by Alan Romeril. 50% speedup in domain logins with this | Jeremy Allison | 1 | -0/+3 |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -3/+3 |
2001-01-25 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+5 |
2001-01-25 | Fixes from appliance-head for pdc searches. | Jeremy Allison | 1 | -1/+16 |
2001-01-24 | Sync up with POSIX ACL code from 2.2. | Jeremy Allison | 2 | -11/+54 |
2001-01-24 | smbd/process.c: & type with 0xff for paranioa sake... | Jeremy Allison | 3 | -34/+45 |
2001-01-24 | smbd/lanman.c: Fix for calling qsort with 0 number. | Jeremy Allison | 3 | -200/+344 |
2001-01-23 | Fix from Kenichi Okuyama for memory leak on Realloc fail. | Jeremy Allison | 1 | -21/+51 |
2001-01-23 | only add the service name and client machine name to list of users names | Gerald Carter | 2 | -3/+11 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 8 | -32/+389 |
2001-01-22 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -3/+4 |
2001-01-17 | Get the logic right thistime :-(. | Jeremy Allison | 1 | -2/+3 |
2001-01-17 | Typo in new file_chmod code caused file attribute changes to fail. | Jeremy Allison | 1 | -1/+1 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -3/+4 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2001-01-15 | Fixes for POSIX ACLS. ACL merge code. | Jeremy Allison | 1 | -25/+108 |
2001-01-15 | Updated from 2.2. | Jeremy Allison | 1 | -3/+40 |
2001-01-11 | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 1 | -2/+2 |
2001-01-11 | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 1 | -97/+493 |
2001-01-11 | Changes from APPLIANCE_HEAD: | David O'Neill | 2 | -0/+4 |
2001-01-11 | rpc_server/srv_samr.c: | Jeremy Allison | 2 | -6/+38 |
2001-01-09 | Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter | Jeremy Allison | 1 | -36/+70 |
2001-01-08 | Patch from Richard Bollinger for dead entries being left in connections tdb. | Jeremy Allison | 2 | -1/+6 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 3 | -2/+22 |
2000-12-19 | Fixed bug found by Gerald. If a Samba server joins a domain and is set | Jeremy Allison | 1 | -4/+18 |
2000-12-19 | Split set_nt_acls into owner set (which uses chown) and permission set | Jeremy Allison | 1 | -94/+109 |
2000-12-19 | Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow | Jeremy Allison | 1 | -3/+3 |
2000-12-18 | Fix typos in new group sid check. | Jeremy Allison | 1 | -2/+2 |
2000-12-16 | Fixed chown/chgrp setting from smbcacls. | Jeremy Allison | 1 | -0/+2 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -0/+9 |
2000-12-12 | Fixed bug noticed by JF. se_access_check needs user SID as first in token. | Jeremy Allison | 1 | -10/+23 |
2000-12-12 | Fixed processing of dfree script (was truncating). | Jeremy Allison | 1 | -2/+0 |