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
/
source4
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-29
s4-ldb: use TALLOC_CTX type instead of 'void'
Kamen Mazdrashki
9
-49
/
+49
2010-07-19
s4: Remove trailing whitespaces
Kamen Mazdrashki
2
-13
/
+13
2010-07-19
ldb: Mark _DEPRECATED_ ldb_msg_diff() and ldb_msg_canonicalize() functions
Kamen Mazdrashki
1
-2
/
+28
2010-07-19
s4-dsdb: use ldb_msg_normalize() in ldb_msg_difference()
Kamen Mazdrashki
1
-6
/
+8
2010-07-19
s4-test: Use ldb_msg_normalize() in sqlite3 backend
Kamen Mazdrashki
1
-4
/
+13
2010-07-19
s4-dsdb: use ldb_msg_normalize() in ldbadd-process_file()
Kamen Mazdrashki
1
-1
/
+9
2010-07-19
s4-dsdb: use ldb_msg_normalize() in source4/lib/ldb/common/ldb.c
Kamen Mazdrashki
1
-5
/
+7
2010-07-19
s4-ldb: Add ldb_msg_normalize() to accept a memory context from client
Kamen Mazdrashki
2
-12
/
+46
2010-07-19
s4-ldb: Use _ldb_msg_add_el() in ldb_msg_add()
Kamen Mazdrashki
1
-4
/
+10
2010-07-19
s4-ldb: Use _ldb_msg_add_el() in ldb_msg_add_empty()
Kamen Mazdrashki
1
-22
/
+17
2010-07-19
s4-ldb: Add separate function to add empty element into ldb_msg
Kamen Mazdrashki
1
-0
/
+30
2010-07-19
s4-ldb: Write more explanatory comment for ldb_msg_add()
Kamen Mazdrashki
1
-3
/
+8
2010-07-19
s4-pyldb: Use ldb_msg_difference() in py_ldb_msg_diff()
Kamen Mazdrashki
1
-2
/
+10
2010-07-19
s4-tools: use ldb_msg_difference() in ldbedit - modify_record()
Kamen Mazdrashki
1
-6
/
+10
2010-07-19
s4-ldb: Implement ldb_msg_difference() function to accept a memory context fr...
Kamen Mazdrashki
2
-23
/
+92
2010-07-15
s4:pyldb whitespace fix
Andrew Bartlett
1
-1
/
+1
2010-07-15
s4:pyldb Fix memory handling for ldb_message_element
Andrew Bartlett
1
-5
/
+10
2010-07-15
ldb: allow ldb_sequence_number to be called in python
Matthieu Patou
1
-0
/
+26
2010-07-09
ldb:common/ldb_dn.c - "ldb_dn_get_parent" - no need to manipulate the real DN
Matthias Dieter Wallnöfer
1
-6
/
+0
2010-07-09
s4: fix warning: unused variable ‘i’
Kamen Mazdrashki
1
-1
/
+0
2010-07-07
s4-ldb: added ldb_error() and ldb_operr()
Andrew Tridgell
3
-2
/
+22
2010-07-07
s4-ldb: added support for simple binds on ldb_ldap backend
Andrew Tridgell
1
-0
/
+50
2010-07-07
s4-ldb: added ldb_options_find()
Andrew Tridgell
6
-7
/
+85
2010-07-02
s4-ldb: fixed error handling in openldap backend
Andrew Tridgell
1
-5
/
+15
2010-07-02
s4-ldb: fixed the parsing of references in the openldap backend
Andrew Tridgell
1
-5
/
+6
2010-06-30
s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/
Stefan Metzmacher
8
-7680
/
+0
2010-06-30
s4:ldb/python: make it possible to run tests standalone
Stefan Metzmacher
8
-3
/
+22
2010-06-29
ldb:ldb_map_outbound.c - "ldb_parse_tree_collect_attrs" - remove unneeded ret...
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-06-29
ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove unneeded caste before "dlsym"
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-06-29
s4:ldb - "ldb_dn_update_components" - fix free of invalid DN parts
Matthias Dieter Wallnöfer
1
-4
/
+3
2010-06-29
ldb:ldb_dn.c - "ldb_dn_set_extended_component" - free the linearized string w...
Matthias Dieter Wallnöfer
1
-2
/
+4
2010-06-29
s4:ldb_dn.c - make the code parts which free extended components consistent
Matthias Dieter Wallnöfer
1
-9
/
+7
2010-06-29
ldb:ldb_dn - "ldb_dn_explode" - move the "dn->comp_num" initalisation upwards...
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-06-28
Implementation of self membership validated right.
Nadezhda Ivanova
1
-5
/
+103
2010-06-25
ldb: Fix a wrong changetype in unit test
Matthieu Patou
1
-1
/
+1
2010-06-24
s4-ldb: use CHECK_XSLTPROC_MANPAGES()
Andrew Tridgell
1
-1
/
+1
2010-06-24
s4-python: python is not always in /usr/bin
Andrew Tridgell
1
-1
/
+1
2010-06-24
s4/ldb: ldb_msg_el_map_remote() should rename the remote attribute names into...
Endi S. Dewata
1
-1
/
+15
2010-06-23
libds:common Remove DS_DC_* domain functionality flags
Andrew Bartlett
1
-8
/
+8
2010-06-22
s4/dsdb-test: fix usage comment
Kamen Mazdrashki
1
-2
/
+2
2010-06-20
s4:ldap.py - test subtree deletes through a new testcase
Matthias Dieter Wallnöfer
1
-0
/
+48
2010-06-20
ldb:controls - add the "TREE_DELETE" control for allowing subtree deletes
Matthias Dieter Wallnöfer
2
-0
/
+34
2010-06-20
ldb:ldb.h - add classifications to the control declarations
Matthias Dieter Wallnöfer
1
-7
/
+13
2010-06-20
ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"
Matthias Dieter Wallnöfer
1
-12
/
+19
2010-06-20
ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...
Matthias Dieter Wallnöfer
1
-19
/
+28
2010-06-20
s4:ldb: only do ABI checking for the standalone build for now
Stefan Metzmacher
1
-12
/
+24
2010-06-20
ldb: Add ABI file for use when including ildap in the build.
Jelmer Vernooij
1
-0
/
+224
2010-06-20
ldb: Change LDBSAMBA back to subsystem, update comments, use different
Jelmer Vernooij
1
-2
/
+7
2010-06-20
Move a few more samdb-specific methods to SamDB, away from Ldb.
Jelmer Vernooij
1
-2
/
+2
2010-06-20
ldb: add a new control bypassioperationnal
Matthieu Patou
3
-0
/
+37
[next]