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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-ldb: declate ldb_val_to_time()
Andrew Tridgell
2010-01-02
1
-0
/
+6
*
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: show the error code as well as errstr
Andrew Tridgell
2010-01-02
1
-2
/
+3
*
s4-ldb: added ldb_module_get_ops()
Andrew Tridgell
2010-01-02
2
-0
/
+6
*
s4-ldb: use the RELAX control to disable single value checking on replace
Andrew Tridgell
2010-01-02
3
-5
/
+16
*
pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().
Jelmer Vernooij
2009-12-31
2
-10
/
+10
*
s4:ldb Fix declaration in the middle of the code
Simo Sorce
2009-12-23
1
-2
/
+4
*
s4: Fix the build
Simo Sorce
2009-12-23
1
-0
/
+1
*
s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodify
Matthieu Patou
2009-12-23
4
-1
/
+90
*
s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switch
Matthieu Patou
2009-12-23
6
-9
/
+230
*
Samba4 and LDB requires talloc 2.0.1
Andrew Bartlett
2009-12-22
1
-1
/
+1
*
provision/pyldb: Avoid linking in static python ldb module.
Jelmer Vernooij
2009-12-21
2
-2
/
+3
*
s4-tort: Tests for "msDS-IntId" attribute implemented
Kamen Mazdrashki
2009-12-21
1
-2
/
+281
*
s4-tort: Move Schema tests from ldap.py into separate module
Kamen Mazdrashki
2009-12-21
2
-133
/
+221
*
Added oid for AS_SYSTEM control, used to bypass access checks for system oper...
Nadezhda Ivanova
2009-12-18
1
-0
/
+6
*
s4-ldb: fixed a valgrind error in ldbtest
Andrew Tridgell
2009-12-18
1
-0
/
+2
*
s4-dsdb: declare ldb_dn_update_components()
Andrew Tridgell
2009-12-18
1
-0
/
+1
*
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-dsdb: Add a test for adding, deleting, and appending a posixAccount object...
Brendan Powers
2009-12-18
1
-0
/
+30
*
Fixed incorrect checking of PRINCIPAL_SELF permissions.
Nadezhda Ivanova
2009-12-17
1
-2
/
+41
*
s4-ldb: show the OID of any unhandled critical controls
Andrew Tridgell
2009-12-16
1
-4
/
+9
*
s4-ldb: fixed a transaction error on prepare_commit
Andrew Tridgell
2009-12-16
1
-2
/
+2
*
s4-ldb: added --show-deactivated-link command line option
Andrew Tridgell
2009-12-16
1
-1
/
+8
*
Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.
Nadezhda Ivanova
2009-12-15
2
-31
/
+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
3
-1
/
+43
*
s4-ldb: sort the linearized extended DN by component name
Andrew Tridgell
2009-12-14
1
-0
/
+14
*
Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh...
Nadezhda Ivanova
2009-12-10
1
-1
/
+126
*
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: fixed nested searches inside ldb modules
Andrew Tridgell
2009-12-09
2
-4
/
+12
*
s4-ldb: added a missing ltdb_unlock_read()
Andrew Tridgell
2009-12-09
1
-0
/
+1
*
s4-ldb: fixed ldbdel with -r (recursive deletion)
Andrew Tridgell
2009-12-08
1
-0
/
+15
*
s4:build Bump ldb and tdb required versions.
Andrew Bartlett
2009-12-08
2
-2
/
+2
*
s4:ldb Add a function to match a message against an objectClass
Andrew Bartlett
2009-12-07
2
-0
/
+22
*
s4:ldap.py Improve testsuite for primaryGroupToken behaviour
Andrew Bartlett
2009-12-07
1
-0
/
+22
*
s4-ldif: Fix memory leek in ldb_ldif_write()
Kamen Mazdrashki
2009-12-05
1
-0
/
+2
*
s4-ldb: the '1' form of extended_dn search is easier to read
Andrew Tridgell
2009-12-01
1
-1
/
+1
*
s4:ldap.py Add test of namingContext behaviour after tridge found a bug
Andrew Bartlett
2009-12-01
1
-0
/
+15
*
s4-drs: Test situations for runtime constructed parentGUID
Fernando J V da Silva
2009-11-30
1
-1
/
+24
*
s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()
CrÃstian Deives
2009-11-30
3
-8
/
+12
*
s4-ldb: check for -ve value for page size
Andrew Tridgell
2009-11-30
1
-0
/
+5
*
s4-ldb: make it much easier to use common ldb controls
Andrew Tridgell
2009-11-28
2
-15
/
+64
*
s4: fix SD update and password change in upgrade script
Matthieu Patou
2009-11-28
2
-0
/
+33
*
s4-ldb: improve detection of whether the server has a GC port
Andrew Tridgell
2009-11-27
1
-5
/
+9
*
s4-ldb: better to test for valid arguments in ldb library than commandline
Andrew Tridgell
2009-11-27
2
-9
/
+10
*
s4:ldb Provide bindings for ldb_transaction_prepare_commit()
Andrew Bartlett
2009-11-27
1
-0
/
+9
*
s4:ldap.py - add a test for the enhanced operational attributes check
Matthias Dieter Wallnöfer
2009-11-26
1
-0
/
+11
[next]