s4/torture: Fix misplaced positional arguments for u64 comparison
[gd/samba-autobuild/.git] / lib /
2024-03-22 Volker Lendeckelib: Remove timeval_set()
2024-03-22 Volker Lendeckelib: Remove timeval_until()
2024-03-22 Douglas Bagnallfuzz:fuzz_ndr_X: don't skip printing on push error
2024-03-22 Douglas Bagnallldb-samba: matching rules: notify of search failure...
2024-03-22 Douglas Bagnallfuzz:_conditional_ace_blob discards a const
2024-03-22 Douglas Bagnallfuzz:fuzz_conditional_ace_blob lets long generated...
2024-03-22 Douglas Bagnallfuzzing: fuzz_ndr_X ndr_print does printing
2024-03-20 Douglas Bagnallldb_dn: make LDB_FREE, TALLOC_FREE
2024-03-20 Douglas Bagnallpyldb: ldb_msg_richcmp: avoid one intransitive compare
2024-03-20 Douglas Bagnallldb:ldb_dn: use safe transitive comparison in ldb_dn_co...
2024-03-20 Douglas Bagnallpyldb: add a FIXME for a non-transitive compare
2024-03-20 Douglas Bagnallpyldb_utils: pyldb_Object_AsDn() sets TypeError more...
2024-03-20 Douglas Bagnallldb:pyldb.h: include some headers that are used
2024-03-20 Douglas Bagnalllib/ldb: don't allow repeated connections
2024-03-20 Douglas Bagnallldb:pytests: test duplicate connections fail
2024-03-20 Douglas Bagnallldb-samba:ldb_wrap: don't crash if "ldb_url" opaque...
2024-03-20 Douglas Bagnallpyldb: py_ldb_init() uses py_ldb_connect() for connecting
2024-03-20 Douglas Bagnallpyldb: catch errors in ldb_db_get_casefold
2024-03-14 Andrew Bartlettlib/krb5_wrap: Pull already_hashed case out of smb_krb5...
2024-03-14 Andrew Bartlettlib/krb5_wrap: Rename confusing add_salt parameter...
2024-03-12 Volker Lendeckelib: Simplify _hexcharval
2024-03-05 Andrew Bartlettlib/ldb-samba: Remove unused 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-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 Bartlettldb/pyldb: Call Py_DECREF(list) on failure in PyLdbResu...
2024-03-03 Andrew Bartlettldb/pyldb: Check errors from PyLdbMessage_FromMessage
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
2024-03-01 Andrew Bartlettlib/ldb: bld.CONFIG_SET(USING_SYSTEM_LDB) is now never set
2024-03-01 Andrew Bartlettlib/ldb: Adapt pkg-config files to being build from...
2024-03-01 Andrew Bartlettlib/ldb: Always build standalone
2024-03-01 Andrew Bartlettbuild: Move --with-ldap/--without-ldap from source3...
2024-03-01 Andrew Bartlettldb: Remove the ability for Samba to compile against...
2024-03-01 Andrew Bartlettbuild: Remove duplicated check for -Wl,-no-undefined...
2024-03-01 Andrew Bartlettldb: Honour --private-library=!ldb as meaning build...
2024-03-01 Andrew Bartlettldb: Make pyldb-util always a private library
2024-03-01 Andrew Bartlettselftest: Always and only run ldb test-tdb test in...
2024-03-01 Andrew Bartlettselftest: Move LDB cmocka based unit tests to Samba...
2024-03-01 Andrew Bartlettldb: Prepare ldb tests for subunit output
2024-03-01 Andrew Bartlettldb: Move tests to selftest/tests.py and out of standlo...
2024-03-01 Douglas Bagnallldb:pyldb exposes Result type
2024-03-01 Jo Suttonlib:crypto: Check for overflow in GKDI rollover interva...
2024-03-01 Jo Suttonlib:crypto: Correct GKDI interval start time calculation
2024-03-01 Jo Suttonlib:crypto: Add error checking to GKDI key start time...
2024-02-29 Douglas Bagnallpyldb: try to turn ldb_string_to_time() errors into...
2024-02-29 Douglas Bagnallldb: ldb_string_to_time reports more errors
2024-02-29 Douglas Bagnallpyldb: catch some talloc failures
2024-02-29 Douglas Bagnallpyldb: free some finished requests
2024-02-29 Douglas Bagnallpyldb: free things more often on error
2024-02-29 Douglas Bagnallpyldb: add a macro to free when raising exceptions
2024-02-27 Jo Suttonlib:util: Fix printing hex‐escaped characters
2024-02-27 Jo Suttonlib:util: Correctly determine whether a character needs...
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 Suttonlib:compression: Update my name
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 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-08 Jo Suttonlib:util: Remove trailing whitespace
2024-02-08 Jo Suttonldb: Fix code spelling
2024-01-29 Jule Angerldb: change the version to 2.10.0 for Samba 4.21
2024-01-29 Jule Angerldb: release 2.9.0 for use in Samba 4.20.x
2024-01-29 Jule Angertevent: release 0.16.1
2024-01-29 Jule Angertdb: release 1.4.10
2024-01-29 Jule Angertalloc: release 2.4.2
2024-01-16 Björn Jacketime.c: fix ctime which was feeded with the mtime seconds
2024-01-09 Stefan Metzmachertdb: fix python/tdbdump.py example
2024-01-09 Stefan Metzmacherlib/util: let is_zero_addr() return true for AF_UNSPEC
2024-01-04 Volker Lendeckelib: Confine the copy_no_nl memcpy to debug_gpfs_log()
2024-01-04 Volker Lendeckelib: Avoid memcpy in debug_lttng_log()
2024-01-04 Volker Lendeckelib: Avoid memcpy in debug_systemd_log()
2023-12-22 Joseph Suttonlib:crypto: Add tests for GKDI key derivation
2023-12-22 Joseph Suttonlib:crypto: Add implementation of GKDI key derivation
2023-12-22 Douglas Bagnallfuzz: allow max size conditional ACE round-trip failure
2023-12-21 Joseph Suttonlibrpc: Change type of ‘u16string’ from ‘const uint16_t...
next