summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
| * libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
| * libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
| * lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2008-03-182-47/+3
| * libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
| * libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
| * libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
| * ldb: remove configure with 'make realdistclean'Stefan Metzmacher2008-03-181-1/+1
| * ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher2008-03-181-1/+0
| * ldb: fix the standalone buildStefan Metzmacher2008-03-186-13/+13
| * Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-181-1/+1
| * socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
| * messaging: fix a valgrind warning on 64bit hosts zero out paddingStefan Metzmacher2008-03-151-0/+2
| * swig: regenerate _wrap.c filesStefan Metzmacher2008-03-141-13/+13
| * libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-142-3/+3
| * libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
| * libreplace: add an inet_aton() function that calls inet_pton().Michael Adam2008-03-146-0/+42
| * events_signal: pass down the correct siginfo_t struct to the event handlerStefan Metzmacher2008-03-111-1/+1
| * Make error handling in ldb more consistant.Andrew Bartlett2008-03-111-1/+4
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-092-2/+4
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-083-6/+6
* | Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-03-071-15/+16
|\|
| * Rerun SWIG.Jelmer Vernooij2008-03-071-15/+16
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-072-2/+2
|\|
| * accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger2008-03-071-1/+1
| * ldb_wrap: Debug at derived samba_level, not the level of the ldb debug enum.Andrew Kroeger2008-03-061-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-041-1/+10
|\|
| * Try to return sane ldb error stringsAndrew Bartlett2008-03-041-1/+10
* | Fix syntax.Jelmer Vernooij2008-03-041-2/+2
* | Deal with subsystems with no settings, several other minor fixes.Jelmer Vernooij2008-03-041-1/+1
* | Fix some paths.Jelmer Vernooij2008-03-042-2/+2
* | Fix includes.Jelmer Vernooij2008-03-044-0/+7
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-0325-200/+162
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-037-208/+349
|\|
| * Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij2008-03-0337-322/+399
| |\
| | * Some cleanups for the ldb doxygen docs.Brad Hards2008-03-021-10/+12
| | * Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...Jelmer Vernooij2008-03-012-4/+4
| | * Fix error handling in ldb.add().Jelmer Vernooij2008-03-012-161/+81
| | * Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-3/+3
| | * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-2912-26/+44
| | * Fix manpage paths.Jelmer Vernooij2008-02-291-6/+6
| | * Move manpage management out of the perl build system.Jelmer Vernooij2008-02-294-14/+28
| * | registry: Add an explicit test for recursive deletion.Andrew Kroeger2008-02-261-0/+37
| * | registry: Implement recursive deletes for regf-backed registry.Andrew Kroeger2008-02-261-4/+49
| * | registry: Implement recursive deletes for dir-backed registry.Andrew Kroeger2008-02-261-6/+54
| * | registry: Implement recursive deletes for ldb-backed registry.Andrew Kroeger2008-02-261-27/+116
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2920-107/+223
|\ \ \ | | |/ | |/|
| * | libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam2008-02-291-0/+4
| * | libreplace: ifdef out ip6 code if unsupported.Michael Adam2008-02-291-0/+2
| * | libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam2008-02-291-6/+7