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
*
s4:ldb_msg: first try to decode integers as signed and then fallback to unsigned
Stefan Metzmacher
2010-01-13
1
-0
/
+18
*
s4:ldb: be more strict in parsing ldb time strings
Stefan Metzmacher
2010-01-13
1
-4
/
+4
*
s4-ldb: validate the type of the ldb argument to ldb_dn_new()
Andrew Tridgell
2010-01-09
1
-1
/
+7
*
s4-ldb: fixed valgrind error: ares can be freed by callback
Andrew Tridgell
2010-01-02
1
-4
/
+1
*
s4-ldb: allow modules to override error return values
Andrew Tridgell
2010-01-02
1
-2
/
+4
*
s4-ldb: use safe length limited conversions for int64 and time
Andrew Tridgell
2010-01-02
1
-13
/
+48
*
s4-ldb: added ldb_val_to_time()
Andrew Tridgell
2010-01-02
1
-0
/
+27
*
s4-ldb: added ldb_module_get_ops()
Andrew Tridgell
2010-01-02
1
-0
/
+5
*
s4-dsdb: added ldb_dn_update_components()
Andrew Tridgell
2009-12-18
1
-0
/
+23
*
s4-ldb: canonicalise the message on ldb_add
Andrew Tridgell
2009-12-18
1
-0
/
+9
*
s4-ldb: fixed a transaction error on prepare_commit
Andrew Tridgell
2009-12-16
1
-2
/
+2
*
Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.
Nadezhda Ivanova
2009-12-15
1
-13
/
+4
*
s4-ldb: added a function to filter extended components of a ldb_dn
Andrew Tridgell
2009-12-14
1
-0
/
+16
*
s4-ldb: added a new "reveal" control
Andrew Tridgell
2009-12-14
1
-0
/
+27
*
s4-ldb: sort the linearized extended DN by component name
Andrew Tridgell
2009-12-14
1
-0
/
+14
*
s4-ldb: fixed 2 bugs in ldb_dn_set_extended_component()
Andrew Tridgell
2009-12-10
1
-2
/
+5
*
s4-ldb: use GUID_to_ndr_blob()
Andrew Tridgell
2009-12-10
1
-1
/
+6
*
s4:ldb Add a function to match a message against an objectClass
Andrew Bartlett
2009-12-07
1
-0
/
+19
*
s4-ldif: Fix memory leek in ldb_ldif_write()
Kamen Mazdrashki
2009-12-05
1
-0
/
+2
*
s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()
Crístian Deives
2009-11-30
1
-3
/
+4
*
s4: fix SD update and password change in upgrade script
Matthieu Patou
2009-11-28
1
-0
/
+27
*
s4-ldb: better to test for valid arguments in ldb library than commandline
Andrew Tridgell
2009-11-27
1
-0
/
+10
*
Some changes to allow processing of ldap controls on modify requests.
Nadezhda Ivanova
2009-11-20
1
-4
/
+13
*
s4-ldb: added a warning about ldb_msg_add_dn
Andrew Tridgell
2009-11-20
1
-0
/
+2
*
added new function "ldb_msg_add_dn"
Crístian Deives
2009-11-20
1
-0
/
+9
*
s4-ldb: make DN escaping/unescaping consistent
Andrew Tridgell
2009-11-13
1
-20
/
+54
*
s4:ldb Allow ldb_msg_canonicalize to handle empty elements
Andrew Bartlett
2009-11-12
1
-1
/
+1
*
s4:ldb Don't segfault if we somehow get an unknown extended dn element
Andrew Bartlett
2009-11-12
1
-0
/
+8
*
s4:ldb Change ldb_request_add_control to the normal 'for loop' pattern
Andrew Bartlett
2009-11-12
1
-2
/
+1
*
s4:ldb Remove DN+Binary code from the core ldb_dn
Andrew Bartlett
2009-11-12
1
-256
/
+6
*
s4:ldb Add a helper function for 'canonicalise' both strings base compares
Andrew Bartlett
2009-11-12
1
-0
/
+27
*
ldb_init: use constant for result of "ldb_setup_wellknown_attributes"
Matthias Dieter Wallnöfer
2009-11-07
1
-1
/
+1
*
s4/ldb: Fix double allocation for "ldb_url"
Kamen Mazdrashki
2009-11-06
1
-2
/
+2
*
s4-ldb: '+' can also happen in base64 encoded index DNs
Andrew Tridgell
2009-10-27
1
-1
/
+1
*
s4:ldb Add additional tracing of the ldb API
Andrew Bartlett
2009-10-27
2
-4
/
+80
*
s4-ldb: allow for unescaped '=' in a index DN
Andrew Tridgell
2009-10-25
1
-0
/
+13
*
s4-ldb: added ldb_transaction_cancel_noerr()
Andrew Tridgell
2009-10-23
1
-0
/
+13
*
s4-ldb: fast path for equal pointers
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_val
Andrew Tridgell
2009-10-21
1
-1
/
+1
*
s4:ldb Add new function to create a cut down list of controls
Andrew Bartlett
2009-10-21
1
-0
/
+41
*
s4:ldb Add function to add controls to an LDB reply
Andrew Bartlett
2009-10-21
1
-0
/
+34
*
s4:ldb_msg_check_string_attribute - add a comment about the result values
Matthias Dieter Wallnöfer
2009-10-18
1
-1
/
+5
*
Revert "s4:ldb_msg - Use LDB constants on results"
Matthias Dieter Wallnöfer
2009-10-18
1
-3
/
+4
*
s4:ldb_msg - Use LDB constants on results
Matthias Dieter Wallnöfer
2009-10-18
1
-5
/
+7
*
s4:ldb - fixed dangling pointer in ldb_request_add_control()
Endi S. Dewata
2009-10-16
1
-2
/
+7
*
s4-ldb: removed bugus RDN length check
Andrew Tridgell
2009-10-15
1
-5
/
+0
*
Revert "s4:ldb - add a check which has to be done on beginning of a "modify" ...
Matthias Dieter Wallnöfer
2009-10-12
1
-8
/
+0
*
s4:ldb Allow a NULL module list
Andrew Bartlett
2009-10-12
1
-1
/
+1
*
s4:ldb Allow a module string of ""
Andrew Bartlett
2009-10-12
1
-0
/
+6
*
s4:ldb - add a check which has to be done on beginning of a "modify" operation
Matthias Dieter Wallnöfer
2009-10-08
1
-0
/
+8
[next]