summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
* libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
* libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
* libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
* libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
* libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
* libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
* Fix bug 5334Volker Lendecke2008-03-181-0/+30
* Coverity fixesMarc VanHeyningen2008-03-171-1/+1
* libsmbconf: rename all occurrences of libnet_conf_ to smbconf_ .Michael Adam2008-03-173-200/+186
* Move libnet_conf to a library lib/smbconf/ of its own, fixing the api.Michael Adam2008-03-172-0/+1048
* socket_wrapper: make pcap code more portableStefan Metzmacher2008-03-171-39/+40
* Use right control to attach to persistent databasesVolker Lendecke2008-03-171-2/+5
* Fix Coverity ID 567Volker Lendecke2008-03-161-1/+1
* Fix Coverity ID 554Volker Lendecke2008-03-151-0/+3
* Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-151-1/+1
* libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-142-3/+3
* libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
* libreplace: add an inet_aton() function that calls inet_pton().Michael Adam2008-03-146-0/+42
* Allow parameter "include" in registry based configuration (again).Michael Adam2008-03-131-1/+0
* Fix %I macro expansion for IPv4 mapped IPv6 addresses.Michael Adam2008-03-131-2/+8
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-17/+40
* Add dbwrap_trans_store and dbwrap_trans_deleteVolker Lendecke2008-03-101-0/+79
* Add transactions to the dbwrap APIVolker Lendecke2008-03-103-0/+45
* add dbwrap_change_int32_atomicVolker Lendecke2008-03-101-0/+28
* Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner2008-03-071-0/+1
* client[ADDR_INDEX] is an IPv4 mapped to IPv6, butJeremy Allison2008-03-061-5/+21
* Add basic infrastructure for general async requestsVolker Lendecke2008-03-061-0/+68
* In libnetapi, point out that lp_load has failed.Günther Deschner2008-03-061-0/+1
* Give a better error message why NetServerSetInfo() may fail in the gui.Günther Deschner2008-03-052-1/+4
* Add PICFLAG to libnetapi Makefile.Günther Deschner2008-03-051-0/+1
* Fix rpccli_srvsvc_NetSrvSetInfo call in libnetapi.Günther Deschner2008-03-051-1/+1
* Revert "Add basic infrastructure for general async requests"Volker Lendecke2008-03-011-68/+0
* Add gp_get_machine_token().Günther Deschner2008-02-291-0/+50
* Revert "what a wurst."Günther Deschner2008-02-291-50/+0
* what a wurst.Günther Deschner2008-02-291-0/+50
* Eliminate tons of build warnings on non-IPV6 system.Michael Adam2008-02-291-1/+1
* configure: Remove lib/repdir.c and related stuffStefan Metzmacher2008-02-291-217/+0
* libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam2008-02-291-0/+4
* libreplace: ifdef out ip6 code if unsupported.Michael Adam2008-02-291-0/+2
* libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam2008-02-291-6/+7
* libreplace: fix silly crashbug in getifaddrs_test().Michael Adam2008-02-291-1/+3
* libreplace: add missing newline in output of getifaddrs test.Michael Adam2008-02-291-1/+1
* libreplace: add missing semicolon to getifaddrs.Michael Adam2008-02-291-1/+1
* libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam2008-02-291-21/+16
* libreplace: use the new getifaddrs test also for autoconf.Michael Adam2008-02-292-33/+16
* libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam2008-02-293-7/+100
* Trying to fix libnetapi examples Makefile.in.Günther Deschner2008-02-291-14/+19
* Fix macro name (no 's' in ifr_addr).Gerald W. Carter2008-02-281-1/+1