janger/samba-autobuild/.git
2024-03-12 Jule Angerselftest: add tests for "samba-tool user list --locked... master
2024-03-12 Jule Angersamba-tool: add "samba-tool user list --locked-only"
2024-03-06 Andreas Schneiderlibgpo: Do not segfault if we don't have a valid securi...
2024-03-06 Andreas Schneiderlibgpo: Fix trailing spaces in pygpo.c
2024-03-06 Vinit Agnihotrictdb-scripts: Remove usage of releaseip-pre, takeip...
2024-03-06 Vinit Agnihotrictdb-scripts: Remove unnecessary 06.nfs.script
2024-03-06 Vinit Agnihotrictdb-doc: Put NFS in grace on startipreallocate
2024-03-06 Vinit Agnihotrictdb-doc: Factor out grace period function
2024-03-06 Vinit Agnihotrictdb-client: Remove unused function
2024-03-06 Vinit Agnihotrictdb-scripts: Add handling for startipreallocate
2024-03-06 Vinit Agnihotrictdb: send a CTDB_SRVID_START_IPREALLOCATE message...
2024-03-06 Vinit Agnihotrictdb-takeover: Use CTDB_CONTROL_START_IPREALLOCATE
2024-03-06 Vinit Agnihotrictdb-server: Implement CTDB_CONTROL_START_IPREALLOCATE
2024-03-06 Vinit Agnihotrictdb-protocol: Add new control CTDB_CONTROL_START_IPREA...
2024-03-06 Vinit Agnihotrictdb-daemon: Implement startipreallocate event
2024-03-06 Vinit Agnihotrictdb-protocol: Add new event startipreallocate
2024-03-06 Martin Schwenkectdb-common: Remove old runstate/string translation...
2024-03-06 Martin Schwenkectdb-common: Remove unused variable ctdb_eventscript_ca...
2024-03-06 Martin Schwenkectdb-daemon: Use ctdb_event_to_string()
2024-03-05 Andrew Bartlettlib/ldb-samba: Remove unused ldb.set_opaque_integer()
2024-03-05 Andrew Bartlettdsdb: Remove calls to ldb.set_opaque_integer()
2024-03-05 Andrew Bartlettlib/ldb-samba: Align py_ldb_set_opaque_integer() with...
2024-03-05 Andrew Bartlettlib/ldb: Allocate opaque on ldb_ctx
2024-03-05 Andrew Bartlettpython/samba/provision: Ensure KDS root key is usable...
2024-03-05 Andrew Bartlettselftest: Assert that the provision KDS root key is...
2024-03-04 Douglas Bagnallpytest:samba-tool domain kds root-key: test with normal...
2024-03-04 Douglas Bagnallsamba-tool: tidy up uncaught insufficient rights LdbError
2024-03-03 Jo Suttonldb: Update ldb.get_opaque() to return talloc‐managed...
2024-03-03 Jo Suttonldb: Update ldb.set_opaque() to accept only supported...
2024-03-03 Jo Suttonldb: Remove trailing whitespace
2024-03-03 Jo Suttonldb: Pass a supported opaque type to ldb.set_opaque()
2024-03-03 Jo Suttonldb: Add tests for Python set_opaque() and get_opaque()
2024-03-03 Andrew Bartlettpyldb: Remove unused and broken Python access to LDB...
2024-03-03 Andrew Bartlettpyldb: Improve docstric for whoami(), which takes no...
2024-03-03 Andrew Bartlettpyldb: Remove last caller to and definition of PyLdb_Ch...
2024-03-03 Andrew Bartlettpyldb: Use "O!" to specify the type of py_ldb
2024-03-03 Andrew Bartlettpyldb: Move PyErr_LDB_OR_RAISE() and PyErr_LDB_DN_OR_RA...
2024-03-03 Andrew Bartlettdns: Use pyldb_check_type() in PyErr_LDB_DN_OR_RAISE()
2024-03-03 Andrew Bartlettdns: Use pyldb_Ldb_AsLdbContext() in PyErr_LDB_OR_RAISE()
2024-03-03 Andrew Bartlettdsdb: Use pyldb_check_type() in PyErr_LDB_DN_OR_RAISE()
2024-03-03 Andrew Bartlettdsdb: Use pyldb_Ldb_AsLdbContext() in PyErr_LDB_OR_RAISE()
2024-03-03 Andrew Bartlettldb/pyldb: Call Py_DECREF(list) on failure in PyLdbResu...
2024-03-03 Andrew Bartlettldb/pyldb: Check errors from PyLdbMessage_FromMessage
2024-03-01 Rob van der... netcmd: models: Create ClaimType in the model layer...
2024-03-01 Rob van der... netcmd: models: ClaimType: move all dunder methods...
2024-03-01 Rob van der... netcmd: claims: tidy up, avoid setting enabled twice
2024-03-01 Rob van der... netcmd: models: rename lookup methods to find for consi...
2024-03-01 Rob van der... netcmd: models: Rename username to account_name for...
2024-03-01 Rob van der... netcmd: models: Add optional base_dn argument to Model...
2024-03-01 Rob van der... netcmd: models: Add Person and OrganizationalPerson
2024-03-01 Rob van der... netcmd: models: Add a repr method to Query for help...
2024-03-01 Rob van der... netcmd: models: Rename method to Query._from_message...
2024-03-01 Rob van der... netcmd: models: Model.from_message should be internal
2024-03-01 Rob van der... netcmd: silos: silo and auth policy commands use Query...
2024-03-01 Rob van der... netcmd: silos: silo and auth policy commands use print
2024-03-01 Rob van der... netcmd: models: move remove trustee code to the GMSA...
2024-03-01 Rob van der... netcmd: models: move add trustee code to the GMSA model
2024-03-01 Rob van der... netcmd: tests: add tests for service-account commands
2024-03-01 Rob van der... netcmd: gmsa: cli commands for managing group msa membe...
2024-03-01 Rob van der... netcmd: gmsa: base cli commands for group managed servi...
2024-03-01 Rob van der... python: models: Computer constructor automatically...
2024-03-01 Rob van der... selftest: aces: fix mutable default args in assemble_ace
2024-03-01 Rob van der... selftest: aces: use constant from samba.security
2024-03-01 Rob van der... python: sd_utils: pep8 import sorting
2024-03-01 Rob van der... python: sd_utils: remove redundant brackets around...
2024-03-01 Rob van der... python: sd_utils: pep8 fix spacing around
2024-03-01 Rob van der... netcmd: properly show command name in show help
2024-03-01 Rob van der... netcmd: add newline before epilog so there is a space...
2024-03-01 Rob van der... netcmd: models: model __json__ method should call as_di...
2024-03-01 Rob van der... netcmd: models: setting kwarg to None should use field...
2024-03-01 Rob van der... netcmd: models: Model.query adds optional polymorphic...
2024-03-01 Rob van der... netcmd: models: ModelMeta needs to also set fields...
2024-03-01 Rob van der... netcmd: models: move object_sid field from User to...
2024-03-01 Rob van der... netcmd: models: bring Model class forward into module
2024-03-01 Rob van der... netcmd: models: ModelMeta no longer needs to inherit...
2024-03-01 Rob van der... netcmd: models: Model.get_object_class returns top...
2024-03-01 Rob van der... netcmd: models: Query.first and Query.last should use...
2024-03-01 Rob van der... netcmd: models: set the default for managed password...
2024-03-01 Rob van der... netcmd: models: move group msa membership default to...
2024-03-01 Rob van der... netcmd: shell: show Models subheading
2024-03-01 Rob van der... netcmd: models: make MODELS constant keyed by object...
2024-03-01 Rob van der... netcmd: models: move MODELS constant to constants.py...
2024-03-01 Rob van der... netcmd: models: update docstring of Computer.find method
2024-03-01 Rob van der... netcmd: models: gmsa move find method to Computer model
2024-03-01 Rob van der... netcmd: models: gmsa GroupManagedServiceAccount inherit...
2024-03-01 Rob van der... netcmd: models: gmsa move GroupManagedServiceAccount...
2024-03-01 Rob van der... netcmd: models: gmsa trustees update docstring and...
2024-03-01 Rob van der... netcmd: models: gmsa trustees property only looks at...
2024-03-01 Rob van der... netcmd: models: make GroupManagedServiceAccount.trustee...
2024-03-01 Rob van der... netcmd: models: avoid fetching each user in trustees...
2024-03-01 Rob van der... netcmd: models: Remove unused groups_sddl method from...
2024-03-01 Rob van der... netcmd: models: add default SDDL to group_msa_membership
2024-03-01 Andrew BartlettWHATSNEW: Add information on LDB no longer available...
2024-03-01 Andrew Bartlettbuild: Allow --with-ldbmodulesdir to override location...
2024-03-01 Andrew Bartlettldb: Unconditionally set LDB_PACKAGE_VERSION
2024-03-01 Andrew Bartlettldb: Remove "private_library" variable with just one...
2024-03-01 Andrew Bartlettldb: Rename VERSION to LDB_VERSION to avoid confusion
2024-03-01 Andrew Bartlettlib/ldb: Remove duplicate aspects of build system
2024-03-01 Andrew Bartlettldb: Remove remaining components of independent ldb...
2024-03-01 Andrew Bartlettlib/ldb: Remove references to conf.env.standalone_ldb
next