errors: pull out code into common file
[samba.git] / libcli / security /
2017-01-23 Volker Lendeckelibcli: Add an overflow check
2017-01-23 Volker Lendeckelibcli: Do not overwrite pointer on realloc failure
2016-12-28 Volker Lendeckelib: Add required prerequisites for librpc/gen_ndr...
2016-12-10 Jeremy Allisonlib: security: se_access_check() incorrectly processes...
2016-12-06 Volker Lendeckelib: Make dom_sid_parse_endp init "endp" on all "ok...
2016-10-13 Moritz Bellerlibcli: Remove code clone
2016-09-29 Steve Frenchlib: Annotate well known SID names
2016-04-28 Stefan Metzmacherlibcli/security: implement SECURITY_GUEST
2016-02-15 Noel Powerlibcli: Fix debug message, print sid string for new_ace...
2016-01-15 Günther Deschnersecurity: Add Asserted Identity sids (S-1-18)
2015-08-26 Volker Lendeckelib: Remove unused sid_blob_parse
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-08-20 Volker Lendeckelib: Use dom_sid_equal where appropriate
2015-08-14 Volker Lendeckelib: Remove some unused code
2015-08-14 Volker Lendeckelib: Remove some unused code
2015-04-29 Jeremy Allisons4: Fix bad review I did in dom_sid_parse_length()...
2015-04-28 Volker Lendeckelib: Simplify dom_sid_parse_length
2015-03-30 Stefan Metzmacherlibcli/security: add security_descriptor_for_client...
2015-03-30 Stefan Metzmacherlibcli/security: support "IS" in SDDL for SID_NT_IUSR
2015-02-26 Volker LendeckeFix whitespace
2014-12-04 Ralph Boehmelibcli/security: add a function that checks for MS...
2014-12-04 Ralph Boehmelibcli/security: add NFS SID mappings
2014-08-22 Stefan Metzmacherlibcli/security: add better detection of SECINFO_[UN...
2014-06-10 Volker Lendeckelibcli: Add a NULL check in dom_sid_string
2014-05-29 David Disseldorplibcli/security: remove sec_ace_equal
2014-05-28 David Disseldorpsecdesc: use security_ace_equal instead of sec_ace_equal
2014-05-28 David Disseldorplibcli/security: cleanup security_ace_equal()
2014-05-28 David Disseldorplibcli/security: remove unused sec_ace_del_sid()
2014-05-28 David Disseldorplibcli/security: remove unused sec_desc_del_sid()
2014-05-28 David Disseldorplibcli/security: remove dup_sec_acl()
2014-05-28 David Disseldorplibcli/security: clean up and fix make_sec_desc
2014-05-28 David Disseldorplibcli/secdesc: remove dup_sec_desc()
2014-05-28 David Disseldorplibcli/secdesc: replace dup_sec_desc() usage
2014-05-28 David Disseldorplibcli/sd: remove redundant sec_ace_add_sid()
2014-05-28 David Disseldorplibcli/sd: remove redundant sec_desc_add_sid()
2014-05-27 Volker Lendeckelibcli: Simplify desc_ace_has_generic()
2014-05-27 Volker Lendeckelibcli: Simplify desc_expand_generic()
2014-05-27 Volker Lendeckelibcli: Avoid an explicit memset call
2014-05-27 Volker Lendeckelibcli: Avoid a talloc/free
2014-05-27 Volker Lendeckelibcli: Avoid a talloc/free
2014-05-27 Volker Lendeckelibcli: Fix a memleak
2014-04-02 Stefan Metzmacherlibcli/security: s/remove/remove_ace/
2013-12-13 Volker Lendeckesecacl: Slightly simplify make_sec_acl
2013-12-13 Volker Lendeckesecacl: Fix a memleak in an error path
2013-12-13 Volker Lendeckesecacl: Don't use talloc_zero
2013-12-13 Volker Lendeckesecacl: Fix whitespace
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-24 Nadezhda Ivanovas4-dsacl: Fixed incorrect handling of privileges in...
2013-08-06 Andreas Schneiderlibcli: Add security_token_system_privilege().
2013-07-31 Jeff Laytonlibcli: fix conversion logic in dom_sid_string_buf
2013-07-31 Jeff Laytonlibcli: fix conversion logic in dom_sid_parse_endp
2013-04-02 Richard SharpeAdd a comment about why we are removing the INHERITED...
2013-03-28 Richard SharpeMake sure that we only propogate the INHERITED flag...
2013-02-23 Richard SharpeFix bug #9674 - Samba denies owner Read Control when...
2013-01-27 Stefan Metzmacherlibcli/security: calculate INHERIT_ONLY correcty for...
2013-01-22 Matthieu Patoulibcli-acl: add documentation
2013-01-21 Matthieu Patousecurity: Add documentation
2013-01-21 Matthieu Patoulibcli-security: Add documentation for object_tree_modi...
2013-01-21 Andrew Bartlettlibcli/security: remove useless if (root->num_of_childr...
2013-01-21 Stefan Metzmacherlibcli/security: add init_mask to existing children...
2013-01-21 Andrew Bartlettlibcli/security: handle node initialisation in one...
2013-01-21 Stefan Metzmacherlibcli/security: avoid usage of dom_sid_parse_talloc...
2013-01-21 Stefan Metzmacherlibcli/security: simplify get_ace_object_type()
2013-01-21 Stefan Metzmacherlibcli/security: fix formating in access_check.c
2013-01-21 Stefan Metzmacherlibcli/security: fix whitespaces in access_check.c
2013-01-17 Stefan Metzmacherlibcli/security: don't look at the inherited type in...
2013-01-15 Andrew Bartlettlibcli/security: Ensure to fill in remaining_access...
2012-12-11 Stefan Metzmacherlibcli/security: calculate the correct inherited_object...
2012-12-11 Stefan Metzmacherlibcli/security: implement object_in_list()
2012-12-02 Stefan Metzmacherlibcli/security: remove duplicate aces in se_create_chi...
2012-09-01 Jeremy AllisonFactor out privilege checking code into se_file_access_...
2012-08-30 Jeremy AllisonFix bug #9124 - Samba fails to set "inherited" bit...
2012-08-10 Björn Jackebuild: rename security → samba-security
2012-06-19 Jeremy AllisonFix warning: variable ‘XX’ set but not used.
2012-03-14 Jeremy AllisonFix bug #8811 - sd_has_inheritable_components segfaults...
2012-03-14 Richard SharpeFix bug #8795 - Samba does not handle the Owner Rights...
2012-03-10 Richard SharpeFix bug #8797 - Samba does not correctly handle DENY...
2012-02-22 Richard SharpeHonor SeTakeOwnershiPrivilege when client asks for...
2012-01-11 Jeremy AllisonSecond part of fix for bug #8673 - NT ACL issue.
2011-11-24 Christian Ambachsecurity: add local authority well-known SIDs
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-08-17 Volker LendeckeAdapt del_sid_from_array to Samba coding style
2011-08-17 Volker LendeckeFix a typo
2011-08-17 Volker LendeckeRemove unused "sid_equal"
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-07-23 Stefan Metzmacherlibcli/security: add some const to marshall_sec_desc...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-18 Volker Lendeckes3: Allow NULL sd_size in make_sec_desc
2011-06-10 Günther Deschnerlibcli/security/secdesc.h: fix licence/copyright
2011-05-31 Volker LendeckeTiny simplification to dom_sid_string_buf
2011-05-30 Andrew Bartlettlibcli/security: move secdesc.c to the top level libcli...
2011-05-06 Günther Deschnerlibcli/security: fix build warning, cr_descr_log_acl...
2011-04-13 Volker LendeckeAdd dom_sid_parse_endp
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-03-21 Stefan Metzmacherlibcli/security: make sure that we don't grant SEC_STD_...
2011-03-19 Jelmer Vernooijlibcli/: Fix prototypes for all functions.
2011-03-16 Günther Deschnerlibcli/security: move display_sec headers to own header...
2011-03-15 Andrew Tridgelllibcli: openchange doesn't need these headers any more
next