summaryrefslogtreecommitdiffstats
path: root/libcli/security
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett2010-09-111-9/+0
| | | | | | | | The previous 128 bit structure needed this helper function. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/security Use talloc_realloc() not TALLOC_REALLOC_ARRAY()Andrew Bartlett2010-09-111-1/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/security Use C99 typesAndrew Bartlett2010-09-111-3/+3
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/security Use true and false, not True and FalseAndrew Bartlett2010-09-111-22/+22
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett2010-09-112-0/+531
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support itMatthias Dieter Wallnöfer2010-06-211-4/+9
| | | | | Please don't use this in common code parts until we change the policy regarding it.
* libcli: Fixed a segfault in security_acl_dup when the acl is NULL.Brendan Powers2010-06-191-0/+4
| | | | | | This can happen when duplicating a security descriptor that is missing either sacls or dacls. Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+2
|
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
| | | | we won't be using the mk -> wscript generator again
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-1/+1
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+9
|
* Attempt to fix the build on AIX, that system seems to have a #define for s_typeVolker Lendecke2010-03-281-18/+35
|
* libcli/security: fix sddl.c to be able to build it from source3Michael Adam2010-03-031-1/+1
|
* s4:move the sddl code down to the top levelMichael Adam2010-03-033-1/+659
| | | | Michael
* lib: use TYPESAFE_QSORT() in lib/ and libcli/Andrew Tridgell2010-02-141-5/+4
|
* Change uint_t to unsigned int in libcliMatt Kraai2010-02-021-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* Revert "libcli/security: Remove a call to strncasecmp"Volker Lendecke2010-01-251-1/+5
| | | | This reverts commit 7c687665eaf16b0c6f83c130f6d9e5459e0b2a32.
* Revert "libcli/security: Convert some strtol calls to strtoul"Volker Lendecke2010-01-251-2/+2
| | | | This reverts commit 7fe66e06c4df575c410d4d70ff38f120c2f4363b.
* Revert "libcli/security: Fix a valgrind error in dom_sid_parse"Volker Lendecke2010-01-251-4/+0
| | | | This reverts commit f1c889a4e61d6d751cbabd8014b4345b8051b97c.
* Revert "libcli/security: Prohibit SID formats like S-1-5-32-+545"Volker Lendecke2010-01-251-13/+0
| | | | | | This reverts commit 1fbeae41655b8305834f2149b1268077eba8633d. Apparently this breaks the build of Samba4
* libcli/security: Prohibit SID formats like S-1-5-32-+545Volker Lendecke2010-01-231-0/+13
|
* libcli/security: Fix a valgrind error in dom_sid_parseVolker Lendecke2010-01-231-0/+4
|
* libcli/security: Convert some strtol calls to strtoulVolker Lendecke2010-01-231-2/+2
| | | | | This tightens the dom_sid_parse syntax check a bit: "--" would have been allowed in sid string
* libcli/security: Remove a call to strncasecmpVolker Lendecke2010-01-231-5/+1
|
* Initial implementation of security descriptor creation in DSNadezhda Ivanova2009-09-202-0/+54
| | | | | TODO's: ACE sorting and clarifying the inheritance of object specific ace's.
* Owner and group defaulting.Nadezhda Ivanova2009-09-162-1/+4
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Create a correct talloc hierarchy in make_sec_acl()Volker Lendecke2009-07-141-1/+1
|
* A fix in the ACL code used by both SAMBA 3 and 4Matthias Dieter Wallnöfer2009-06-191-1/+1
| | | | | This fixes an uninitialised structure. It has been found through valgrind in the RAW-ACLs test suite (Bug #6397).
* Fix includes for security_descriptor file for the non-merged build.Jelmer Vernooij2009-04-211-1/+2
|
* Move the security_descriptor utility code to the top-level.Jelmer Vernooij2009-04-213-1/+598
|
* display_sec: Move to common libcli/security directory.Jelmer Vernooij2009-03-252-1/+323
|
* libcli/security: fix the source4 buildStefan Metzmacher2009-03-021-0/+1
| | | | metze
* libcli/security: fix the source3 buildStefan Metzmacher2009-03-022-2/+2
| | | | metze
* Add header files for secace and secacl.Jelmer Vernooij2009-03-012-0/+72
|
* Move secacl to top-level.Jelmer Vernooij2009-03-011-0/+122
|
* dom_sid.h: Include dependency security.h that provides the dom_sid struct.Jelmer Vernooij2009-03-011-0/+2
|
* Move secace.c to top-level.Jelmer Vernooij2009-03-011-0/+281
|
* Add missing include to shut up missing prototype warningsVolker Lendecke2009-02-141-0/+1
|
* s3: Fix the non-merged build.Kai Blin2009-02-011-1/+0
|
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-013-0/+359