index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
ldb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r19183: merge from samba4:
Stefan Metzmacher
2006-10-09
1
-3
/
+13
*
r19182: merge from samba4:
Stefan Metzmacher
2006-10-09
4
-1
/
+16
*
r19163: pass always a mem_ctx to functions and a ldb_context where needed
Stefan Metzmacher
2006-10-07
5
-20
/
+23
*
r19145: talloc_reference() can fail!
Stefan Metzmacher
2006-10-06
1
-1
/
+3
*
r19137: that looks nicer:-)
Stefan Metzmacher
2006-10-06
2
-2
/
+2
*
r19135: fix bugs...
Stefan Metzmacher
2006-10-06
1
-5
/
+4
*
r19133: More C++ warnings -- Merge across?
Volker Lendecke
2006-10-06
1
-6
/
+12
*
r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?
Volker Lendecke
2006-10-06
6
-14
/
+19
*
r19124: merge from samba4:
Stefan Metzmacher
2006-10-06
1
-1
/
+1
*
r19079: talloc_array can fail
Volker Lendecke
2006-10-04
1
-0
/
+1
*
r19076: ldb_dn_copy_partial can fail
Volker Lendecke
2006-10-04
1
-0
/
+1
*
r19075: Fix a potential NULL dereference
Volker Lendecke
2006-10-04
1
-0
/
+4
*
r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to 4_0...
Volker Lendecke
2006-10-04
1
-1
/
+1
*
r19071: Backport to SAMBA_3_0 as well
Simo Sorce
2006-10-04
1
-2
/
+2
*
r19067: Fix a potential NULL dereference
Volker Lendecke
2006-10-04
1
-0
/
+4
*
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
2006-09-27
2
-2
/
+4
*
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
Andrew Tridgell
2006-09-26
1
-0
/
+5
*
r18901: try to fix the samba3 build without having ldap
Stefan Metzmacher
2006-09-25
4
-4
/
+6
*
r18900: Next attempt to fix the Solaris build. Not sure about whether to merg...
Volker Lendecke
2006-09-25
1
-1
/
+1
*
r18889: Add some const. What's the policy here? Should I do this in Samba4 as...
Volker Lendecke
2006-09-25
1
-5
/
+5
*
r18851: Some C++ warnings
Volker Lendecke
2006-09-23
1
-8
/
+8
*
r18840: make these compatible with g++ warnings
Andrew Tridgell
2006-09-23
2
-15
/
+15
*
r18834: get the log context code right
Andrew Tridgell
2006-09-23
1
-2
/
+2
*
r18832: fixed standalone build
Andrew Tridgell
2006-09-22
1
-19
/
+19
*
r18831: minor build changes for samba3. The logging changes will be removed
Andrew Tridgell
2006-09-22
5
-4
/
+41
*
r18830: ensure backends aren't added twice (needed for samba3)
Andrew Tridgell
2006-09-22
1
-13
/
+19
*
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
2006-09-21
7
-144
/
+71
*
r18777: add helper functions to create an ldb_request structure
Simo Sorce
2006-09-21
2
-69
/
+205
*
r18770: Avoid crashes and fix up other issues in the client-side paged_search...
Andrew Bartlett
2006-09-21
1
-27
/
+57
*
r18602: updated web page for new ldb build method
Andrew Tridgell
2006-09-18
1
-3
/
+8
*
r18596: removed superfluous semicolon
Andrew Tridgell
2006-09-17
1
-1
/
+1
*
r18591: Better defaults for share creation
Simo Sorce
2006-09-17
1
-6
/
+13
*
r18539: 'make distclean' should delete config.cache
Andrew Tridgell
2006-09-14
1
-1
/
+1
*
r18538: we need a pipe here, not a logical OR
Andrew Tridgell
2006-09-14
1
-1
/
+2
*
r18536: fixed the loading of external binary files from ldif into ldb
Andrew Tridgell
2006-09-14
2
-4
/
+13
*
r18535: move the AC_CANONICAL_HOST and host specific flag tests into
Andrew Tridgell
2006-09-14
4
-4
/
+3051
*
r18515: Remove calls to "time" for now as some sh implementations don't have ...
Jelmer Vernooij
2006-09-14
1
-2
/
+2
*
r18504: Handle mappings for RENAME and KEEP attributes better. We don't need
Andrew Bartlett
2006-09-14
1
-44
/
+66
*
r18495: More work on the LDAP backend (which now passes a lot of our tests!)
Andrew Bartlett
2006-09-14
4
-59
/
+95
*
r18485: include libreplace.m4 in the aclocal.m4 files
Stefan Metzmacher
2006-09-13
2
-2
/
+3
*
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
2006-09-13
11
-28
/
+30
*
r18438: I should have examined these uses of talloc_move() more
Andrew Tridgell
2006-09-13
3
-10
/
+5
*
r18437: added a 'make valgrindtest' target for ldb
Andrew Tridgell
2006-09-13
1
-0
/
+3
*
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
2006-09-13
11
-76
/
+31
*
r18410: Reduce noise in the ldb_ildap backend. We regularly search for things
Andrew Bartlett
2006-09-12
1
-3
/
+1
*
r18347: run slapd in the foreground so timelimit can kill it
Andrew Tridgell
2006-09-10
1
-2
/
+3
*
r18346: make sure we kill off the slapd process
Andrew Tridgell
2006-09-10
2
-4
/
+26
*
r18327: 'struct token' is defined on some hosts
Andrew Tridgell
2006-09-10
1
-5
/
+5
*
r18321: fixed some warnings on AIX
Andrew Tridgell
2006-09-10
2
-3
/
+3
*
r18317: Make sure we actually have a valid reply or fail
Simo Sorce
2006-09-10
1
-0
/
+3
[prev]
[next]