index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
2
-31
/
+0
2012-06-12
ldb:tests: fix use of a non-existent word (existant)
Michael Adam
1
-1
/
+1
2012-06-11
pyldb: Ensure that the ldb argument is really an ldb before we dereference
Andrew Bartlett
1
-0
/
+10
2012-06-11
lib/ldb/tools: add missing "replace.h"
Stefan Metzmacher
4
-0
/
+4
2012-04-18
LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value ordering
Matthias Dieter Wallnöfer
1
-3
/
+10
2012-04-18
ldb: added ldb_msg_element_equal_ordered()
Andrew Tridgell
5
-1
/
+286
2012-04-11
LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"
Matthias Dieter Wallnöfer
1
-0
/
+1
2012-04-10
ldb-tools: Place the whole of an ldif file in a transaction
Andrew Bartlett
7
-16
/
+136
2012-04-10
ldb: Allow access to the line number while reading ldif from a file
Andrew Bartlett
5
-7
/
+281
2012-04-10
ldb: Detect failures in ldb.base again
Andrew Bartlett
3
-4
/
+15
2012-04-10
Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function"
Andrew Bartlett
8
-28
/
+23
2012-03-30
ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function
Matthieu Patou
8
-23
/
+28
2012-03-26
LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD mode
Matthias Dieter Wallnöfer
3
-2
/
+19
2012-03-16
build: Fix build issue on OpenBSD 5.x
Amitay Isaacs
1
-1
/
+1
2012-03-02
pyldb: Fix some more long lines, fix formatting.
Jelmer Vernooij
1
-14
/
+37
2012-03-01
pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...
Jelmer Vernooij
1
-13
/
+16
2012-02-13
LDB:pyldb.c - use always the case insensitive comparison for attribute names
Matthias Dieter Wallnöfer
1
-2
/
+2
2012-02-01
selftest: Remove unused support for --exeext
Andrew Bartlett
4
-58
/
+58
2012-01-25
ldbedit: prevent a transaction warning on failure
Kelly Yeoh
1
-0
/
+1
2012-01-03
pyldb: raise an exception if we can't add the attribute
Matthieu Patou
1
-1
/
+6
2012-01-02
ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctly
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-12-23
ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"
Matthias Dieter Wallnöfer
1
-7
/
+1
2011-12-08
pyldb: Add more docstrings.
Jelmer Vernooij
1
-7
/
+12
2011-11-30
Update ldb API sigs.
Jelmer Vernooij
2
-0
/
+258
2011-11-30
Bump ldb version to 1.1.4 after introduction of ldb_module_error.
Jelmer Vernooij
1
-1
/
+1
2011-11-17
ldb: Add handy macros for reporting error inside ldb module
Amitay Isaacs
1
-0
/
+2
2011-11-13
waf: Factor checking for undefined symbol flags out into separate method.
Jelmer Vernooij
1
-0
/
+2
2011-11-13
ldb: Only check for pkg-config file when checking for system ldb.
Jelmer Vernooij
1
-2
/
+2
2011-11-13
ldb: Use pyembed rather than pyext for ldb-util library.
Jelmer Vernooij
1
-1
/
+1
2011-11-10
ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather
Jelmer Vernooij
1
-33
/
+37
2011-11-10
Revert "pyldb: fixed ldb API test"
Jelmer Vernooij
1
-36
/
+39
2011-11-10
pyldb: fixed ldb API test
Andrew Tridgell
1
-39
/
+36
2011-11-10
pyldb: enhanced get() method on msg object
Andrew Tridgell
1
-14
/
+33
2011-11-02
pyldb: Remove duplicate definition of SYNTAX_DN.
Jelmer Vernooij
1
-1
/
+0
2011-11-02
ldb: fix compiler warning
David Disseldorp
1
-1
/
+1
2011-10-27
ldb:common/ldb_modules.c - fix a typo in comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-10-20
ldb: ldb_errstring() takes ldb_contxt as an argument
Amitay Isaacs
1
-1
/
+1
2011-10-20
dsdb: improve debug message
Andrew Tridgell
2
-6
/
+6
2011-10-18
ldb: Output more error information when a connect fails
Andrew Bartlett
2
-1
/
+6
2011-10-18
ldb: fixed a race in ldb initialisation
Andrew Tridgell
1
-1
/
+9
2011-10-11
ldb:ldb_autotransaction_request - error string shouldn't be set here
Matthias Dieter Wallnöfer
1
-5
/
+0
2011-10-11
ldb:pyldb.c - py_ldb_* modification calls - error string shouldn't be set here
Matthias Dieter Wallnöfer
1
-17
/
+1
2011-10-11
ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error string
Matthias Dieter Wallnöfer
1
-4
/
+39
2011-10-11
ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...
Matthias Dieter Wallnöfer
1
-3
/
+5
2011-10-11
ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error string
Matthias Dieter Wallnöfer
1
-1
/
+15
2011-10-11
ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...
Matthias Dieter Wallnöfer
1
-10
/
+7
2011-10-11
ldb:ldb_autotransaction_request - fix a typo in a comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-10-10
ldb: change version to 1.1.3 after pyldb changes
Stefan Metzmacher
3
-1
/
+259
2011-10-07
Revert "ldb: support raw OIDs in control string parsing"
Stefan Metzmacher
2
-19
/
+0
2011-10-07
ldb/ldb_controls: allow oid up to 255 chars
Stefan Metzmacher
1
-1
/
+1
[next]