samba.git
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
2024-02-08 Jo Suttons4:libcli: Remove unnecessary uses of discard_const_p()
2024-02-08 Jo Suttons4:dsdb: Remove duplicate userAccountControl array...
2024-02-08 Jo Suttons3:smbd: Fix code spelling
2024-02-08 Jo Suttonlibrpc:idl: Fix code spelling
2024-02-08 Jo Suttonlibrpc:idl: Remove trailing whitespace
2024-02-08 Jo Suttonlibcli/security: Make ‘replace_sid’ parameter const
2024-02-08 Jo Suttonlib:util: Remove trailing whitespace
2024-02-08 Jo Suttonldb: Fix code spelling
2024-02-08 Douglas Bagnallndr: ignore trailing bytes in ndr_pull_security_ace()
2024-02-08 Douglas Bagnallndr: ndr_push_security_ace: calculate coda size once
2024-02-08 Douglas Bagnallndr: avoid object ACE push overhead for non-object ACE
2024-02-08 Douglas Bagnallndr: avoid object ACE pull overhead for non-object ACE
2024-02-08 Douglas Bagnallndr: do not push ACE->coda.ignored blob
2024-02-08 Douglas Bagnallndr: mark invalid pull ndr_flags as unlikely
2024-02-08 Douglas Bagnallndr: skip talloc when pulling empty DATA_BLOB
2024-02-08 Douglas Bagnallndr: ACE push avoids no-op coda pushes
2024-02-08 Douglas Bagnallndr: make security_ace push manual
2024-02-08 Douglas Bagnallndr: short-circuit ace coda if no bytes left
2024-02-08 Douglas Bagnallndr: shift ndr_pull_security_ace to manual code
2024-02-08 Douglas Bagnallpidl: calculate subcontext_size only once per pull
2024-02-08 Douglas Bagnallperftest: ndr_pack runs in none environment
2024-02-08 Douglas Bagnallperftest:ndr_pack: spin in do_nothing for a while
2024-02-08 Douglas Bagnallperftest:ndr_pack: use a valid dummy SID
2024-02-08 Douglas Bagnallperftest:ndr_pack_performance: remove irrelevant import...
2024-02-08 Douglas Bagnallperftest:ndr_pack: slightly reduce python overhead
2024-02-08 Douglas Bagnallperftest: ndr_pack_performance gets more SD types
2024-02-08 Douglas Bagnallperftest:ndr_pack: rename SD tests with object ACEs
2024-02-08 Rob van der... netcmd: models: mark some hidden fields on the base...
2024-02-08 Rob van der... netcmd: models: tests: add tests for NtTimeField
2024-02-08 Rob van der... netcmd: models: add new NtTimeField model field
2024-02-08 Rob van der... netcmd: models: model field DateTimeField returns datet...
2024-02-08 Rob van der... netcmd: models: move enum import to correct place
2024-02-08 Rob van der... netcmd: models: fix build_expression on SIDField handle...
2024-02-08 Rob van der... netcmd: models: fix build_expression did not work with...
2024-02-08 Rob van der... netcmd: models: fix BooleanField filtering didn't work...
2024-02-08 Rob van der... netcmd: models: move expression code to Field class
2024-02-08 Rob van der... netcmd: models: add AccountType enum to User model
2024-02-08 Rob van der... netcmd: models: add AccountType IntFlag field
2024-02-08 Rob van der... netcmd: models: EnumField now also supports IntFlag
2024-02-08 Rob van der... netcmd: models: check for None in build_expression...
2024-02-08 Rob van der... netcmd: models: change import style to use brackets
2024-02-08 Rob van der... netcmd: models: enums and constants also brought forward
2024-02-08 Rob van der... netcmd: models: fix docstring was missing param
2024-02-08 Jo Suttonpython: Remove ‘typing.Final’
2024-02-08 Rob van der... python: do not make use of typing.Final for python 3.6
2024-01-30 Noel Powers3/rpc_client: cleanup unmarshalling of variant types...
2024-01-30 Noel Powers3/utils: use full 64 bit address for getrows (with...
2024-01-30 Noel Powers3/rpc_client: Remove stray unnecessary comment
2024-01-30 Noel Powers3/rpc_client: change type of offset to uint64_t
2024-01-30 Noel Powerlibrpc/idl: remove duplicate definitition
2024-01-30 Noel Powerlibrpc/idl: fix typo in wsp_csort member
2024-01-30 Noel Powerlibrpc/wsp: Unknown property used in 'current directory...
2024-01-30 Anoop C Sdocs-xml: Build and install man page for wspsearch
2024-01-30 Andreas Schneiderpython:gp: Fix logging with gp
2024-01-29 Jule Angerldb: change the version to 2.10.0 for Samba 4.21
next