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
2008-03-18
libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checks
Stefan Metzmacher
2
-3
/
+3
2008-03-18
libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBS
Stefan Metzmacher
1
-7
/
+9
2008-03-18
ldb: remove configure with 'make realdistclean'
Stefan Metzmacher
1
-1
/
+1
2008-03-18
ldb: nothing uses "system/network.h" so don't include it
Stefan Metzmacher
1
-1
/
+0
2008-03-18
ldb: fix the standalone build
Stefan Metzmacher
6
-13
/
+13
2008-03-18
Allocate one 0-byte in asprintf replacement when len==0
Volker Lendecke
1
-1
/
+1
2008-03-17
socket_wrapper: make pcap code more portable
Stefan Metzmacher
1
-39
/
+40
2008-03-15
messaging: fix a valgrind warning on 64bit hosts zero out padding
Stefan Metzmacher
1
-0
/
+2
2008-03-14
swig: regenerate _wrap.c files
Stefan Metzmacher
1
-13
/
+13
2008-03-14
libreplace: fix samba4 build (by not setting global LIBS).
Michael Adam
2
-3
/
+3
2008-03-14
libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.
Michael Adam
1
-0
/
+4
2008-03-14
libreplace: add an inet_aton() function that calls inet_pton().
Michael Adam
6
-0
/
+42
2008-03-11
events_signal: pass down the correct siginfo_t struct to the event handler
Stefan Metzmacher
1
-1
/
+1
2008-03-11
Make error handling in ldb more consistant.
Andrew Bartlett
1
-1
/
+4
2008-03-07
Rerun SWIG.
Jelmer Vernooij
1
-15
/
+16
2008-03-07
accountExpires: Windows default is 9223372036854775807, not -1.
Andrew Kroeger
1
-1
/
+1
2008-03-06
ldb_wrap: Debug at derived samba_level, not the level of the ldb debug enum.
Andrew Kroeger
1
-1
/
+1
2008-03-04
Try to return sane ldb error strings
Andrew Bartlett
1
-1
/
+10
2008-03-03
Merge branch 'v4-0-test' into id10ts-registry
Jelmer Vernooij
37
-322
/
+399
2008-03-02
Some cleanups for the ldb doxygen docs.
Brad Hards
1
-10
/
+12
2008-03-01
Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...
Jelmer Vernooij
2
-4
/
+4
2008-03-01
Fix error handling in ldb.add().
Jelmer Vernooij
2
-161
/
+81
2008-02-29
Change remaining prototype headers to be private.
Jelmer Vernooij
1
-3
/
+3
2008-02-29
Move public header accumulation out of the perl code.
Jelmer Vernooij
12
-26
/
+44
2008-02-29
Fix manpage paths.
Jelmer Vernooij
1
-6
/
+6
2008-02-29
Move manpage management out of the perl build system.
Jelmer Vernooij
4
-14
/
+28
2008-02-29
libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.
Michael Adam
1
-0
/
+4
2008-02-29
libreplace: ifdef out ip6 code if unsupported.
Michael Adam
1
-0
/
+2
2008-02-29
libreplace: fix rep_freeifaddrs to not segfault on NULL input.
Michael Adam
1
-6
/
+7
2008-02-29
libreplace: fix silly crashbug in getifaddrs_test().
Michael Adam
1
-1
/
+3
2008-02-29
libreplace: add missing newline in output of getifaddrs test.
Michael Adam
1
-1
/
+1
2008-02-29
libreplace: add missing semicolon to getifaddrs.
Michael Adam
1
-1
/
+1
2008-02-29
Fix ldapi support.
Jelmer Vernooij
1
-2
/
+2
2008-02-29
libreplace: try and fix rep_getifaddrs() for Tru64.
Michael Adam
1
-21
/
+16
2008-02-28
libreplace: use the new getifaddrs test also for autoconf.
Michael Adam
2
-33
/
+16
2008-02-28
libreplace: add extended getifaddrs test that prints out the interfaces.
Michael Adam
3
-7
/
+100
2008-02-28
Merge branch 'v4-0-trivial' into v4-0-test
Jelmer Vernooij
12
-25
/
+50
2008-02-28
Cache iconv_convenience.
Jelmer Vernooij
1
-12
/
+22
2008-02-28
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
8
-6
/
+109
2008-02-28
Fix rdn_name errors.
Andrew Bartlett
1
-1
/
+2
2008-02-27
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
12
-52
/
+157
2008-02-27
libreplace: standalone build: use -I$srcdir instead of -I.
Michael Adam
1
-1
/
+1
2008-02-26
registry: Add an explicit test for recursive deletion.
Andrew Kroeger
1
-0
/
+37
2008-02-26
registry: Implement recursive deletes for regf-backed registry.
Andrew Kroeger
1
-4
/
+49
2008-02-26
registry: Implement recursive deletes for dir-backed registry.
Andrew Kroeger
1
-6
/
+54
2008-02-26
registry: Implement recursive deletes for ldb-backed registry.
Andrew Kroeger
1
-27
/
+116
2008-02-27
libreplace: fix standalone build - add necessary libs.
Michael Adam
2
-1
/
+6
2008-02-27
libreplace: fix standalone build on some systems.
Michael Adam
1
-0
/
+2
2008-02-26
libreplace: Add tests for connect and gethostbyname.
Michael Adam
5
-0
/
+96
2008-02-26
Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.
Michael Adam
1
-5
/
+5
[next]