asn/samba.git
2024-02-22 Andreas Schneiderpython:gp: Implement client site lookup in site_dn_for_... asn-gpupdate
2024-02-21 Andreas Schneiderlibrpc:idl: Make netlogon_samlogon_response public
2024-02-19 Martin Schwenkectdb-protocol: Add missing push support for new controls
2024-02-17 Noel Powers3/rpc_client: Fix array offset check
2024-02-17 Noel Powers3/rpc_client: Ensure max possible row buffer size...
2024-02-17 Noel Poweridl: Add constant for max rows buffer size
2024-02-16 Jo Suttons4:dsdb: Fix grammar
2024-02-16 Jo Suttonlibcli/security: Make ‘session_info’ parameter const
2024-02-16 Jo Suttons4:ldap_server: Remove trailing whitespace
2024-02-16 Jo Suttonlibcli/security: Include missing headers
2024-02-16 Jo Suttons4:dsdb: Let requests with the AS_SYSTEM control reset...
2024-02-16 Jo Suttons4:dsdb: Make use of dsdb_have_system_access()
2024-02-16 Jo Suttons4:dsdb: Add function to determine whether we have...
2024-02-16 Jo Suttons4:dsdb: Add include guard to dsdb/samdb/ldb_modules...
2024-02-16 Jo Suttons4:dsdb: Remove redundant include
2024-02-16 Jo Suttons4:dsdb: Add function to create a GMSA password update...
2024-02-16 Jo Suttons4:dsdb: Remove unused includes
2024-02-16 Jo Suttons4:dsdb: Add to ‘user_attrs’ attributes required for...
2024-02-16 Jo Suttons3:passdb: Reformat long line
2024-02-16 Jo Suttons3:passdb: Reformat array of strings
2024-02-16 Jo Suttons3:passdb: Make array of strings static
2024-02-16 Jo Suttons3:passdb: Remove trailing whitespace
2024-02-16 Jo Suttonpidl: Do not call mapTypeName() on expression
2024-02-16 Jo Suttonlib:crypto: Add test for GMSA password derivation
2024-02-16 Jo Suttonlib:crypto: Add functions for deriving gMSA passwords
2024-02-16 Jo Suttonlib:crypto: Add more GKDI functions
2024-02-16 Jo Suttonldb: Fix documentation typos
2024-02-16 Jo Suttonldb: Split out ldb_controls_get_control() to search...
2024-02-16 Jo Suttonldb: Correct copy‐and‐pasted comments
2024-02-16 Jo Suttonldb: Remove trailing whitespace
2024-02-16 Jo Suttons4:dsdb: Add dsdb_werror() macro
2024-02-16 Jo Suttons4:dsdb: Add search flag indicating that gMSA passwords...
2024-02-16 Jo Suttons4:dsdb: Include missing headers
2024-02-16 Jo Suttons4:dsdb: Add dsdb control indicating that gMSA password...
2024-02-16 Jo Suttons4:setup: Remove empty line
2024-02-16 Jo Suttons4:dsdb: Fix code formatting
2024-02-16 Jo Suttons4:dsdb: Add ‘ares’ parameter to operational attribute...
2024-02-16 Jo Suttons4:dsdb: Make array static
2024-02-16 Jo Suttons4:dsdb: Remove trailing whitespace
2024-02-16 Jo Suttons4:dsdb: Remove duplicate word
2024-02-16 Jo Suttonmailmap: Associate my identity with my old email address
2024-02-16 Jo Suttons4:dsdb: Remove unused ‘domain_dn’ parameter
2024-02-16 Jo Suttons4:dsdb: Remove reference to now‐gone lmNewHash parameter
2024-02-16 Jo Suttons4:dsdb: Split out function to create a ‘password set...
2024-02-16 Jo Suttons4:dsdb: Allocate NT hash on to more appropriate memory...
2024-02-16 Jo Suttons4:dsdb: Undefine helper macro
2024-02-16 Jo Suttons4:dsdb: Check return value of talloc_new()
2024-02-16 Jo Suttonpython:tests: Remove unused imports
2024-02-16 Jo Suttons4:kdc: Remove ‘attrs’ parameter from samba_kdc_lookup_...
2024-02-16 Jo Suttonlib:compression: Update my name
2024-02-16 Jo Suttonpython: Reformat nt_time.py
2024-02-16 Jo Suttonldb: Fix code spelling
2024-02-16 Jo Suttonldb: Simplify ldb_errstring()
2024-02-16 Jo Suttonldb: Remove trailing whitespace
2024-02-16 Jo Suttonlib:util: Remove inaccurate comment
2024-02-16 Jo Suttons3:libads: Remove ‘unicodePwd’ attribute from ads_find_...
2024-02-16 Jo Suttontestprogs:blackbox: Fix code spelling
2024-02-16 Jo Suttonsamba-tool: Display friendlier error message if no...
2024-02-16 Jo Suttonpython:tests: Pass correct arguments to set_named_ccache()
2024-02-16 Jo Suttonpython:tests: Fix code spelling
2024-02-16 Jo Suttons4:dsdb: Add helper functions to get GKDI root key DNs
2024-02-16 Jo Suttonlib:crypto: Explicitly check for zero
2024-02-16 Jo Suttonlib:crypto: Comment on GKDI definitions
2024-02-16 Jo Suttonlib:crypto: Export gkid_key_type() and gkid_is_valid()
2024-02-16 Jo Suttonlib:crypto: Fix code formatting
2024-02-16 Jo Suttonpython:tests: Produce more helpful error message for...
2024-02-16 Rob van der... netcmd: models: add GroupManagedServiceAccount model
2024-02-16 Rob van der... netcmd: models: add missing fields to User model
2024-02-16 Rob van der... netcmd: models: add missing enum fields to Group model
2024-02-16 Rob van der... netcmd: models: make Group.system_flags a flags based...
2024-02-16 Rob van der... netcmd: models: add Computer model subclass of User
2024-02-16 Rob van der... netcmd: models: stop using LookupError exception and...
2024-02-16 Rob van der... netcmd: models: rename DoesNotExist exception to NotFound
2024-02-16 Rob van der... netcmd: models: SDDLField move line down where it gets...
2024-02-16 Rob van der... netcmd: models: SDDLField parses to object instead...
2024-02-16 Rob van der... netcmd: delegation: don't use assert but raise CommandError
2024-02-16 Rob van der... netcmd: delegation: initial value not required because...
2024-02-16 Rob van der... netcmd: delegation: move line down where it gets used
2024-02-16 Rob van der... netcmd: delegation: pep8 fix blank lines
2024-02-16 Rob van der... netcmd: bugfix: json encoder failed to call super method
2024-02-16 Rob van der... netcmd: json encoder supports security descriptor objects
2024-02-16 Rob van der... netcmd: support hyphens in top-level commands and conve...
2024-02-16 Rob van der... libds: remove unreachable break statements after return
2024-02-13 Stefan Metzmacherdocs-xml: document "smb3 share cap:{CONTINUOUS AVAILABI...
2024-02-13 Stefan Metzmachersmb2_tcon: only announce SMB3 related share capabilitie...
2024-02-13 Stefan Metzmachersmb2_tcon: only announce SMB2_SHARE_CAP_CLUSTER if...
2024-02-13 Stefan Metzmacherdocs-xml: add details for 'net witness'
2024-02-13 Stefan Metzmachers3:utils: fix help string for 'net witness force-response'
2024-02-13 Stefan Metzmacherctdb/events: add 47.samba-dcerpcd.script
2024-02-13 Stefan Metzmacherctdb/events: use 'service "$CTDB_SERVICE_NMB" status...
2024-02-08 Jo Suttonselftest: Fix code spelling
2024-02-08 Jo Suttons4:dsdb: Fix code formatting
2024-02-08 Jo Suttons4:dsdb: Avoid buffer overflow in samdb_result_hashes()
2024-02-08 Jo Suttons4:dsdb: Mark hash returned by samdb_result_hash()...
2024-02-08 Jo Suttons4:dsdb: Correct reference to source file
2024-02-08 Jo Suttons4:dsdb: Remove trailing whitespace
2024-02-08 Jo Suttons4:dsdb: Correct NDR push error message
2024-02-08 Jo Suttons4:dsdb: Fix code spelling
2024-02-08 Jo Suttons4:dsdb: Remove trailing whitespace
2024-02-08 Jo Suttons4:auth: Fix code spelling
next