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