Age | Commit message (Expand) | Author | Files | Lines |
2010-09-20 | libcli: add dom_sid_compare_domain() | Günther Deschner | 2 | -0/+20 |
2010-09-14 | Fix string_to_sid() to allow non '\0' termination of the string - allows | Jeremy Allison | 1 | -11/+6 |
2010-09-14 | libcli/security Use sid_append_rid() in dom_sid_append_rid() | Andrew Bartlett | 1 | -5/+5 |
2010-09-14 | libcli/security Merge source3/ string_to_sid() to common code | Andrew Bartlett | 1 | -37/+92 |
2010-09-11 | libcli/privileges Fix comment | Andrew Bartlett | 1 | -1/+1 |
2010-09-11 | s4-privs Seperate rights and privileges | Andrew Bartlett | 2 | -14/+60 |
2010-09-11 | libcli/security Remove unused SE_NONE define | Andrew Bartlett | 1 | -1/+0 |
2010-09-11 | libcli/security Move 'private' privileges functions to another header | Andrew Bartlett | 3 | -24/+42 |
2010-09-11 | libcli/security Remove 'always true' return from se_priv_put_all_privileges | Andrew Bartlett | 2 | -3/+2 |
2010-09-11 | privileges: privilege luids are not all below 64 | Andrew Tridgell | 1 | -3/+0 |
2010-09-11 | libcli/security Make sec_privilege_from_index() return SEC_PRIV_INVALID on fa... | Andrew Bartlett | 1 | -1/+1 |
2010-09-11 | libcli/security Remove unused declarations from privileges.h | Andrew Bartlett | 1 | -51/+1 |
2010-09-11 | libcli/security Expose sec_privilege_mask() | Andrew Bartlett | 2 | -1/+6 |
2010-09-11 | libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure. | Andrew Bartlett | 1 | -1/+1 |
2010-09-11 | libcli/security Remove unused functions and constants. | Andrew Bartlett | 2 | -242/+14 |
2010-09-11 | libcli/security Rename all privilege bitmaps constants | Andrew Bartlett | 1 | -28/+28 |
2010-09-11 | libcli/security Remove luid_to_se_priv() and luid_to_privilege_name() | Andrew Bartlett | 1 | -43/+4 |
2010-09-11 | libcli/security Improve dump of privileges: Just walk the table | Andrew Bartlett | 1 | -5/+4 |
2010-09-11 | s3-privs Remove pointer indirection from se_priv_to_privilege_set() | Andrew Bartlett | 2 | -3/+3 |
2010-09-11 | libcli/security Don't export privs[] as a global variable | Andrew Bartlett | 2 | -41/+27 |
2010-09-11 | libcli/security Merge privilege lists from source3 and source4 | Andrew Bartlett | 1 | -169/+126 |
2010-09-11 | libcli/security Return number of entries in the old source3 list | Andrew Bartlett | 1 | -3/+4 |
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 |