summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r10633: Formatting.Rafal Szczesniak2007-10-101-3/+4
* r10631: Formatting.Rafal Szczesniak2007-10-101-3/+3
* r10627: - use a wrepl specific enum for the node typeStefan Metzmacher2007-10-104-7/+14
* r10610: forgot one file in the last commit:Stefan Metzmacher2007-10-101-5/+37
* r10608: - fix hierachical memory handling in ndr_pull_nbt_nameStefan Metzmacher2007-10-105-55/+152
* r10605: Forgot one file...Jelmer Vernooij2007-10-101-0/+416
* r10604: Put in the new registry "patchfile" code (similar to ldifJelmer Vernooij2007-10-109-878/+77
* r10603: neaten up the ldb module initialisation codeAndrew Tridgell2007-10-102-63/+33
* r10599: Use localhost again for now, until I trace where we are leaking name ...Andrew Bartlett2007-10-101-1/+1
* r10598: Factor out common code, in preperation for a move elsewhere.Andrew Bartlett2007-10-101-11/+7
* r10597: And add the .mk files for the new credentials subsystem.Andrew Bartlett2007-10-102-0/+12
* r10596: Move the credentials code into it's own subsystem, and push it under ...Andrew Bartlett2007-10-105-489/+545
* r10595: Use a server name of 'localtest' not 'localhost', so we can move toAndrew Bartlett2007-10-104-17/+22
* r10594: Add initial framework for lib/registry torture testsJelmer Vernooij2007-10-103-1/+100
* r10593: Add printf attributeAndrew Bartlett2007-10-101-1/+1
* r10592: Add "adfgets()" function, which allocates and reads a line from a fd.Jelmer Vernooij2007-10-104-2/+153
* r10588: Remove more unused files, macrosJelmer Vernooij2007-10-109-90/+24
* r10587: Remove unused constantsJelmer Vernooij2007-10-101-91/+0
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-1045-161/+194
* r10582: Nicer output (try to avoid linewraps)Jelmer Vernooij2007-10-101-1/+3
* r10581: Remove some unused globals + make staticJelmer Vernooij2007-10-101-26/+4
* r10580: More generic approach for adding endpointsJelmer Vernooij2007-10-102-44/+39
* r10579: str_list_make() can return NULLJelmer Vernooij2007-10-102-1/+4
* r10578: Run LOCAL-STRLIST by defaultJelmer Vernooij2007-10-101-1/+1
* r10569: add all info that we have to wrepl_name, as we need it for replicatio...Stefan Metzmacher2007-10-103-8/+24
* r10566: Clean up error messages to provide more accurate info.Andrew Bartlett2007-10-101-5/+10
* r10565: Try to make Kerberos authentication a bit more friendly.Andrew Bartlett2007-10-102-10/+35
* r10564: Make the RPC-SCHANNEL test use the libnet_join code via torture_join_...Andrew Bartlett2007-10-102-4/+32
* r10563: a null 'join' is a no-op.Andrew Bartlett2007-10-101-0/+3
* r10562: Ensure we initalise the error table with hdb errors. This ensures weAndrew Bartlett2007-10-102-0/+3
* r10561: This patch takes over KDC socket routines in Heimdal, and directs themAndrew Bartlett2007-10-105-10/+412
* r10547: - add wrepl_request timeout handlingStefan Metzmacher2007-10-102-15/+69
* r10545: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher2007-10-101-0/+3
* r10542: if the transport is dead we need to returnStefan Metzmacher2007-10-101-0/+3
* r10540: fix compiler warningStefan Metzmacher2007-10-101-2/+0
* r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher2007-10-105-46/+42
* r10535: fixed the pidfile code (it didn't survive the recent pstring changes)Andrew Tridgell2007-10-101-1/+3
* r10533: Eliminate another use of next_token()Jelmer Vernooij2007-10-101-8/+8
* r10532: Replace next_token() with str_list_make()Jelmer Vernooij2007-10-101-9/+8
* r10531: (hopefully) improve detection of socket-related functions in external...Jelmer Vernooij2007-10-103-23/+4
* r10530: - fix some crash bugs when we lost the connection...Stefan Metzmacher2007-10-102-3/+55
* r10529: fix a crash bug in full async code the uses the composite_trigger_don...Stefan Metzmacher2007-10-101-0/+6
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-1019-21/+1
* r10527: don't attempt self gdb attach if running under valgrind. This wasAndrew Tridgell2007-10-101-0/+5
* r10526: BASEDIR must be set or we end up installing most of the binaries into...Andrew Tridgell2007-10-101-0/+1
* r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so theAndrew Tridgell2007-10-104-10/+1
* r10524: SAFE_FREE() in tdb does not need the discard_const_p()Andrew Tridgell2007-10-101-10/+1
* r10523: fixed timegm() to not depend on get_time_zone(), so it works in lib/r...Andrew Tridgell2007-10-101-12/+2
* r10522: finally got the locking working on solaris10. This adds a read lock onAndrew Tridgell2007-10-101-0/+12
* r10521: Also check sys/socket.h for definition of socklen_t (needed for AIX)Jelmer Vernooij2007-10-101-1/+10