summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r15406: Move 'smbreadline' out of libreplace as it doesn't replace ↵Jelmer Vernooij2006-05-036-4/+4
| | | | | | | | | | | | | | | | | | functionality not available on some platforms but is a Samba-specific library.
| | * r15400: Move the TLS code behind the socket interface.Andrew Bartlett2006-05-026-114/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces caller complexity, because the TLS code is now called just like any other socket. (A new socket context is returned by the tls_init_server and tls_init_client routines). When TLS is not available, the original socket is returned. Andrew Bartlett
| | * r15389: Add some better torture tests for LdbMessage.Tim Potter2006-05-022-1/+35
| | | | | | | | | | | | | | | | | | | | | Fix up behaviour of Ldb.__setitem__() function. It should overwrite the element data. Add wrapper for ldb_msg_sanity_check().
| | * r15388: Fix cut&paste typo.Tim Potter2006-05-021-1/+1
| | |
| | * r15384: Improve naming of socket library, disable Requires(.private)? fields ↵Jelmer Vernooij2006-05-011-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 Green2006-05-011-0/+3
| | | | | | | | | | | | | | | | | | headers that formerly included it for us. Paul
| | * r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij2006-05-013-170/+45
| | |
| | * r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2006-05-014-6/+23
| | |
| | * r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij2006-05-012-1/+1
| | |
| | * r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with ↵Jelmer Vernooij2006-05-011-4/+4
| | | | | | | | | | | | | | | | | | -lsocket on SUN boxes.
| | * r15372: Don't look at possibly undefined controls in failure cases.Andrew Bartlett2006-05-011-3/+0
| | | | | | | | | | | | Andrew Bartlett
| | * r15370: Fix more dependencies for shared libsJelmer Vernooij2006-05-018-10/+10
| | |
| | * r15364: Use global list of predefined keysJelmer Vernooij2006-04-301-14/+2
| | |
| | * r15363: Fix dependencies for shared libraryJelmer Vernooij2006-04-302-4/+5
| | |
| | * r15362: Consider anything non-zero a failure, bnio not just -1Jelmer Vernooij2006-04-301-1/+2
| | |
| | * r15361: Export table of predefined registry keysJelmer Vernooij2006-04-303-18/+23
| | |
| | * r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2006-04-303-6/+3
| | |
| | * r15357: Fix the build on systems without GNUTLS.Andrew Bartlett2006-04-301-2/+2
| | | | | | | | | | | | Andrew Bartlett
| | * r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2006-04-308-90/+47
| | | | | | | | | | | | | | | | | | This is in preperation for making TLS a socket library. Andrew Bartlett
| | * r15351: Fix tcc compile errorJelmer Vernooij2006-04-301-1/+2
| | |
| | * r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij2006-04-304-134/+109
| | |
| | * r15348: Start adding a dict interface and tests to LdbMessage class.Tim Potter2006-04-301-3/+20
| | |
| | * r15346: Doc.Tim Potter2006-04-301-1/+1
| | |
| | * r15344: Fix shared library buildJelmer Vernooij2006-04-302-3/+3
| | |
| | * r15343: Some small cleanups.Tim Potter2006-04-301-5/+8
| | | | | | | | | | | | Remove LdbMessage.close() method as it's not necessary.
| | * r15339: Signature for tdb_reopen_all() has changed.Tim Potter2006-04-301-1/+1
| | |
| | * r15329: I'm sick of this patch being in my local tree...Andrew Bartlett2006-04-291-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 Vernooij2006-04-291-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 Vernooij2006-04-291-7/+7
| | |
| | * r15325: Fix compiler warningsJelmer Vernooij2006-04-291-9/+9
| | |
| | * r15323: Fix internal popt buildJelmer Vernooij2006-04-293-13/+2
| | |
| | * r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2006-04-295-3/+6
| | |
| | * r15318: Don't create empty static libraries as some hosts have trouble with ↵Jelmer Vernooij2006-04-292-1/+3
| | | | | | | | | | | | them.
| | * r15316: I don't understand quite why this function was ever like this, but weAndrew Bartlett2006-04-291-2/+1
| | | | | | | | | | | | | | | | | | | | | need to replace every instance of the character. Previously we skipped the first. Andrew Bartlett
| | * r15315: - reenable the ildap backendStefan Metzmacher2006-04-291-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 Vernooij2006-04-291-1/+1
| | | | | | | | | | | | on most systems.
| | * r15313: Fix some dependencies in dso modeJelmer Vernooij2006-04-291-1/+1
| | |
| | * r15303: Re-add SMB readline replacement headerJelmer Vernooij2006-04-281-0/+9
| | |
| | * r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a Jelmer Vernooij2006-04-271-21/+0
| | | | | | | | | | | | replacement.
| | * r15301: Use static libraries internally. This required a few hacks in the build Jelmer Vernooij2006-04-274-3/+4
| | | | | | | | | | | | system - these should be removed later on.
| | * r15300: Only enable SWIG shared libs if python is availableJelmer Vernooij2006-04-272-0/+2
| | |
| | * r15298: Fix the build using a few hacks in the build system. Jelmer Vernooij2006-04-276-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 dependenciesJelmer Vernooij2006-04-2720-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 Metzmacher2006-04-262-0/+12
| | | | | | | | | | | | | | | | | | - fallback to __func__ if __FUNCTION__ isn't there metze
| | * r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij2006-04-2613-22/+19
| | | | | | | | | | | | | | | | | | with local (empty) libpopt.a overriding global one
| | * r15271: Fix --enable-dsoJelmer Vernooij2006-04-261-1/+2
| | |
| | * r15257: Look for headers before trying to use them in any tests. This Jelmer Vernooij2006-04-251-1/+7
| | | | | | | | | | | | should fix the OpenBSD build
| | * r15253: Fix dependency on tdr_regf.hJelmer Vernooij2006-04-251-0/+1
| | |
| | * r15248: Fix automatic dependencies buildJelmer Vernooij2006-04-251-1/+0
| | |
| | * r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...Stefan Metzmacher2006-04-251-1/+1
| | | | | | | | | | | | metze