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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.
Jeremy Allison
2001-01-11
1
-5
/
+5
*
First compiling version of code that sets NT ACLs as POSIX ACLs.
Jeremy Allison
2001-01-11
1
-2
/
+90
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-11
1
-1
/
+1
*
Fix from John for growing messages.tdb.
Jeremy Allison
2001-01-11
1
-0
/
+1
*
Codepages and stuff for Turkish language support. Contributed by
Tim Potter
2001-01-07
1
-0
/
+25
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-04
2
-5
/
+75
*
Fixed -d option for rpcclient.
Tim Potter
2001-01-02
1
-2
/
+7
*
Removed uninitialised variable.
Jeremy Allison
2000-12-20
1
-1
/
+0
*
Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow
Jeremy Allison
2000-12-19
1
-11
/
+32
*
A couple more UMR fixes.
Jeremy Allison
2000-12-18
1
-2
/
+2
*
Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing
Jeremy Allison
2000-12-15
1
-5
/
+5
*
lib/util_unistr.c:
Jean-François Micouleau
2000-12-15
1
-22
/
+21
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
2
-11
/
+7
*
Renamed parameters and variables called acl to the_acl as it conflicts
Tim Potter
2000-12-14
1
-6
/
+6
*
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2000-12-12
2
-41
/
+45
*
Owner always has READ_CONTROL and WRITE_DAC access.
Jeremy Allison
2000-12-12
1
-1
/
+3
*
code review of rpcclient
Gerald Carter
2000-12-11
1
-159
/
+140
*
new version of Get_Pwnam()
Gerald Carter
2000-12-11
1
-52
/
+50
*
Fixed typo causing coredump in file_lines_parse.
Jeremy Allison
2000-12-09
1
-1
/
+1
*
Modified argc passed to rpc_client cmd_* functions to include argv[0].
Tim Potter
2000-12-08
1
-3
/
+3
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-7
/
+14
*
Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.c
Jeremy Allison
2000-12-07
1
-1
/
+1
*
Working code to read POSIX ACLs on a Linux system using the bestbits
Jeremy Allison
2000-12-07
1
-2
/
+49
*
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
2000-12-06
1
-0
/
+12
*
Fixed compiler warning.
Tim Potter
2000-12-06
1
-1
/
+1
*
Make smbd/posix_acls.c use abstract interface.
Jeremy Allison
2000-12-06
1
-0
/
+110
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-7
/
+7
*
fixed messaging bug - use strlen() instead of sizeof() in key length
Andrew Tridgell
2000-12-02
1
-2
/
+2
*
Allow zero length smb.conf files.
Tim Potter
2000-12-01
1
-2
/
+0
*
Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.
Tim Potter
2000-12-01
1
-2
/
+3
*
Another large patch for the passdb rewrite.
Gerald Carter
2000-11-21
1
-0
/
+6
*
fixed the problem with messages not getting through
Andrew Tridgell
2000-11-17
1
-1
/
+1
*
save and restore errno in select
Andrew Tridgell
2000-11-17
1
-1
/
+5
*
Delete queue on empty.
Jeremy Allison
2000-11-17
1
-2
/
+7
*
the duplicate checking code will cause unaligned accesses on non-intel
Andrew Tridgell
2000-11-17
1
-4
/
+4
*
use process_exists() not kill(pid, 0)
Andrew Tridgell
2000-11-17
1
-1
/
+1
*
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2000-11-16
2
-6
/
+42
*
Fix for plaintext passwords from Pat Sandfort @ HP.
Jeremy Allison
2000-11-16
1
-3
/
+6
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
1
-51
/
+0
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-0
/
+7
*
Merge of Herb's profiling code.
Jeremy Allison
2000-11-11
1
-0
/
+1
*
Merge in Herb's changes from 2.2.
Jeremy Allison
2000-11-10
1
-1
/
+1
*
Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.
Jeremy Allison
2000-11-10
1
-2
/
+2
*
64 bit fix from Uros Prestor <uros@turbolinux.com>.
Jeremy Allison
2000-11-06
1
-3
/
+3
*
Fix some compiler warnings.
Tim Potter
2000-11-04
1
-6
/
+6
*
Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...
Jeremy Allison
2000-10-28
1
-1
/
+1
*
Even when looking up a users groups via winbindd even if the lookup for
Jeremy Allison
2000-10-25
1
-2
/
+2
*
John Reilly @ HP (who is a wonderful human being and *definately* needs
Jeremy Allison
2000-10-25
1
-2
/
+0
*
Fixed missing bracket on debug statement.
Tim Potter
2000-10-19
1
-1
/
+1
*
Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).
Jeremy Allison
2000-10-13
1
-1
/
+1
[next]