auth/credentials_krb5: make use of smb_gss_krb5_prepare_acceptor_cred()
[metze/samba/wip.git] / libcli / security /
2023-11-21 Andreas SchneiderUse python.h from libreplace
2023-06-16 Volker Lendeckelibcli: Simplify security_token_is_sid()
2023-06-16 Volker Lendeckelibcli: Simplify dom_sid_dup()
2023-05-16 Volker Lendeckerpc_server3: Pass winbind_env_set() state through to...
2023-05-16 Volker Lendeckerpc: Add global_sid_Samba_NPA_Flags SID
2023-05-16 Volker Lendeckelibcli: Add security_token_count_flag_sids()
2023-04-28 Douglas Bagnalllibcli/security/tests: test strings for windows and...
2023-04-28 Noel Powers3/utils: when encoding ace string use "FA", "FR",...
2023-04-28 Noel Powers3/utils: value for ace_flags value "FA" is incorrect
2023-04-28 Douglas Bagnalllibcli:security:sddl: accept only 8-4-4-4-12 GUIDs
2023-04-28 Douglas Bagnalllibcli:security:sddl_decode_access allows spaces betwee...
2023-04-28 Douglas Bagnalllibcli:security: sddl_decode_ace: don't allow junk...
2023-04-28 Douglas Bagnalllibcli/security: sddl_decode_access rejects trailing...
2023-04-28 Douglas Bagnalllibcli:security: sddl_map_flags rejects trailing nonsense
2023-04-28 Douglas Bagnalllibcli/security: SDDL parse tests to run on Windows
2023-04-28 Douglas Bagnalllibcli/security: do not pad sddl flags with zeros
2023-04-28 Douglas Bagnalllibcli/security: ace type is not enum not flags
2023-04-28 Douglas Bagnalllibcli/security: disallow sddl access masks greater...
2023-04-28 Douglas Bagnalllibcli/security: allow decimal/octal numbers in SDDL...
2023-04-28 Douglas Bagnalllib/sec/sddl: allow empty non-trailing ACL with flags
2023-04-28 Douglas Bagnalllibcli/sec/sddl decode: allow hex numbers in SIDs
2023-04-28 Douglas Bagnalllibcli/sec/sddl decode: don't ignore random junk.
2023-04-28 Douglas Bagnalllibcli/security/dom_sid: use (unsigned char) in isdigit()
2023-04-28 Douglas Bagnalllibcli/security/dom_sid: hex but not octal is OK for...
2023-04-28 Douglas Bagnalllibcli/security: avoid overflow in subauths
2023-04-28 Douglas Bagnalllibcli/security: stricter identauth parsing
2023-04-28 Douglas Bagnalllibcli/security: avoid overflow in revision number
2023-04-28 Douglas Bagnalllibcli/security/dom_sid: remove a couple of lost comments
2023-04-27 Andreas Schneiderlibcli:security: Fix code spelling
2023-04-05 Joseph SuttonCVE-2023-0614 libcli/security: Make some parameters...
2023-03-31 Joseph Suttonlibcli/security: Add dom_sid_has_account_domain() to...
2023-03-22 Stefan Metzmacherlibcli/security: rewrite calculate_inherited_from_parent()
2023-03-22 Joseph Suttonlibcli/security: Correctly handle ACL deletion
2023-03-22 Stefan Metzmacherlibcli/security: add security_descriptor_[s|d]acl_inser...
2023-03-22 Stefan Metzmacherlibcli/security: prepare security_descriptor_acl_add...
2023-03-21 Joseph Suttonlibcli/security: Reorder SDDL access flags table to...
2023-03-20 Stefan Metzmacherlibcli/security: prepare sddl machine/forest_sid handling
2023-03-20 Stefan Metzmacherlibcli/security: simplify sddl_encode_sid()
2023-03-20 Stefan Metzmacherlibcli/security: simplify rid-based SDDL sid strings
2023-03-20 Stefan Metzmacherlibcli/security: introduce struct sddl_transition_state
2023-03-09 Volker Lendeckelib: Fix a typo
2023-03-09 Volker Lendeckelib: Remove a talloc_stackframe()
2023-03-09 Volker Lendeckelibcli/security: Avoid includes.h
2023-03-09 Volker Lendeckelib: librpc/gen_ndr/security.h needs DATA_BLOB
2023-03-09 Volker Lendeckelib: Fix whitespace
2023-02-08 Joseph Suttonauth: Make more liberal use of SID index constants
2023-02-08 Joseph Suttonlibcli/security: Add auth_SidAttr utility functions
2022-10-21 Joseph Suttonlibcli/security: Make null_sid static const, not just...
2022-10-21 Joseph Suttonlibcli/security: Fix function header comments in SID...
2022-09-27 Christian Mertenlibcli security/sddl: Make sddl_encode_ace visible
2022-09-27 Christian Mertenlibcli security_descriptor: Compare object type and...
2022-09-27 Christian Mertenlibcli security_descriptor: Add function to delete...
2022-09-16 Nadezhda IvanovaCVE-2020-25720: s4-acl: Owner no longer has implicit...
2022-06-14 Joseph Suttonlibcli/security: Fix typos
2022-03-17 Joseph Suttonsddl: Remove SDDL SID strings unsupported by Windows
2022-03-17 Joseph Suttonsddl: Add new SDDL SID strings
2022-03-17 Joseph Suttonsddl: Fix incorrect SDDL SID strings
2021-10-08 Volker Lendeckelibcli: Simplify get_sec_mask_str()
2021-10-08 Volker Lendeckelibcli: Align integer types
2021-10-08 Volker Lendeckelibcli: Avoid an includes.h
2021-10-08 Volker Lendeckelibcli: Simplify security_session_user_level()
2021-10-08 Volker Lendeckelibcli: Introduce a helper variable in security_session...
2021-10-08 Volker Lendeckelibcli: Remove unused security_token_has_sid_string()
2021-10-08 Volker Lendeckesmbd: Make SID_SAMBA_SMB3 a static SID
2021-09-24 Volker Lendeckelibcli: Remove unused security_token_is_sid_string()
2021-09-21 Volker Lendeckelib: Add required #includes
2021-04-21 Volker Lendeckelibcli: Fix parsing access flags from multiple tables
2021-04-20 Volker Lendeckelibcli: Factor out sddl_map_flag()
2021-04-19 Volker Lendeckelibcli: Simplify sddl_encode_ace()
2021-03-24 Volker Lendeckelibcli: Add file specific access flags to sddl
2021-01-22 Volker Lendeckelibcli: make_sec_acl() copies the ace_list, make that...
2020-11-19 Volker Lendeckelib: Remove unused security_descriptor_append()
2020-10-02 Volker Lendeckelibcli: Align some integer types
2020-10-02 Volker Lendeckelibcli: Don't leave a pointer uninitialized
2020-10-02 Volker Lendeckelibcli: Remove a pointless if-expression
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-30 Ralph Boehmelibcli: simplify an if condition
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-26 Volker Lendeckelibcli: Use ARRAY_DEL_ELEMENT() in security_descriptor_...
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-01-30 Volker Lendeckelibcli: Align integer types
2020-01-03 Volker Lendeckelib: Remove an unused variable from security_token_debug()
2019-07-22 Douglas Bagnallpysecurity: use unsigned int, not int to approximate...
2019-07-22 Douglas Bagnalllibcli/pysecurity: use pytalloc_get_name to avoid NULL...
2019-06-30 Swen Schilliglibcli: Update all consumers of strtoul_err(), strtoull...
2019-05-22 Andrew Bartlettlibcli/security: Remove unused dup_sec_desc_buf()
2019-05-16 Noel Powersquash 'cast between incompatible function types' warning
2019-04-11 Swen Schilliglibcli: Update error check for new string conversion...
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-03-12 Volker Lendeckelib: Remove "struct sid_parse_ret" again
2019-03-12 Volker Lendeckelib: Make sid_parse return the parsed length
2019-03-04 Ralph Boehmelibcli/security: fix handling of deny type ACEs in...
2019-03-04 Ralph Boehmelibcli/security: correct access check and maximum acces...
2019-03-01 Swen Schilliglibcli: Use wrapper for string to integer conversion
2019-02-28 Ralph Boehmelibcli/security: add "Owner Rights" calculation to...
2019-01-28 Andreas Schneidersddl: Use C99 initializer for sid_codes
2018-12-12 Andreas Schneiderlibcli:security: Return early if there are no aces...
2018-12-12 Andreas Schneiderlibcli:security: Do not duplicate invalid aces
2018-12-05 Ralph Boehmelibcli/security: add dom_sid_lookup_is_predefined_domain()
next