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
2007-10-10
r6984: added tree representation documentation and utility code, to be used f...
Derrell Lipman
5
-3
/
+1928
2007-10-10
r6980: added data_blob_append(), which I use in the web server
Andrew Tridgell
1
-0
/
+13
2007-10-10
r6968: fixed a typo in the event macros. I'm surprised this one didn't show u...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)
Andrew Tridgell
1
-4
/
+6
2007-10-10
r6956: added start of ldb_sqlite3 work
Derrell Lipman
3
-0
/
+1216
2007-10-10
r6952: Remove unneeded include of popt_common.h
Tim Potter
1
-1
/
+0
2007-10-10
r6951: Fix all calls to setup_logging() that use 'True' as a second argument.
Tim Potter
4
-4
/
+4
2007-10-10
r6937: some minor fixes and updates
Stefan Metzmacher
1
-13
/
+15
2007-10-10
r6935: don't do three things at a time :-)
Simo Sorce
1
-2
/
+2
2007-10-10
r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...
Simo Sorce
1
-6
/
+20
2007-10-10
r6931: declare this to avoid warnings until we have loadable modules
Simo Sorce
1
-0
/
+1
2007-10-10
r6867: this code will change the way the @ATTRIBUTES object is handled
Simo Sorce
8
-33
/
+93
2007-10-10
r6863: lib-friendlier names + fix some dependencies
Jelmer Vernooij
2
-9
/
+5
2007-10-10
r6845: make the talloc header align to 40 bytes, which costs us an extra 4
Andrew Tridgell
1
-8
/
+11
2007-10-10
r6833: split out the routine that calculates the diff between two ldb message...
Andrew Tridgell
3
-43
/
+63
2007-10-10
r6831: talloc now requires config.h (this fixes ldb build)
Andrew Tridgell
1
-2
/
+0
2007-10-10
r6830: put header checks in config.m4 so when it is included by other project...
Andrew Tridgell
2
-1
/
+1
2007-10-10
r6829: include the talloc autoconf tests when building ldb standalone
Andrew Tridgell
1
-0
/
+2
2007-10-10
r6828: More portability fixes
Jelmer Vernooij
3
-2
/
+11
2007-10-10
r6825: Fall back to chsize if ftruncate is not available
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6812: more talloc portability tweaks
Andrew Tridgell
3
-6
/
+3
2007-10-10
r6808: - test for gcov not needed
Andrew Tridgell
3
-15
/
+10
2007-10-10
r6807: Fix in-tree build of talloc testsuite
Jelmer Vernooij
1
-7
/
+0
2007-10-10
r6804: Add config.h for talloc (and use it)
Jelmer Vernooij
5
-9
/
+31
2007-10-10
r6802: - fixed CFLAGS
Andrew Tridgell
1
-6
/
+4
2007-10-10
r6798: Valgrind pain is not something I look forward to - if we ever fall
Andrew Bartlett
1
-2
/
+6
2007-10-10
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
8
-59
/
+7
2007-10-10
r6790: Use config.h file for ldb and add test for stdint.h
Jelmer Vernooij
4
-2
/
+10
2007-10-10
r6759: let us have a wildcard attribute so that we can set a default for all ...
Simo Sorce
1
-1
/
+7
2007-10-10
r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6700: Upper case realms in kerberos-specific parts of the code, as this is
Andrew Bartlett
1
-1
/
+5
2007-10-10
r6688: removed unused binary_string() function
Andrew Tridgell
1
-23
/
+0
2007-10-10
r6687: added a idr helper function for creating random IDs
Andrew Tridgell
1
-0
/
+18
2007-10-10
r6664: Obey overrided CC in the Makefile
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r6663: only use -Wall for gcc
Andrew Tridgell
2
-3
/
+4
2007-10-10
r6662: add an installcheck target for talloc
Andrew Tridgell
1
-0
/
+3
2007-10-10
r6661: fix up talloc autoconf to have a chance of working on the build farm
Andrew Tridgell
3
-4
/
+250
2007-10-10
r6660: Sorry for the spam... I think now I've got a version that should compi...
Volker Lendecke
2
-2
/
+23
2007-10-10
r6650: keep style consistent
Simo Sorce
1
-1
/
+2
2007-10-10
r6645: Add talloc_get_size() function.
Simo Sorce
3
-0
/
+19
2007-10-10
r6622: Add talloc manpage in DocBook XML, based on SGML version by Garry Will...
Jelmer Vernooij
3
-1
/
+650
2007-10-10
r6621: Warn when the user is trying to use socket wrapper
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r6617: Let --enable-developer imply --enable-socket-wrapper
Jelmer Vernooij
1
-3
/
+13
2007-10-10
r6578: brown paper bag time with the new messaging code ....
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6573: Start on my project to implement an NT4 compatible BDC in Samba4.
Andrew Bartlett
5
-1
/
+225
2007-10-10
r6565: Cludge, cludge, cludge...
Andrew Bartlett
1
-1
/
+30
2007-10-10
r6564: - Fix bug in socket_wrapper
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r6562: added support for datagram unix domain sockets in the socket library
Andrew Tridgell
2
-9
/
+26
2007-10-10
r6561: re-did the internal message system based on DGRAM unix domain
Andrew Tridgell
1
-138
/
+64
[next]