Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r15388: Fix cut&paste typo. | Tim Potter | 2006-05-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | r15384: Improve naming of socket library, disable Requires(.private)? fields ↵ | Jelmer Vernooij | 2006-05-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | in pkg-config files for now as they break external projects. | |||||
| | * | r15382: Use grp.h in this block; it has been cleaned out of the other ↵ | Paul Green | 2006-05-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | headers that formerly included it for us. Paul | |||||
| | * | r15377: Remove sys_select() code as it's no longer used. | Jelmer Vernooij | 2006-05-01 | 3 | -170/+45 | |
| | | | ||||||
| | * | r15376: Add detection of -lnsl, required for building on SUN boxes. | Jelmer Vernooij | 2006-05-01 | 4 | -6/+23 | |
| | | | ||||||
| | * | r15375: Rename readline.h to smbreadline.h avoid clashes with system header. | Jelmer Vernooij | 2006-05-01 | 2 | -1/+1 | |
| | | | ||||||
| | * | r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with ↵ | Jelmer Vernooij | 2006-05-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | -lsocket on SUN boxes. | |||||
| | * | r15372: Don't look at possibly undefined controls in failure cases. | Andrew Bartlett | 2006-05-01 | 1 | -3/+0 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 2006-05-01 | 8 | -10/+10 | |
| | | | ||||||
| | * | r15364: Use global list of predefined keys | Jelmer Vernooij | 2006-04-30 | 1 | -14/+2 | |
| | | | ||||||
| | * | r15363: Fix dependencies for shared library | Jelmer Vernooij | 2006-04-30 | 2 | -4/+5 | |
| | | | ||||||
| | * | r15362: Consider anything non-zero a failure, bnio not just -1 | Jelmer Vernooij | 2006-04-30 | 1 | -1/+2 | |
| | | | ||||||
| | * | r15361: Export table of predefined registry keys | Jelmer Vernooij | 2006-04-30 | 3 | -18/+23 | |
| | | | ||||||
| | * | r15358: Fix some compiler warnings / type safety. Found by tcc | Jelmer Vernooij | 2006-04-30 | 3 | -6/+3 | |
| | | | ||||||
| | * | r15357: Fix the build on systems without GNUTLS. | Andrew Bartlett | 2006-04-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | r15356: Remove unused 'flags' argument from socket_send() and friends. | Andrew Bartlett | 2006-04-30 | 8 | -90/+47 | |
| | | | | | | | | | | | | | | | | | | This is in preperation for making TLS a socket library. Andrew Bartlett | |||||
| | * | r15351: Fix tcc compile error | Jelmer Vernooij | 2006-04-30 | 1 | -1/+2 | |
| | | | ||||||
| | * | r15349: Integrate set_socket_options() into the socket library | Jelmer Vernooij | 2006-04-30 | 4 | -134/+109 | |
| | | | ||||||
| | * | r15348: Start adding a dict interface and tests to LdbMessage class. | Tim Potter | 2006-04-30 | 1 | -3/+20 | |
| | | | ||||||
| | * | r15346: Doc. | Tim Potter | 2006-04-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | r15344: Fix shared library build | Jelmer Vernooij | 2006-04-30 | 2 | -3/+3 | |
| | | | ||||||
| | * | r15343: Some small cleanups. | Tim Potter | 2006-04-30 | 1 | -5/+8 | |
| | | | | | | | | | | | | Remove LdbMessage.close() method as it's not necessary. | |||||
| | * | r15339: Signature for tdb_reopen_all() has changed. | Tim Potter | 2006-04-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | r15329: I'm sick of this patch being in my local tree... | Andrew Bartlett | 2006-04-29 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | | | | Use inet_ntop to convert IPv6 names to strings. Don't do a reverse lookup. Andrew Bartlett | |||||
| | * | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 2006-04-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary | |||||
| | * | r15326: Fix compiler warnings. | Jelmer Vernooij | 2006-04-29 | 1 | -7/+7 | |
| | | | ||||||
| | * | r15325: Fix compiler warnings | Jelmer Vernooij | 2006-04-29 | 1 | -9/+9 | |
| | | | ||||||
| | * | r15323: Fix internal popt build | Jelmer Vernooij | 2006-04-29 | 3 | -13/+2 | |
| | | | ||||||
| | * | r15321: Reduce the size of rewrite.m4 a bit more | Jelmer Vernooij | 2006-04-29 | 5 | -3/+6 | |
| | | | ||||||
| | * | r15318: Don't create empty static libraries as some hosts have trouble with ↵ | Jelmer Vernooij | 2006-04-29 | 2 | -1/+3 | |
| | | | | | | | | | | | | them. | |||||
| | * | r15316: I don't understand quite why this function was ever like this, but we | Andrew Bartlett | 2006-04-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | need to replace every instance of the character. Previously we skipped the first. Andrew Bartlett | |||||
| | * | r15315: - reenable the ildap backend | Stefan Metzmacher | 2006-04-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - this fixes the make test panics jelmer: why have you disabled it in http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15295 ? metze | |||||
| | * | r15314: Fix recursive dependency hack for static libs. Should fix the build | Jelmer Vernooij | 2006-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | on most systems. | |||||
| | * | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 2006-04-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | r15303: Re-add SMB readline replacement header | Jelmer Vernooij | 2006-04-28 | 1 | -0/+9 | |
| | | | ||||||
| | * | r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a | Jelmer Vernooij | 2006-04-27 | 1 | -21/+0 | |
| | | | | | | | | | | | | replacement. | |||||
| | * | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 2006-04-27 | 4 | -3/+4 | |
| | | | | | | | | | | | | system - these should be removed later on. | |||||
| | * | r15300: Only enable SWIG shared libs if python is available | Jelmer Vernooij | 2006-04-27 | 2 | -0/+2 | |
| | | | ||||||
| | * | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 2006-04-27 | 6 | -12/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. | |||||
| | * | r15295: Fix some dependencies | Jelmer Vernooij | 2006-04-27 | 20 | -763/+757 | |
| | | | | | | | | | | | | Move unistr-specific code to lib/charset/. Remove _m from some places where it's not needed. | |||||
| | * | r15280: - remove the 2nd check for __FUNCTION__ | Stefan Metzmacher | 2006-04-26 | 2 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | - fallback to __func__ if __FUNCTION__ isn't there metze | |||||
| | * | r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵ | Jelmer Vernooij | 2006-04-26 | 13 | -22/+19 | |
| | | | | | | | | | | | | | | | | | | with local (empty) libpopt.a overriding global one | |||||
| | * | r15271: Fix --enable-dso | Jelmer Vernooij | 2006-04-26 | 1 | -1/+2 | |
| | | | ||||||
| | * | r15257: Look for headers before trying to use them in any tests. This | Jelmer Vernooij | 2006-04-25 | 1 | -1/+7 | |
| | | | | | | | | | | | | should fix the OpenBSD build | |||||
| | * | r15253: Fix dependency on tdr_regf.h | Jelmer Vernooij | 2006-04-25 | 1 | -0/+1 | |
| | | | ||||||
| | * | r15248: Fix automatic dependencies build | Jelmer Vernooij | 2006-04-25 | 1 | -1/+0 | |
| | | | ||||||
| | * | r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,... | Stefan Metzmacher | 2006-04-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r15245: forgot one header | Simo Sorce | 2006-04-25 | 1 | -0/+9 | |
| | | | ||||||
| | * | r15242: allow to use LDB_FLG_RECONNECT | Simo Sorce | 2006-04-25 | 1 | -0/+4 | |
| | | | ||||||
| | * | r15231: Try to fix detection of ability of CC to generate dependencies | Jelmer Vernooij | 2006-04-25 | 1 | -0/+3 | |
| | | |