summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Check return value of pipe(2)Volker Lendecke2008-02-231-1/+2
* Check return value of dup(2)Volker Lendecke2008-02-231-2/+6
* Check the return value of fgetsVolker Lendecke2008-02-231-1/+4
* libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
* libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
* Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam2008-02-221-13/+3
* Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam2008-02-221-386/+0
* libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
* Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
* Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
* libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
* Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
* Fix possible close of invalid fd if call to socket() returns -1.Tim Potter2008-02-201-1/+2
* Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
* libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
* libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
* libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
* libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
* libreplace: Remove double item in case statement.Michael Adam2008-02-191-4/+0
* Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
* r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2008-02-191-1/+1
* r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach2008-02-191-0/+4
* r26507: Fix function signature for freeifaddrs.Jelmer Vernooij2008-02-191-1/+1
* r26497: Fix return type for freeifaddrs().Jelmer Vernooij2008-02-192-7/+7
* r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij2008-02-191-0/+10
* r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij2008-02-191-0/+1
* r26491: Fix syntax.Jelmer Vernooij2008-02-191-1/+1
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2008-02-192-2/+15
* r26470: Update README.Jelmer Vernooij2008-02-191-0/+2
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2008-02-193-17/+19
* r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-192-22/+31
* r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2008-02-194-0/+511
* Use netr_SamInfo3 in sid_array_from_info3.Günther Deschner2008-02-171-15/+15
* Use the proper boolean constants.Michael Adam2008-02-141-3/+3
* Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner2008-02-141-2/+2
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-2/+2
* Merge data_blob_talloc_zero() from samba4.Günther Deschner2008-02-131-0/+12
* Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-132-2/+2
* Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-131-2/+2
* Fix out of tree builds.Jelmer Vernooij2008-02-131-2/+2
* Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-132-37/+42
* Split rules.mk out of Makefile.Jelmer Vernooij2008-02-132-27/+31
* Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam2008-02-131-1/+1
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-02-132-2/+0
* talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-02-132-0/+2
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2008-02-131-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2008-02-131-0/+7
* r26292: Make sure swig directory exists.Jelmer Vernooij2008-02-131-0/+1
* r26280: Fix installation if swig is not available.Jelmer Vernooij2008-02-131-1/+1
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2008-02-131-0/+1