index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-03
ldb: Pass a supported opaque type to ldb.set_opaque()
Jo Sutton
1
-1
/
+1
2024-03-03
ldb: Add tests for Python set_opaque() and get_opaque()
Jo Sutton
1
-0
/
+68
2024-03-03
pyldb: Remove unused and broken Python access to LDB module API
Andrew Bartlett
3
-840
/
+0
2024-03-03
pyldb: Improve docstric for whoami(), which takes no arguments.
Andrew Bartlett
1
-1
/
+1
2024-03-03
pyldb: Remove last caller to and definition of PyLdb_Check()
Andrew Bartlett
1
-6
/
+0
2024-03-03
pyldb: Use "O!" to specify the type of py_ldb
Andrew Bartlett
1
-6
/
+2
2024-03-03
pyldb: Move PyErr_LDB_OR_RAISE() and PyErr_LDB_DN_OR_RAISE() into pyldb.h
Andrew Bartlett
1
-0
/
+14
2024-03-03
ldb/pyldb: Call Py_DECREF(list) on failure in PyLdbResult_FromResult()
Andrew Bartlett
1
-0
/
+4
2024-03-03
ldb/pyldb: Check errors from PyLdbMessage_FromMessage
Andrew Bartlett
1
-1
/
+7
2024-03-01
build: Allow --with-ldbmodulesdir to override location of LDB modules
Andrew Bartlett
1
-2
/
+2
2024-03-01
ldb: Unconditionally set LDB_PACKAGE_VERSION
Andrew Bartlett
1
-2
/
+1
2024-03-01
ldb: Remove "private_library" variable with just one user
Andrew Bartlett
1
-3
/
+1
2024-03-01
ldb: Rename VERSION to LDB_VERSION to avoid confusion
Andrew Bartlett
1
-5
/
+5
2024-03-01
lib/ldb: Remove duplicate aspects of build system
Andrew Bartlett
1
-44
/
+0
2024-03-01
ldb: Remove remaining components of independent ldb build system
Andrew Bartlett
3
-107
/
+0
2024-03-01
lib/ldb: Remove references to conf.env.standalone_ldb
Andrew Bartlett
1
-17
/
+6
2024-03-01
lib/ldb: bld.CONFIG_SET(USING_SYSTEM_LDB) is now never set
Andrew Bartlett
1
-320
/
+307
2024-03-01
lib/ldb: Adapt pkg-config files to being build from the main build.
Andrew Bartlett
3
-6
/
+4
2024-03-01
lib/ldb: Always build standalone
Andrew Bartlett
1
-1
/
+1
2024-03-01
build: Move --with-ldap/--without-ldap from source3 build to top level
Andrew Bartlett
1
-5
/
+0
2024-03-01
ldb: Remove the ability for Samba to compile against a system LDB
Andrew Bartlett
1
-32
/
+0
2024-03-01
build: Remove duplicated check for -Wl,-no-undefined on OpenBSD
Andrew Bartlett
1
-5
/
+0
2024-03-01
ldb: Honour --private-library=!ldb as meaning build as a public library
Andrew Bartlett
1
-7
/
+10
2024-03-01
ldb: Make pyldb-util always a private library
Andrew Bartlett
1
-8
/
+2
2024-03-01
selftest: Always and only run ldb test-tdb test in Samba selftest
Andrew Bartlett
1
-19
/
+0
2024-03-01
selftest: Move LDB cmocka based unit tests to Samba testsuite
Andrew Bartlett
1
-42
/
+1
2024-03-01
ldb: Prepare ldb tests for subunit output
Andrew Bartlett
15
-1
/
+30
2024-03-01
ldb: Move tests to selftest/tests.py and out of standlone build
Andrew Bartlett
1
-23
/
+1
2024-03-01
ldb:pyldb exposes Result type
Douglas Bagnall
1
-0
/
+1
2024-03-01
lib:crypto: Check for overflow in GKDI rollover interval calculation
Jo Sutton
1
-1
/
+12
2024-03-01
lib:crypto: Correct GKDI interval start time calculation
Jo Sutton
1
-1
/
+1
2024-03-01
lib:crypto: Add error checking to GKDI key start time calculation
Jo Sutton
2
-5
/
+39
2024-02-29
pyldb: try to turn ldb_string_to_time() errors into exceptions
Douglas Bagnall
1
-2
/
+9
2024-02-29
ldb: ldb_string_to_time reports more errors
Douglas Bagnall
2
-1
/
+11
2024-02-29
pyldb: catch some talloc failures
Douglas Bagnall
1
-0
/
+17
2024-02-29
pyldb: free some finished requests
Douglas Bagnall
1
-0
/
+6
2024-02-29
pyldb: free things more often on error
Douglas Bagnall
1
-7
/
+7
2024-02-29
pyldb: add a macro to free when raising exceptions
Douglas Bagnall
1
-1
/
+9
2024-02-27
lib:util: Fix printing hex‐escaped characters
Jo Sutton
1
-1
/
+1
2024-02-27
lib:util: Correctly determine whether a character needs to be escaped
Jo Sutton
1
-2
/
+2
2024-02-16
lib:crypto: Add test for GMSA password derivation
Jo Sutton
2
-0
/
+155
2024-02-16
lib:crypto: Add functions for deriving gMSA passwords
Jo Sutton
3
-0
/
+324
2024-02-16
lib:crypto: Add more GKDI functions
Jo Sutton
2
-0
/
+317
2024-02-16
ldb: Fix documentation typos
Jo Sutton
1
-2
/
+2
2024-02-16
ldb: Split out ldb_controls_get_control() to search a list of controls
Jo Sutton
3
-18
/
+23
2024-02-16
ldb: Correct copy‐and‐pasted comments
Jo Sutton
1
-2
/
+2
2024-02-16
ldb: Remove trailing whitespace
Jo Sutton
2
-15
/
+13
2024-02-16
lib:compression: Update my name
Jo Sutton
1
-1
/
+1
2024-02-16
ldb: Fix code spelling
Jo Sutton
1
-1
/
+1
2024-02-16
ldb: Simplify ldb_errstring()
Jo Sutton
1
-5
/
+1
[prev]
[next]