summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r15371: Revert some of my previous patch as it was breaking the plain buildJelmer Vernooij2007-10-106-8/+7
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-1016-18/+21
* r15367: Fix unused function warnings in generated EJS code.Jelmer Vernooij2007-10-101-28/+28
* r15366: Use type name rather then typedef directly - fixes build on tccJelmer Vernooij2007-10-101-1/+1
* r15365: Fix error in my previous commit, caught by metze.Jelmer Vernooij2007-10-101-3/+3
* r15364: Use global list of predefined keysJelmer Vernooij2007-10-101-14/+2
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-107-10/+13
* r15362: Consider anything non-zero a failure, bnio not just -1Jelmer Vernooij2007-10-101-1/+2
* r15361: Export table of predefined registry keysJelmer Vernooij2007-10-103-18/+23
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-108-19/+21
* r15357: Fix the build on systems without GNUTLS.Andrew Bartlett2007-10-101-2/+2
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-1015-143/+69
* r15355: Add replacement 'err.h' for systems that don't have it such as SerNet...Jelmer Vernooij2007-10-102-0/+9
* r15354: Add dependency on libsocket (required for sun1)Jelmer Vernooij2007-10-101-1/+2
* r15353: Don't dereference NULL pointer. Found by the IBM checker.Jelmer Vernooij2007-10-101-0/+1
* r15352: Remove reference to just-removed subsystemJelmer Vernooij2007-10-101-1/+1
* r15351: Fix tcc compile errorJelmer Vernooij2007-10-101-1/+2
* r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij2007-10-103-10/+1
* r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij2007-10-104-134/+109
* r15348: Start adding a dict interface and tests to LdbMessage class.Tim Potter2007-10-102-11/+32
* r15346: Doc.Tim Potter2007-10-101-1/+1
* r15345: Add a read-only test to tdb torture tester.Tim Potter2007-10-101-0/+8
* r15344: Fix shared library buildJelmer Vernooij2007-10-105-12/+12
* r15343: Some small cleanups.Tim Potter2007-10-101-5/+8
* r15339: Signature for tdb_reopen_all() has changed.Tim Potter2007-10-101-1/+1
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2007-10-108-13/+16
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2007-10-109-24/+21
* r15330: Add comment for IBM checker.Andrew Bartlett2007-10-101-2/+1
* r15329: I'm sick of this patch being in my local tree...Andrew Bartlett2007-10-101-7/+8
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-1045-248/+189
* r15327: Support 'nosize'. Also write prototypes for print and size functions ...Jelmer Vernooij2007-10-102-14/+24
* r15326: Fix compiler warnings.Jelmer Vernooij2007-10-101-7/+7
* r15325: Fix compiler warningsJelmer Vernooij2007-10-101-9/+9
* r15324: Generate prototype even if the function itself isJelmer Vernooij2007-10-101-11/+12
* r15323: Fix internal popt buildJelmer Vernooij2007-10-103-13/+2
* r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij2007-10-101-3/+3
* r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2007-10-1011-244/+252
* r15319: remove unneeded macrosStefan Metzmacher2007-10-104-34/+26
* r15318: Don't create empty static libraries as some hosts have trouble with t...Jelmer Vernooij2007-10-105-3/+10
* r15317: Because LDB is now async, there are more places were we might run theAndrew Bartlett2007-10-101-15/+22
* r15316: I don't understand quite why this function was ever like this, but weAndrew Bartlett2007-10-101-2/+1
* r15315: - reenable the ildap backendStefan Metzmacher2007-10-101-1/+0
* r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2007-10-103-3/+3
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-1011-15/+20
* r15312: Fix dependency on gtksamba when GTK+ is not presentJelmer Vernooij2007-10-102-6/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-1021-38/+40
* r15303: Re-add SMB readline replacement headerJelmer Vernooij2007-10-101-0/+9
* r15302: Remove strangely named function "StrnCpy" - strlcpy is available as aJelmer Vernooij2007-10-102-23/+2
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-1026-188/+45
* r15300: Only enable SWIG shared libs if python is availableJelmer Vernooij2007-10-103-0/+4