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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-15
build: openbsd plateform is openbsd4
Matthieu Patou
1
-1
/
+1
2010-12-14
build do not add -no-undefined on openbsd
Matthieu Patou
1
-1
/
+2
2010-12-12
ldb:pyldb.h - revert to the previous header behaviour
Matthias Dieter Wallnöfer
4
-3
/
+7
2010-12-12
s4:lib/ldb-samba/pyldb.c - optimise includes
Matthias Dieter Wallnöfer
1
-3
/
+1
2010-12-12
ldb:pyldb - optimise includes
Matthias Dieter Wallnöfer
3
-7
/
+2
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
7
-8
/
+7
2010-12-09
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
1
-4
/
+2
2010-12-09
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
1
-2
/
+1
2010-12-08
s4:ldb: add ABI/ldb-0.9.20.sigs
Stefan Metzmacher
1
-0
/
+245
2010-12-08
s4:ldb: build libldb and pyldb-util as private libraries when building for sa...
Stefan Metzmacher
1
-3
/
+12
2010-12-08
ldb: bump version number after introduction of new constant.
Jelmer Vernooij
1
-1
/
+1
2010-12-08
s4-acl: Fixed incorrect value of LDB_FLAG_INTERNAL_INACCESSIBLE_ATTRIBUTE
Nadezhda Ivanova
1
-1
/
+1
2010-12-08
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
3
-3
/
+3
2010-12-08
s4-ldb: added @LIB_RPATH@ to the ldb pc file
Andrew Tridgell
1
-1
/
+1
2010-12-08
s4-acl: Added a flag to mark an element as failing an access check.
Nadezhda Ivanova
1
-0
/
+3
2010-12-08
s4-ldb: use RTLD_DEEPBIND if available for ldb modules
Andrew Tridgell
1
-1
/
+13
2010-12-08
s4-ldb: ensure ldb_register_samba_handlers() is not done twice
Andrew Tridgell
1
-2
/
+10
2010-12-06
s4:fix some shadowed declaration warnings on Solaris by renaming the symbols
Matthias Dieter Wallnöfer
2
-3
/
+3
2010-12-05
s4:lib/messaging/*.h - fix compile warnings on gcc 3.4
Matthias Dieter Wallnöfer
2
-3
/
+2
2010-12-04
tls_tstream: use a dynamic buffer for the push case
Stefan Metzmacher
1
-6
/
+21
2010-12-04
tls_tstream: increase the buffer size
Matthieu Patou
1
-1
/
+1
2010-12-02
s4/ldb: fix shell syntax error in test script
Björn Jacke
1
-2
/
+2
2010-12-01
ldb:ldb_msg_add_value - fix here a wrong memory context
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-12-01
pyregistry: Use talloc.Object.
Jelmer Vernooij
1
-4
/
+9
2010-11-29
s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by casts
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-29
s4-loadparm: use loadparm_init_global() instead of loadparm_init()
Andrew Tridgell
1
-1
/
+1
2010-11-27
s4:lib/registry/rpc.c - remove a duplicate assignment
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-26
ldb-tdb: Add more information about full scan
Matthieu Patou
1
-1
/
+7
2010-11-23
pyldb: Fix broken test.
Jelmer Vernooij
2
-1
/
+2
2010-11-23
s4-ldb: added an environment varibale LDB_WARN_UNINDEXED
Andrew Tridgell
6
-10
/
+16
2010-11-22
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
3
-10
/
+10
2010-11-21
s4-ldb: fixed the build with a space in the ldb modules directory name
Andrew Tridgell
1
-1
/
+1
2010-11-20
ldb:rdn_name LDB module - add more RDN name constraints
Matthias Dieter Wallnöfer
1
-5
/
+17
2010-11-19
ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty
Matthias Dieter Wallnöfer
2
-2
/
+2
2010-11-18
s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testing
Kamen Mazdrashki
1
-1
/
+6
2010-11-18
s4-ldb.python: add test for ldb.Message.from_dict() method
Kamen Mazdrashki
1
-0
/
+17
2010-11-18
s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from...
Kamen Mazdrashki
1
-0
/
+44
2010-11-18
s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i...
Kamen Mazdrashki
1
-46
/
+73
2010-11-18
s4-pyldb_util: Move ldb Type searching into separate function
Kamen Mazdrashki
1
-18
/
+28
2010-11-18
s4-pyldb: Few miss-alignments aligned
Kamen Mazdrashki
1
-9
/
+8
2010-11-18
s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functions
Kamen Mazdrashki
1
-1
/
+1
2010-11-18
s4-pyldb: Fix wrong type of 'self' parameter
Kamen Mazdrashki
1
-1
/
+1
2010-11-18
Revert "s4:api.py - DN tests - test a bit more special DNs and merge the comp...
Matthias Dieter Wallnöfer
1
-44
/
+1
2010-11-18
ldb: error out when modules are not found
Simo Sorce
1
-1
/
+1
2010-11-18
ldb:skel.c - don't introduce trailing whitespaces by a module template
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-18
s4:api.py - DN tests - test a bit more special DNs and merge the comparison t...
Matthias Dieter Wallnöfer
1
-11
/
+47
2010-11-18
ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'd
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-17
ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error cases
Matthias Dieter Wallnöfer
1
-1
/
+4
2010-11-16
s4-ldif_handlers Add handler for printing supplementalCredentials
Andrew Bartlett
2
-1
/
+24
2010-11-14
Re-enable ldb-cmdline for the moment, as it is used by oLschema2ldif.
Jelmer Vernooij
1
-5
/
+5
[prev]
[next]