Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-31 | Tiny simplification to dom_sid_string_buf | Volker Lendecke | 1 | -2/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 31 23:16:31 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | Add dom_sid_parse_endp | Volker Lendecke | 1 | -2/+12 | |
This returns a pointer to the first non-parsed character, along the lines of strtoul for example. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-03 | Add dom_sid_string_buf | Volker Lendecke | 1 | -12/+37 | |
This prints into a fixed buffer with the same overflow semantics as snprintf has: Return required string length, regardless of whether it fit or not. | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -2/+2 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-20 | libcli: add dom_sid_compare_domain() | Günther Deschner | 1 | -0/+18 | |
Guenther | |||||
2010-09-14 | Fix string_to_sid() to allow non '\0' termination of the string - allows | Jeremy Allison | 1 | -11/+6 | |
string_to_sid() to be used in formatted strings like FOO/S-1-5-XXXX-YYYY/BAR. Jeremy. | |||||
2010-09-14 | libcli/security Use sid_append_rid() in dom_sid_append_rid() | Andrew Bartlett | 1 | -5/+5 | |
This ensures that the maximum number of sub-authorities is respected, otherwise we may run off the end of the array. Andrew Bartlett | |||||
2010-09-14 | libcli/security Merge source3/ string_to_sid() to common code | Andrew Bartlett | 1 | -37/+92 | |
The source3 code repsects the limit of a maximum of 15 subauths, while the source4 code does not, creating a security issue as we parse string-form SIDs from clients. Andrew Bartlett | |||||
2010-02-02 | Change uint_t to unsigned int in libcli | Matt Kraai | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-01-25 | Revert "libcli/security: Remove a call to strncasecmp" | Volker Lendecke | 1 | -1/+5 | |
This reverts commit 7c687665eaf16b0c6f83c130f6d9e5459e0b2a32. | |||||
2010-01-25 | Revert "libcli/security: Convert some strtol calls to strtoul" | Volker Lendecke | 1 | -2/+2 | |
This reverts commit 7fe66e06c4df575c410d4d70ff38f120c2f4363b. | |||||
2010-01-25 | Revert "libcli/security: Fix a valgrind error in dom_sid_parse" | Volker Lendecke | 1 | -4/+0 | |
This reverts commit f1c889a4e61d6d751cbabd8014b4345b8051b97c. | |||||
2010-01-25 | Revert "libcli/security: Prohibit SID formats like S-1-5-32-+545" | Volker Lendecke | 1 | -13/+0 | |
This reverts commit 1fbeae41655b8305834f2149b1268077eba8633d. Apparently this breaks the build of Samba4 | |||||
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 | |
This tightens the dom_sid_parse syntax check a bit: "--" would have been allowed in sid string | |||||
2010-01-23 | libcli/security: Remove a call to strncasecmp | Volker Lendecke | 1 | -5/+1 | |
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 | 1 | -0/+312 | |