index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: make ldb a top level library for Samba 4.0
Andrew Bartlett
2011-07-05
14
-11302
/
+0
*
ldb:ldb_msg.c - move away from "errno"
Matthias Dieter Wallnöfer
2011-06-09
1
-3
/
+0
*
ldb:ldb_controls.c - fix comment indentation
Matthias Dieter Wallnöfer
2011-04-29
1
-4
/
+4
*
ldb: add custom flags and functions for the application that wants to manipul...
Matthieu Patou
2011-04-21
1
-0
/
+38
*
s4:ldb/ldif: add support for "modrdn"
Stefan Metzmacher
2011-04-21
1
-0
/
+199
*
ldb:ldb/common/ldb_modules.c - change the request counter type to be "unsigned"
Matthias Dieter Wallnöfer
2011-04-08
1
-1
/
+1
*
ldb:ldb/common/ldb_modules.c - trivial - fix integer output specifiers
Matthias Dieter Wallnöfer
2011-04-08
1
-2
/
+2
*
ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more robust against invalid values
Matthias Dieter Wallnöfer
2011-04-07
1
-19
/
+106
*
ldb:ldb_msg_check_sanity - clean it up from unneeded stuff
Matthias Dieter Wallnöfer
2011-04-07
1
-4
/
+0
*
ldb:ldb/common/ldb_modules.c - always use LDB error codes if possible
Matthias Dieter Wallnöfer
2011-04-07
1
-6
/
+7
*
ldb:common/*.c - check for some OOM conditions
Matthias Dieter Wallnöfer
2011-04-07
2
-0
/
+7
*
ldb:fix control parsing for dirsync
Matthieu Patou
2011-03-20
1
-2
/
+3
*
ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULL
Matthias Dieter Wallnöfer
2011-03-10
1
-8
/
+12
*
ldb:ldb_controls.c - always allocate enough space
Matthias Dieter Wallnöfer
2011-03-10
1
-13
/
+27
*
ldb:ldb_msg.c - use LDB result constants for checking return values
Matthias Dieter Wallnöfer
2011-03-04
1
-2
/
+5
*
ldb:ldb_request - handle here the DN checks
Matthias Dieter Wallnöfer
2011-03-04
1
-1
/
+22
*
ldb: controls marshalling/unmarshalling improvement
Matthieu Patou
2011-02-21
1
-622
/
+660
*
ldb: use the sizeof of the control variable as offset instead of hardcoded va...
Matthieu Patou
2011-02-13
1
-22
/
+21
*
ldb: remove "magic" string in ldb_controls, replace them with constants defin...
Matthieu Patou
2011-02-13
1
-22
/
+30
*
s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARY
Kamen Mazdrashki
2011-01-18
1
-1
/
+4
*
s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encode
Kamen Mazdrashki
2011-01-18
1
-4
/
+0
*
ldb: added ldb_req_mark_trusted()
Andrew Tridgell
2011-01-17
1
-0
/
+8
*
ldb: inherit parent flags on child requests in modules
Matthias Dieter Wallnöfer
2011-01-17
1
-0
/
+11
*
ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise"
Matthias Dieter Wallnöfer
2011-01-14
1
-1
/
+1
*
ldb: added ldb_dn_minimise()
Andrew Tridgell
2011-01-14
1
-0
/
+54
*
ldb: added ldb_dn_get_extended_comp_num()
Andrew Tridgell
2011-01-14
1
-0
/
+8
*
ldb:ldb_dn_explode - remove/unify some duplicate initialisations
Matthias Dieter Wallnöfer
2011-01-12
1
-6
/
+2
*
ldb: Rename controls_except_specified -> ldb_controls_except_specified.
Jelmer Vernooij
2010-12-18
1
-1
/
+1
*
ldb: Rename two exported functions so they match abi_match.
Jelmer Vernooij
2010-12-18
1
-2
/
+2
*
s4-ldb: use RTLD_DEEPBIND if available for ldb modules
Andrew Tridgell
2010-12-08
1
-1
/
+13
*
s4:fix some shadowed declaration warnings on Solaris by renaming the symbols
Matthias Dieter Wallnöfer
2010-12-06
1
-2
/
+2
*
ldb:ldb_msg_add_value - fix here a wrong memory context
Matthias Dieter Wallnöfer
2010-12-01
1
-1
/
+2
*
s4-ldb: added an environment varibale LDB_WARN_UNINDEXED
Andrew Tridgell
2010-11-23
1
-1
/
+1
*
ldb: error out when modules are not found
Simo Sorce
2010-11-18
1
-1
/
+1
*
ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'd
Matthias Dieter Wallnöfer
2010-11-18
1
-1
/
+1
*
ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error cases
Matthias Dieter Wallnöfer
2010-11-17
1
-1
/
+4
*
s4-ldb: don't give an error if a module is already registered
Andrew Tridgell
2010-11-08
1
-0
/
+7
*
s4-ldb: better error message when we try to register a module twice
Andrew Tridgell
2010-11-08
1
-2
/
+3
*
ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c"
Matthias Dieter Wallnöfer
2010-11-06
1
-1
/
+1
*
s4-ldb: show the reason for module initialization failure
Andrew Tridgell
2010-11-05
1
-1
/
+2
*
s4-ldb: don't load modules from the same directory twice
Andrew Tridgell
2010-11-04
1
-4
/
+4
*
s4-ldb: fixed sorting of module names
Andrew Tridgell
2010-11-03
1
-1
/
+6
*
s4-ldb: give the user a hint as to what may be wrong
Andrew Tridgell
2010-11-02
1
-2
/
+2
*
s4-ldb: expose some more ldb module functions
Andrew Tridgell
2010-11-03
2
-11
/
+81
*
s4-ldb: use ldb_set_modules_dir() to load additional ldb modules
Andrew Tridgell
2010-11-01
1
-6
/
+12
*
s4-ldb: added support for general ldb hooks in modules
Andrew Tridgell
2010-11-01
1
-11
/
+45
*
s4-ldb: added an override flag to ldb_register_backend()
Andrew Tridgell
2010-11-01
1
-27
/
+30
*
s4-ldb: it is not an error for the modules directory to not exist
Andrew Tridgell
2010-11-01
1
-0
/
+5
*
s4-ldb: removed the old ldb module loading style
Andrew Tridgell
2010-11-01
1
-158
/
+31
*
s4-ldb: support a new type of ldb module loading
Andrew Tridgell
2010-11-01
2
-0
/
+195
[next]