Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r15356: Remove unused 'flags' argument from socket_send() and friends. | Andrew Bartlett | 2006-04-30 | 15 | -143/+69 |
| | | | | | | This is in preperation for making TLS a socket library. Andrew Bartlett | ||||
* | r15355: Add replacement 'err.h' for systems that don't have it such as ↵ | Jelmer Vernooij | 2006-04-30 | 2 | -0/+9 |
| | | | | SerNet-Tru64 | ||||
* | r15354: Add dependency on libsocket (required for sun1) | Jelmer Vernooij | 2006-04-30 | 1 | -1/+2 |
| | |||||
* | r15353: Don't dereference NULL pointer. Found by the IBM checker. | Jelmer Vernooij | 2006-04-30 | 1 | -0/+1 |
| | |||||
* | r15352: Remove reference to just-removed subsystem | Jelmer Vernooij | 2006-04-30 | 1 | -1/+1 |
| | |||||
* | r15351: Fix tcc compile error | Jelmer Vernooij | 2006-04-30 | 1 | -1/+2 |
| | |||||
* | r15350: Remove empty subsystem, don't install .a files of subsystems | Jelmer Vernooij | 2006-04-30 | 3 | -10/+1 |
| | |||||
* | 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 | 2 | -11/+32 |
| | |||||
* | r15347: Ignore autogenerated stuff. | Tim Potter | 2006-04-30 | 0 | -0/+0 |
| | |||||
* | r15346: Doc. | Tim Potter | 2006-04-30 | 1 | -1/+1 |
| | |||||
* | r15345: Add a read-only test to tdb torture tester. | Tim Potter | 2006-04-30 | 1 | -0/+8 |
| | |||||
* | r15344: Fix shared library build | Jelmer Vernooij | 2006-04-30 | 5 | -12/+12 |
| | |||||
* | r15343: Some small cleanups. | Tim Potter | 2006-04-30 | 1 | -5/+8 |
| | | | | Remove LdbMessage.close() method as it's not necessary. | ||||
* | r15340: Ignore *.pyc and autogenerated swig files. | Tim Potter | 2006-04-30 | 0 | -0/+0 |
| | |||||
* | r15339: Signature for tdb_reopen_all() has changed. | Tim Potter | 2006-04-30 | 1 | -1/+1 |
| | |||||
* | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 2006-04-30 | 8 | -13/+16 |
| | |||||
* | r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB | Jelmer Vernooij | 2006-04-29 | 9 | -24/+21 |
| | |||||
* | r15330: Add comment for IBM checker. | Andrew Bartlett | 2006-04-29 | 1 | -2/+1 |
| | | | | Andrew Bartlett | ||||
* | 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 | 45 | -248/+189 |
| | | | | | Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary | ||||
* | r15327: Support 'nosize'. Also write prototypes for print and size functions ↵ | Jelmer Vernooij | 2006-04-29 | 2 | -14/+24 |
| | | | | that are manually written. | ||||
* | r15326: Fix compiler warnings. | Jelmer Vernooij | 2006-04-29 | 1 | -7/+7 |
| | |||||
* | r15325: Fix compiler warnings | Jelmer Vernooij | 2006-04-29 | 1 | -9/+9 |
| | |||||
* | r15324: Generate prototype even if the function itself is | Jelmer Vernooij | 2006-04-29 | 1 | -11/+12 |
| | | | | written manually. | ||||
* | r15323: Fix internal popt build | Jelmer Vernooij | 2006-04-29 | 3 | -13/+2 |
| | |||||
* | r15322: Don't depend on nonexisting targets - should fix the build | Jelmer Vernooij | 2006-04-29 | 1 | -3/+3 |
| | |||||
* | r15321: Reduce the size of rewrite.m4 a bit more | Jelmer Vernooij | 2006-04-29 | 11 | -244/+252 |
| | |||||
* | r15319: remove unneeded macros | Stefan Metzmacher | 2006-04-29 | 4 | -34/+26 |
| | | | | metze | ||||
* | r15318: Don't create empty static libraries as some hosts have trouble with ↵ | Jelmer Vernooij | 2006-04-29 | 5 | -3/+10 |
| | | | | them. | ||||
* | r15317: Because LDB is now async, there are more places were we might run the | Andrew Bartlett | 2006-04-29 | 1 | -15/+22 |
| | | | | | | | | | even context again. We need to ensure we don't process packets until we are finished setting up the connection, have the ldb in place etc. We may need to do the same in other servers. Andrew Bartlett | ||||
* | 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 | 3 | -3/+3 |
| | | | | on most systems. | ||||
* | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 2006-04-29 | 11 | -15/+20 |
| | |||||
* | r15312: Fix dependency on gtksamba when GTK+ is not present | Jelmer Vernooij | 2006-04-29 | 2 | -6/+2 |
| | |||||
* | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 2006-04-28 | 21 | -38/+40 |
| | |||||
* | 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 | 2 | -23/+2 |
| | | | | replacement. | ||||
* | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 2006-04-27 | 26 | -188/+45 |
| | | | | system - these should be removed later on. | ||||
* | r15300: Only enable SWIG shared libs if python is available | Jelmer Vernooij | 2006-04-27 | 3 | -0/+4 |
| | |||||
* | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 2006-04-27 | 26 | -535/+641 |
| | | | | | | | | | 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. | ||||
* | r15297: Move create_security_token() to samdb as it requires SAMDB (and the ↵ | Jelmer Vernooij | 2006-04-27 | 21 | -120/+123 |
| | | | | | | | rest of LIBSECURITY doesn't) Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal Some other dependency fixes | ||||
* | r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil ↵ | Jelmer Vernooij | 2006-04-27 | 2 | -1/+31 |
| | | | | doesn't need ldb | ||||
* | 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. | ||||
* | r15292: fix the IDL_* variable names | Stefan Metzmacher | 2006-04-27 | 3 | -8/+9 |
| | | | | metze | ||||
* | r15291: $f already has the $srcdir prefixed | Stefan Metzmacher | 2006-04-27 | 1 | -1/+1 |
| | | | | metze | ||||
* | r15290: don't spam the screen | Stefan Metzmacher | 2006-04-26 | 1 | -1/+1 |
| | | | | | | jelmer: can you please fix this correctly metze | ||||
* | r15288: fix some problems | Simo Sorce | 2006-04-26 | 1 | -3/+3 |
| | |||||
* | r15287: Simplify dependency detection code | Jelmer Vernooij | 2006-04-26 | 3 | -42/+39 |
| |