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
r18946: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18943: Samba4 wants its databases private to root. I know some of them could
Andrew Tridgell
1
-0
/
+5
2007-10-10
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
Andrew Tridgell
4
-1
/
+16
2007-10-10
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...
Derrell Lipman
80
-0
/
+33339
2007-10-10
r18918: - bail out with unsupported option to socket()
Stefan Metzmacher
1
-18
/
+53
2007-10-10
r18917: having 255 virtual interfaces available in socket wrapper means we
Andrew Tridgell
1
-3
/
+5
2007-10-10
r18914: this bug fix needs to be for just hpux 11.11
Andrew Tridgell
1
-1
/
+4
2007-10-10
r18913: an attempt to get tdb/ldb working on the HPUX box 'gwen'. This idea
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
Andrew Tridgell
1
-0
/
+5
2007-10-10
r18903: merge from samba3:
Stefan Metzmacher
4
-4
/
+6
2007-10-10
r18894: Merge const fixes from 3_0
Volker Lendecke
1
-5
/
+5
2007-10-10
r18882: make style consistent
Simo Sorce
1
-1
/
+3
2007-10-10
r18881: remove wrong check and statement.
Simo Sorce
1
-5
/
+0
2007-10-10
r18862: as andrew pointed our on irc, if we are going to define _TRUE, then
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18861: merge from samba3
Andrew Tridgell
1
-0
/
+11
2007-10-10
r18859: finally worked out what is going wrong with immediate structures. The
Andrew Tridgell
1
-0
/
+27
2007-10-10
r18851: Some C++ warnings
Volker Lendecke
1
-8
/
+8
2007-10-10
r18848: Save the json library before I start hacking on it. I'm going to be
Derrell Lipman
46
-0
/
+43812
2007-10-10
r18840: make these compatible with g++ warnings
Andrew Tridgell
2
-15
/
+15
2007-10-10
r18834: get the log context code right
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18832: fixed standalone build
Andrew Tridgell
1
-19
/
+19
2007-10-10
r18831: minor build changes for samba3. The logging changes will be removed
Andrew Tridgell
5
-4
/
+41
2007-10-10
r18830: ensure backends aren't added twice (needed for samba3)
Andrew Tridgell
1
-13
/
+19
2007-10-10
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
7
-144
/
+71
2007-10-10
r18777: add helper functions to create an ldb_request structure
Simo Sorce
2
-69
/
+205
2007-10-10
r18770: Avoid crashes and fix up other issues in the client-side paged_search...
Andrew Bartlett
1
-27
/
+57
2007-10-10
r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r18723: Update list of provided macros/defines in README.
Jelmer Vernooij
1
-0
/
+7
2007-10-10
r18708: much nicer fix
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r18704: readd BOOL define to fix the build
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r18685: we don't need this here
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r18675: merge from samba3:
Stefan Metzmacher
1
-1
/
+17
2007-10-10
r18674: merge from samba3,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18661: C++ warnings
Volker Lendecke
1
-2
/
+2
2007-10-10
r18614: a bit of work done while on the plane.
Rafal Szczesniak
1
-0
/
+22
2007-10-10
r18604: fixed shell syntax
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18602: updated web page for new ldb build method
Andrew Tridgell
1
-3
/
+8
2007-10-10
r18601: updated web page for new talloc build method
Andrew Tridgell
1
-0
/
+2
2007-10-10
r18600: - fix shell syntax in tests for libraries
Andrew Tridgell
4
-4
/
+8
2007-10-10
r18596: removed superfluous semicolon
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18594: fail the configure step if the required library is not found for tdb,
Andrew Tridgell
3
-3
/
+15
2007-10-10
r18593: try to get the same socket_wrapper file building in samba3 and samba4
Stefan Metzmacher
3
-3
/
+29
2007-10-10
r18592: we don't need this twice
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r18591: Better defaults for share creation
Simo Sorce
1
-6
/
+13
2007-10-10
r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.
Andrew Tridgell
1
-4
/
+7
2007-10-10
r18586: fixed a potential fd and memory leak in the socket_wrapper code
Andrew Tridgell
1
-3
/
+14
2007-10-10
r18584: found one of the fd leaks. The registry backend was using a
Andrew Tridgell
5
-7
/
+10
2007-10-10
r18563: - move more of the header checks into lib/replace/
Andrew Tridgell
2
-9
/
+27
2007-10-10
r18561: Fix [out] pointers in winreg IDL
Gerald Carter
1
-7
/
+7
[next]