index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-11
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
2
-9
/
+4
2010-09-11
libcli/security Don't memcpy a uint64_t value, just assign it.
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/security Use ARRAY_SIZE() consistantly.
Andrew Bartlett
1
-15
/
+16
2010-09-11
libcli/security Fix and clarify privilege manipulation function comments
Andrew Bartlett
1
-9
/
+9
2010-09-11
libcli/security Make the two privileges tables share a common struct definition
Andrew Bartlett
2
-27
/
+22
2010-09-11
libcli/security Move source4/ privileges code into the common libcli/security
Andrew Bartlett
3
-4
/
+331
2010-09-11
s3-privs Move manual prototypes to common privileges.h
Andrew Bartlett
1
-0
/
+88
2010-09-11
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
1
-9
/
+0
2010-09-11
libcli/security Use talloc_realloc() not TALLOC_REALLOC_ARRAY()
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/security Use C99 types
Andrew Bartlett
1
-3
/
+3
2010-09-11
libcli/security Use true and false, not True and False
Andrew Bartlett
1
-22
/
+22
2010-09-11
s3-privs Move source3/ privileges implmentation into common
Andrew Bartlett
2
-0
/
+531
2010-06-21
s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support it
Matthias Dieter Wallnöfer
1
-4
/
+9
2010-06-19
libcli: Fixed a segfault in security_acl_dup when the acl is NULL.
Brendan Powers
1
-0
/
+4
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-2
/
+2
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-3
/
+0
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+9
2010-03-28
Attempt to fix the build on AIX, that system seems to have a #define for s_type
Volker Lendecke
1
-18
/
+35
2010-03-03
libcli/security: fix sddl.c to be able to build it from source3
Michael Adam
1
-1
/
+1
2010-03-03
s4:move the sddl code down to the top level
Michael Adam
3
-1
/
+659
2010-02-14
lib: use TYPESAFE_QSORT() in lib/ and libcli/
Andrew Tridgell
1
-5
/
+4
2010-02-02
Change uint_t to unsigned int in libcli
Matt Kraai
1
-1
/
+1
2010-01-25
Revert "libcli/security: Remove a call to strncasecmp"
Volker Lendecke
1
-1
/
+5
2010-01-25
Revert "libcli/security: Convert some strtol calls to strtoul"
Volker Lendecke
1
-2
/
+2
2010-01-25
Revert "libcli/security: Fix a valgrind error in dom_sid_parse"
Volker Lendecke
1
-4
/
+0
2010-01-25
Revert "libcli/security: Prohibit SID formats like S-1-5-32-+545"
Volker Lendecke
1
-13
/
+0
2010-01-23
libcli/security: Prohibit SID formats like S-1-5-32-+545
Volker Lendecke
1
-0
/
+13
2010-01-23
libcli/security: Fix a valgrind error in dom_sid_parse
Volker Lendecke
1
-0
/
+4
2010-01-23
libcli/security: Convert some strtol calls to strtoul
Volker Lendecke
1
-2
/
+2
2010-01-23
libcli/security: Remove a call to strncasecmp
Volker Lendecke
1
-5
/
+1
2009-09-20
Initial implementation of security descriptor creation in DS
Nadezhda Ivanova
2
-0
/
+54
2009-09-16
Owner and group defaulting.
Nadezhda Ivanova
2
-1
/
+4
2009-07-14
Create a correct talloc hierarchy in make_sec_acl()
Volker Lendecke
1
-1
/
+1
2009-06-19
A fix in the ACL code used by both SAMBA 3 and 4
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-04-21
Fix includes for security_descriptor file for the non-merged build.
Jelmer Vernooij
1
-1
/
+2
2009-04-21
Move the security_descriptor utility code to the top-level.
Jelmer Vernooij
3
-1
/
+598
2009-03-25
display_sec: Move to common libcli/security directory.
Jelmer Vernooij
2
-1
/
+323
2009-03-02
libcli/security: fix the source4 build
Stefan Metzmacher
1
-0
/
+1
2009-03-02
libcli/security: fix the source3 build
Stefan Metzmacher
2
-2
/
+2
2009-03-01
Add header files for secace and secacl.
Jelmer Vernooij
2
-0
/
+72
2009-03-01
Move secacl to top-level.
Jelmer Vernooij
1
-0
/
+122
2009-03-01
dom_sid.h: Include dependency security.h that provides the dom_sid struct.
Jelmer Vernooij
1
-0
/
+2
2009-03-01
Move secace.c to top-level.
Jelmer Vernooij
1
-0
/
+281
2009-02-14
Add missing include to shut up missing prototype warnings
Volker Lendecke
1
-0
/
+1
2009-02-01
s3: Fix the non-merged build.
Kai Blin
1
-1
/
+0
2009-02-01
shared: Move dom_sid_* utility functions to top level
Kai Blin
3
-0
/
+359
[prev]