summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij7-15/+15
2007-10-10r15383: Revert making DSO's the default - this caused a few test suite breaka...Jelmer Vernooij1-0/+7
2007-10-10r15382: Use grp.h in this block; it has been cleaned out of the other headers...Paul Green1-0/+3
2007-10-10r15381: Make shared libraries the default (where supported). This concludes m...Jelmer Vernooij2-11/+3
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij13-22/+23
2007-10-10r15378: Fix installheader script. Alexander, this will break installation of ...Jelmer Vernooij1-11/+4
2007-10-10r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij3-170/+45
2007-10-10r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij5-7/+24
2007-10-10r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij4-3/+5
2007-10-10r15374: Make subsystem name shorter - Stratos VOS has a filename length limit...Jelmer Vernooij1-3/+3
2007-10-10r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij7-13/+13
2007-10-10r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett1-3/+0
2007-10-10r15371: Revert some of my previous patch as it was breaking the plain buildJelmer Vernooij6-8/+7
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij16-18/+21
2007-10-10r15367: Fix unused function warnings in generated EJS code.Jelmer Vernooij1-28/+28
2007-10-10r15366: Use type name rather then typedef directly - fixes build on tccJelmer Vernooij1-1/+1
2007-10-10r15365: Fix error in my previous commit, caught by metze.Jelmer Vernooij1-3/+3
2007-10-10r15364: Use global list of predefined keysJelmer Vernooij1-14/+2
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij7-10/+13
2007-10-10r15362: Consider anything non-zero a failure, bnio not just -1Jelmer Vernooij1-1/+2
2007-10-10r15361: Export table of predefined registry keysJelmer Vernooij3-18/+23
2007-10-10r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij8-19/+21
2007-10-10r15357: Fix the build on systems without GNUTLS.Andrew Bartlett1-2/+2
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett15-143/+69
2007-10-10r15355: Add replacement 'err.h' for systems that don't have it such as SerNet...Jelmer Vernooij2-0/+9
2007-10-10r15354: Add dependency on libsocket (required for sun1)Jelmer Vernooij1-1/+2
2007-10-10r15353: Don't dereference NULL pointer. Found by the IBM checker.Jelmer Vernooij1-0/+1
2007-10-10r15352: Remove reference to just-removed subsystemJelmer Vernooij1-1/+1
2007-10-10r15351: Fix tcc compile errorJelmer Vernooij1-1/+2
2007-10-10r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij3-10/+1
2007-10-10r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij4-134/+109
2007-10-10r15348: Start adding a dict interface and tests to LdbMessage class.Tim Potter2-11/+32
2007-10-10r15346: Doc.Tim Potter1-1/+1
2007-10-10r15345: Add a read-only test to tdb torture tester.Tim Potter1-0/+8
2007-10-10r15344: Fix shared library buildJelmer Vernooij5-12/+12
2007-10-10r15343: Some small cleanups.Tim Potter1-5/+8
2007-10-10r15339: Signature for tdb_reopen_all() has changed.Tim Potter1-1/+1
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij8-13/+16
2007-10-10r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij9-24/+21
2007-10-10r15330: Add comment for IBM checker.Andrew Bartlett1-2/+1
2007-10-10r15329: I'm sick of this patch being in my local tree...Andrew Bartlett1-7/+8
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij45-248/+189
2007-10-10r15327: Support 'nosize'. Also write prototypes for print and size functions ...Jelmer Vernooij2-14/+24
2007-10-10r15326: Fix compiler warnings.Jelmer Vernooij1-7/+7
2007-10-10r15325: Fix compiler warningsJelmer Vernooij1-9/+9
2007-10-10r15324: Generate prototype even if the function itself isJelmer Vernooij1-11/+12
2007-10-10r15323: Fix internal popt buildJelmer Vernooij3-13/+2
2007-10-10r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij1-3/+3
2007-10-10r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij11-244/+252
2007-10-10r15319: remove unneeded macrosStefan Metzmacher4-34/+26