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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-14
tdb2: rearrange tdb_context layout so tdb1_context can match
Rusty Russell
1
-16
/
+16
2011-09-14
tdb2: add tdb1 code to build.
Rusty Russell
1
-1
/
+5
2011-09-14
tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack.
Rusty Russell
1
-4
/
+0
2011-09-14
tdb2: get rid of TDB1 mark and nonblock functions.
Rusty Russell
5
-42
/
+19
2011-09-14
tdb2: remove _PUBLIC_ in tdb1 functions.
Rusty Russell
9
-41
/
+36
2011-09-14
tdb2: Remove unused tdb1 functions.
Rusty Russell
17
-710
/
+17
2011-09-14
tdb2: test: import tdb1's tests.
Rusty Russell
33
-0
/
+2102
2011-09-14
tdb2: include tdb1 source in tests.
Rusty Russell
1
-0
/
+11
2011-09-14
tdb2: import TDB1 code.
Rusty Russell
15
-0
/
+6787
2011-09-14
tdb2: make tests include a single mega-header to simplify future patches
Rusty Russell
50
-408
/
+60
2011-09-14
tdb2: tdb_foreach()
Rusty Russell
3
-0
/
+117
2011-09-14
tdb2: keep link of every non-internal tdb.
Rusty Russell
2
-25
/
+22
2011-09-14
tdb2: save openhook, allow tdb_get_attribute() on it.
Rusty Russell
4
-18
/
+21
2011-09-14
tdb_compat: make tdb2s temporarily read-only for tdb_traverse_read()
Rusty Russell
2
-2
/
+27
2011-09-14
tdb2: add TDB_RDONLY flag, allow setting/unsetting it.
Rusty Russell
8
-16
/
+170
2011-09-14
tdb2: return TDB_ERR_RDONLY if trying to start a transaction on a R/O tdb.
Rusty Russell
1
-2
/
+11
2011-09-14
tdb2: save open_flags instead of mmap_flags.
Rusty Russell
3
-5
/
+11
2011-09-14
tdb_compat: adapt to tdb2 API change.
Rusty Russell
5
-3
/
+12
2011-09-14
tdb2: Hand error code to logging function.
Rusty Russell
10
-15
/
+34
2011-09-14
tdb2: move transaction lock
Rusty Russell
1
-2
/
+2
2011-09-14
tdb2: enforce TDB_CONVERT
Rusty Russell
4
-0
/
+72
2011-09-14
tdb2: cleanup oob handling.
Rusty Russell
3
-25
/
+30
2011-09-14
tdb2: fix tdb_lock offset.
Rusty Russell
1
-1
/
+1
2011-09-14
tdb2: fix internal tdb_write_convert() error handling in tdb_open()
Rusty Russell
1
-4
/
+5
2011-09-14
tdb2: Fix to always use 64-bit offset definition
Rusty Russell
7
-11
/
+627
2011-09-14
ccan: configure check for HAVE_BUILTIN_CHOOSE_EXPR
Rusty Russell
2
-0
/
+18
2011-09-13
ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointer
Matthias Dieter Wallnöfer
1
-4
/
+2
2011-09-11
ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"
Matthias Dieter Wallnöfer
1
-11
/
+3
2011-09-11
ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everything
Matthias Dieter Wallnöfer
1
-1
/
+4
2011-09-10
lib/util/charset: the comparsion must be against our charset modules
Andrew Bartlett
1
-2
/
+2
2011-09-10
lib/util/charset Use name of ISO-8859-1 that matches our internal implementation
Andrew Bartlett
1
-44
/
+44
2011-09-10
lib/util/charset: Improve toture assertions in iconv test
Andrew Bartlett
1
-1
/
+14
2011-09-10
lib/util/charset Run charset sets with and without the system iconv
Andrew Bartlett
3
-14
/
+28
2011-09-10
lib/util/charset: add back loading of charset modules
Andrew Bartlett
2
-34
/
+64
2011-09-09
build: a more robust zlib test
Andrew Bartlett
1
-1
/
+4
2011-09-08
lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...
Stefan Metzmacher
1
-0
/
+4
2011-09-08
lib: added base64_decode_data_blob_talloc()
Andrew Tridgell
2
-2
/
+19
2011-09-07
talloc: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2011-09-07
lib/addns: Remove unused TALLOC_ macros
Andrew Bartlett
1
-42
/
+0
2011-09-05
s4-ldb: allow decoding of trustAuthIncoming and trustAuthOutgoing
Andrew Tridgell
2
-0
/
+23
2011-09-01
Fix bug 8433, segfault in iconv.c
Volker Lendecke
1
-1
/
+0
2011-09-01
ldb: make the 'spy' code more paranoid
Andrew Tridgell
2
-10
/
+12
2011-09-01
ldb: fixed ldbsearch when no baseDN specified and cross-ncs is used
Andrew Tridgell
1
-4
/
+24
2011-09-01
pyldb: added OID_COMPARATOR constants
Andrew Tridgell
1
-9
/
+11
2011-08-31
tdb2: add full LGPL headers
Rusty Russell
2
-0
/
+34
2011-08-31
ccan: fix likely redefinition warnings with --enable-tdb2
Rusty Russell
1
-0
/
+8
2011-08-27
dnspython: Update to latest upstream snapshot.
Jelmer Vernooij
109
-858
/
+1197
2011-08-27
subunit: Update to latest upstream snapshot.
Jelmer Vernooij
22
-609
/
+1281
2011-08-27
testtools: Update to latest upstream snapshot.
Jelmer Vernooij
59
-876
/
+5255
2011-08-25
s3: Fix bug 8385
Volker Lendecke
1
-26
/
+14
[prev]
[next]