summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* r25864: libreplace: we should only have one location where we check for ↵Stefan Metzmacher2007-12-211-4/+1
| | | | | | | required functions metze (This used to be commit 8748516d1668c66663ded50ff28a8d32f1720175)
* r25863: libreplace: we need include <unistd.h> before nss_wrapper.hStefan Metzmacher2007-12-211-0/+3
| | | | | metze (This used to be commit a16f0e3cdbb9fb1238e25af8bb911c27b839c89b)
* r25862: Avoid po, causes trouble on BSD systems.Jelmer Vernooij2007-12-211-9/+4
| | | | (This used to be commit c7fd5a5172d443034245c58020e379b0ca6234f2)
* r25861: Fix export dynamic for HPUX.Jelmer Vernooij2007-12-211-4/+12
| | | | (This used to be commit 45ccf09bf96e915380b30150a701735318b67aa0)
* r25860: Remove flag that causes problems on some hosts.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 85b332650031b2969f79e6ca85e5d6d10983da91)
* r25859: Wrap native HPUX functions in dl implementation.Jelmer Vernooij2007-12-211-0/+16
| | | | (This used to be commit bf1685faa1c941d3ca56b29a1e15b8a134d02068)
* r25858: Clean up po files.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit af135938c19ef56b56b216b53049012ee7125eec)
* r25857: IndentAndrew Bartlett2007-12-211-1/+2
| | | | (This used to be commit f42690a90c2f76e7fc130ebbdbd0f93fefacfad6)
* r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett2007-12-211-6/+7
| | | | | Andrew Bartlett (This used to be commit f4d733c3d00c90ac2e02fcc202240ae7c290463e)
* r25855: Check for HPUX dl functions.Jelmer Vernooij2007-12-211-0/+5
| | | | (This used to be commit 478b5ac8d92a23a32349bedfe7c6caf98b67fb39)
* r25854: Link against -ldl properly.Jelmer Vernooij2007-12-212-2/+3
| | | | (This used to be commit 6c46a925288e6be0a0e5f86e5a57ce269dc7a3df)
* r25853: Specify LIBS to sample_module - fixes build for gcov hosts.Jelmer Vernooij2007-12-211-3/+6
| | | | (This used to be commit db9ebea52bf739cc297e94178a3a03548fd5ddfb)
* r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij2007-12-212-3/+19
| | | | (This used to be commit aaaed5edc06f3055794e55a8038dbbdac47ce5b6)
* r25851: Move system-specific ldflags checks to libreplace so they can be ↵Jelmer Vernooij2007-12-213-2/+42
| | | | | | used by ldb. (This used to be commit d28c8b822e7b571f24542409376bba8701eeef79)
* r25850: Add macro for picflag.Jelmer Vernooij2007-12-213-3/+65
| | | | (This used to be commit 9ebc6f2d17349b214618d65b29826867796c12ce)
* r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij2007-12-214-1/+14
| | | | (This used to be commit f67040d2a0cb8723f1bf0e9a9d90a821b38697b1)
* r25844: Enable soloading by default.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 8760f81aeae6a3275c6d2e95c72ec5f8b42fbea6)
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-212-9/+11
| | | | (This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7)
* r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2007-12-215-1/+94
| | | | (This used to be commit d41ed7ca8d3954bf586126edd7aba17acc6af8a1)
* r25839: use nss_wrapper code in samba4 ifStefan Metzmacher2007-12-211-0/+1
| | | | | | | --enable-nss-wrapper or --enable-developer is given metze (This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
* r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher2007-12-211-0/+7
| | | | | metze (This used to be commit 17f9189fb4b34dbc08f6aded6b0c81ee8eb07a9f)
* r25837: nss_wrapper: add nss_wrapper.plStefan Metzmacher2007-12-211-0/+265
| | | | | | | This script will be used to add|delete passwd|group entries metze (This used to be commit 1f51a2db0aae05c062fa97c3989c71464b5235a9)
* r25836: nss_wrapper: add support for groups and return EPERM in initgroups()Stefan Metzmacher2007-12-211-15/+356
| | | | | | | | | | | | The NSS_WRAPPER_GROUP envvar should point to the /etc/group style file. Note: NSS_WRAPPER_PASSWD and NSS_WRAPPER_GROUP both need non-empty values to enable NSS Wrapper support. metze (This used to be commit fa255cc4b5c03ffe7b0fcf6c1fe4b61ff303fdd8)
* r25835: nss_wrapper: add support for passwd accountsStefan Metzmacher2007-12-211-14/+567
| | | | | | | | The NSS_WRAPPER_PASSWD envvar should point to the /etc/passwd style file. metze (This used to be commit c98028458ab451bdde6ec2df6a12babc52ec1625)
* r25834: nss_wrapper: add lib/nss_wrapper skeletonStefan Metzmacher2007-12-214-0/+374
| | | | | metze (This used to be commit 9fdde8d5f5cc3ea49c0fb4078d7989058462e1d2)
* r25830: fix compiler warningStefan Metzmacher2007-12-212-2/+2
| | | | | metze (This used to be commit 26bfdff48779447a2f4b552c5af32abf2b8c4c45)
* r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner2007-12-211-1/+1
| | | | | | | | | so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112)
* r25802: fix the build on solaris, void functions doesn't return valuesStefan Metzmacher2007-12-211-2/+2
| | | | | metze (This used to be commit 7d6c3e31de448c59dbb6933917c4f434c90cedf6)
* r25799: Add dump_data_skip_zeros() which omits 16 zero bytes in a row (if ↵Günther Deschner2007-12-212-9/+71
| | | | | | | | | | not at the beginning or the end of a blob). Usefull when inspecting protocols that exchange huge mostly empty blobs. Guenther (This used to be commit c96047d022555678dabe08c0de94f0913bb4d047)
* r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher2007-12-211-12/+5
| | | | | metze (This used to be commit 47f865165e772540334dcbcf80cfc1999b0132fa)
* r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2007-12-211-2/+4
| | | | | | | context caused by my objectclass module work. Andrew Bartlett (This used to be commit 2a835d900fee71e4461d5d18e39b4358fa6fdfba)
* r25728: [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cStefan Metzmacher2007-12-211-0/+11
| | | | | metze (This used to be commit 5648c8a0de7482a28a5b95410c083ac87577d482)
* r25726: [libreplace] move and fix getaddrinfo configure checksStefan Metzmacher2007-12-212-30/+33
| | | | | | | | - move getaddrinfo check into getaddrinfo.m4 - add getaddrinfo.o to LIBREPLACEOBJ so that we really build the replacements metze (This used to be commit b594d9c9fa86249e3d3988702a2333460cd70436)
* r25725: merge commit bc9008aa1dcb66890795f0ff2d3046da7df867d9 from v3-2-test:Stefan Metzmacher2007-12-211-5/+0
| | | | | | | | | | | Author: Jeremy Allison <jra@samba.org> AuthorDate: Wed Oct 24 14:40:24 2007 -0700 We do support name lookups for host and service in our replacement code - remove the restrictions from the original Postgres code. Jeremy. (This used to be commit 25a892f2ad1b281869779686ca23f2ed29b46a5c)
* r25724: - include getaddrinfo.h after we have defined struct addrinfoStefan Metzmacher2007-12-213-16/+24
| | | | | | | | - use rep_ instead of pg_ as prefix in getaddrinfo.[ch] - define HAVE_<name> macros when we replace functions metze (This used to be commit 57d5cf4b5fe8885b1375059aa143c9c71d2503b4)
* r25718: [libreplace] if we replace types define the HAVE_<type> macroStefan Metzmacher2007-12-211-0/+3
| | | | | | | this is needed as heimdal's roken.h also tries to replace the types metze (This used to be commit 8b92b811015d0855efe3cf4c58cd08e3654f8e88)
* r25715: [libreplace] move definition of struct addrinfo so that it can use ↵Stefan Metzmacher2007-12-211-15/+13
| | | | | | | socklen_t metze (This used to be commit 12cec014c465a55974aedf44e0e782f5fb841088)
* r25714: [libreplace] move define of a constant to near to the othersStefan Metzmacher2007-12-211-4/+4
| | | | | metze (This used to be commit 8bd2cf71bee1a08c3d420a330730434edbac5e28)
* r25713: [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tStefan Metzmacher2007-12-211-7/+7
| | | | | metze (This used to be commit a3657a4e7175e35707e7a00330f6924833774253)
* r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher2007-12-212-28/+34
| | | | | | | | | all configure results which are used in replace.h or any system/*.h should be in the in the libreplace *.m4 files! metze (This used to be commit 95462d614d68a93e85232e3a779f8bfa86fba4d1)
* r25690: - only use a readonly traverse in ldb_search when not in a ↵Andrew Tridgell2007-12-213-3/+21
| | | | | | | | transaction. When we are in a transaction then we could be in a top level modify operation (such as rename), so we must use a writeable traverse so that the async callbacks can do the modifies while the search is progressing. - don't do the lockall operation on the tdb during a ldb search if in a transaction, as this would prevent modifies by callbacks as well (This used to be commit aa9ab431e071882f42ebc882e809ae1d4b8778d4)
* r25687: Move #defined for getaddrinfo into network.h (as otherStefan Metzmacher2007-12-212-84/+91
| | | | | | | defines). Allows RHEL4 compile to work. Jeremy. (cherry picked from commit 0ffdf4fdeea88c21880c8bf69d8db56fb49effa7) (This used to be commit facb811bb3c77a0b98089c283fe0707c5f486c88)
* r25686: Added in missing def for AI_ADDRCONFIG.Stefan Metzmacher2007-12-211-0/+4
| | | | | | Jeremy. (cherry picked from commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf) (This used to be commit 5d2995c413ff3da801c40fc6d631e2cd443695e3)
* r25685: rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2007-12-212-2/+3
| | | | | | metze (cherry picked from commit 96820f8d8f6522fc264efda0f069e2f6a420ac2e) (This used to be commit cd5069a8ca17a3a14814c0fbf55f113690291165)
* r25684: use "system/*.h" to get the system includesStefan Metzmacher2007-12-211-15/+3
| | | | | | metze (cherry picked from commit d20c2fa274297e9577ed28b8ed04806a425bdc57) (This used to be commit ee8557783534ac5b075a8a4655a12b33b854c050)
* r25683: fix the compilation of getpass.c and it's configure testStefan Metzmacher2007-12-212-13/+2
| | | | | | metze (cherry picked from commit f4c0961a16a84dcdfe6e2faafb75c76983e6d466) (This used to be commit 5d747fcad0b0ac66584da500148e7647122e0544)
* r25682: r16320: Ensure variable is not null before calling fclose. Klocwork ↵Stefan Metzmacher2007-12-211-1/+1
| | | | | | | #412. Jeremy. (cherry picked from commit 33ee0cfb190a883229d0824d7194898fd8966ceb) (This used to be commit 3910d069413834744b17175bb29775a69002712e)
* r25681: r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Stefan Metzmacher2007-12-211-2/+4
| | | | | (cherry picked from commit 46c12de07fe6f44bcf58ca9de276e7932384843d) (This used to be commit 7099dde3fd8962e752451ebe2d5d79de4d7caee9)
* r25680: Volker's fix for bug #668. Change the \n after the password prompt ↵Stefan Metzmacher2007-12-211-2/+3
| | | | | | | to go to tty instead of stdout. (cherry picked from commit 0cd1ed0424ce87f60070d43caffda41be6706d59) (This used to be commit 249d69fd85b67657a4523ffc9244a8b4ab01270a)
* r25679: reapply: Allow ^C to interrupt smbpasswd if using our getpass. from ↵Stefan Metzmacher2007-12-211-4/+32
| | | | | | | | Jeremy metze (cherry picked from commit d4ae42b1b2982dd786d6da16d7fa964d25fd3356) (This used to be commit a11d21790fc2ee33998e042195ccbad73631bad8)