summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)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
| | | | Michael
* libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| | | | | Michael (cherry picked from commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96)
* Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam2008-02-221-13/+3
| | | | | | E.g. the definition of libreplace doesn't. :-o Michael
* Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam2008-02-221-386/+0
| | | | | | getifaddrs() is now provided by libreplace. Michael
* libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| | | | | | Add missing includes of replace.c and defines of SOCKET_WRAPPER_NOT_REPLACE. Michael
* Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| | | | | | Produce proper list instead of one-node-loop. Michael
* Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| | | | Michael
* libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| | | | Michael
* Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| | | | | | The missing header file is judged "catastrophic" on irix. Michael
* 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
| | | | (cherry picked from commit 53c70b5f77a3b9abaab783590e66278129173d5f)
* libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
| | | | | Michael (cherry picked from commit 83387ecccfe95b80525bf53c5fc9e945ffee10ec)
* libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
| | | | | Michael (cherry picked from commit 00c173bfba9c659750bf231fbd9278dd38aa8bfc)
* libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
| | | | | Michael (cherry picked from commit d3b3d3ec9ff64108b4cd5b7c912ab4ea207256cb)
* libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
| | | | | Michael (cherry picked from commit acab9def2a1e3460bef8baae6efc66d9dfad6eac)
* libreplace: Remove double item in case statement.Michael Adam2008-02-191-4/+0
| | | | | | | | This was by accident introduced in cherry-pick commit 7a7dcd9b1265b8f031c9a5e9c4cfa89216827a28: This tiny portion had already been ported in 64ff1dad8664f14030c7d78c252d946216798a88. MIchael
* Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
| | | | | Michael (cherry picked from commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8)
* r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2008-02-191-1/+1
| | | | (cherry picked from commit 37c7b65546190bdce40cb48435cc4fd51d89a124)
* r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach2008-02-191-0/+4
| | | | | Patch from Timur I. Bakeyev <timur@com.bat.ru>. (cherry picked from commit 188156228b53c4bbc9c18c6ff1a0d3c6d0ba5fcb)
* r26507: Fix function signature for freeifaddrs.Jelmer Vernooij2008-02-191-1/+1
| | | | (cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
* r26497: Fix return type for freeifaddrs().Jelmer Vernooij2008-02-192-7/+7
| | | | (cherry picked from commit 8c65053f51330bb55a81572264eefbcc56029dc1)
* r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij2008-02-191-0/+10
| | | | (cherry picked from commit c9e5a3078f7baa83743658d5648f0eefdeb05d2f)
* r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij2008-02-191-0/+1
| | | | (cherry picked from commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd)
* r26491: Fix syntax.Jelmer Vernooij2008-02-191-1/+1
| | | | (cherry picked from commit 2513230e286179747bb84e4e87121b80bea8f3f0)
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2008-02-192-2/+15
| | | | (cherry picked from commit 56080469ab28ae5a2f456cced34814d9c33480c6)
* r26470: Update README.Jelmer Vernooij2008-02-191-0/+2
| | | | (cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908)
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2008-02-193-17/+19
| | | | (cherry picked from commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)
* r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-192-22/+31
| | | | (cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737)
* r26467: Use getifaddrs() for interface enumeration and provide replacements ↵Jelmer Vernooij2008-02-194-0/+511
| | | | | | for platforms that don't have it in lib/replace. (lib/replace part of 9b4924fbd8619033c55b4c6e2589da247332e7db - Michael)
* Use netr_SamInfo3 in sid_array_from_info3.Günther Deschner2008-02-171-15/+15
| | | | Guenther
* Use the proper boolean constants.Michael Adam2008-02-141-3/+3
| | | | Michael
* Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner2008-02-141-2/+2
| | | | Guenther
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-131-2/+2
| | | | metze
* Merge data_blob_talloc_zero() from samba4.Günther Deschner2008-02-131-0/+12
| | | | Guenther
* Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-132-2/+2
| | | | | Michael (cherry picked from commit 38855a9f145b54d05f4a508562fc1a6595e0d895)
* Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-131-2/+2
| | | | (cherry picked from commit 51769f5cfc0f3a9f85ea533598a1f769e108d075)
* Fix out of tree builds.Jelmer Vernooij2008-02-131-2/+2
| | | | | | (cherry picked from parts of commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) Michael
* Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-132-37/+42
| | | | (cherry picked from commit 2b8939975267fc4774bccd2a35ea9a35129d0a2b)
* Split rules.mk out of Makefile.Jelmer Vernooij2008-02-132-27/+31
| | | | (cherry picked from commit 75ffc2c50d70e6f4108c3e6843c8d2bb212f6d9e)
* Make versions in lib/talloc/config.mk and lib/talloc/configure.ac the same.Michael Adam2008-02-131-1/+1
| | | | | | | | Not sure if we can produce one from the other, so I manually made them equal for now. Michael (cherry picked from commit 1c14c457bea75fb3055712547cca501e8ef3fc20)
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-02-132-2/+0
| | | | | | (cherry picked from parts of commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) Michael
* talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-02-132-0/+2
| | | | | | (cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769) Michael
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2008-02-131-1/+1
| | | | | | | | | | | bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (cherry picked from talloc part of commit c550c03372cb260b78f6a6c132e70571bc4cb852) Michael
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2008-02-131-0/+7
| | | | | | (cherry picked from talloc parts of commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75) Michael
* r26292: Make sure swig directory exists.Jelmer Vernooij2008-02-131-0/+1
| | | | (cherry picked from commit 7962d221fcb877c9fd3bbc890827338de54ca94a)
* r26280: Fix installation if swig is not available.Jelmer Vernooij2008-02-131-1/+1
| | | | (cherry picked from commit 3320bd401f7b669bd62f83bf16a1c16ad0543a5c)
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2008-02-131-0/+1
| | | | | | (cherry picked from talloc parts of commit dfd5b456f932268e2b1a82e2775037d356b9483e) Michael