summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbconf: refactor autocreation of [global] into a helper function.Michael Adam2008-03-211-21/+18
* libsmbconf: put the smbconf context struct into a private header.Michael Adam2008-03-213-3/+29
* libsmbconf: change the API to always take the smbconf_ctx parameter first.Michael Adam2008-03-212-21/+25
* libsmbconf: fix indentation.Michael Adam2008-03-211-3/+3
* libsmbconf: change smbconf_get_seqnum() to smbconf_changed().Michael Adam2008-03-212-10/+37
* libsmbconf: fix a commentMichael Adam2008-03-211-2/+1
* libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-191-1/+0
* libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-196-24/+55
* 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