summaryrefslogtreecommitdiffstats
path: root/source/lib/replace
Commit message (Collapse)AuthorAgeFilesLines
* libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-09-141-2/+3
| | | | | metze (partialy cherry picked from commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2)
* Fix extra dash in command line flag.Jelmer Vernooij2008-09-141-1/+1
| | | | (cherry picked from commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be)
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() ↵Yannick Bergeron2008-08-081-1/+1
| | | | subroutine in lib/replace/replace.c
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() ↵Yannick Bergeron2008-08-061-1/+2
| | | | auth_errors array initialization in client/smbspool.c
* Fix typo.Karolin Seeger2008-07-141-1/+1
| | | | | | retieve -> retrieve Karolin
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of ↵Jeremy Allison2008-07-021-0/+3
| | | | | | strlcat gives error. Jeremy.
* Correctly find a [u]int32_t replacementVolker Lendecke2008-06-101-6/+15
| | | | (cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72)
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
| | | | | | | This fixes ./autogen.sh with autoconf-2.62 metze (cherry picked from commit 72bb01dda4d425528e28cd96e249595dc6c1952f)
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
| | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (cherry picked from commit 67e43860b4973a458676b36785570bb4a66e046a)
* libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ↵Stefan Metzmacher2008-05-221-1/+1
| | | | | | | detected metze (cherry picked from commit 84b5652d3e5766521436e4c7d59615b08b2bb198)
* libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-221-0/+29
| | | | | | | Samba can later just check libreplace_cv_HAVE_IPV6 = yes. metze (cherry picked from commit e835e7eebcc064ce0813814796828f15ad112fbd)
* lib/replace: move sys/sockio.h and sys/un.h checks into ↵Stefan Metzmacher2008-05-172-1/+1
| | | | | | | AC_LIBREPLACE_NETWORK_CHECKS metze (cherry picked from commit 7f26a5425e706a97cc07c5139b3fea4fde9e4020)
* lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-171-0/+40
| | | | | | | Moved from the samba specific locations metze (cherry picked from commit e674128ee2f11596f358ed46104c9d25eb2f754f)
* libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher2008-05-161-0/+13
| | | | | metze (cherry picked from commit da2179ee5d5b6094ab63a9d9d6a8d59893937087)
* libreplace: make sure system/network.h is only used when ↵Stefan Metzmacher2008-05-162-0/+5
| | | | | | | AC_LIBREPLACE_NETWORK_CHECKS was used metze (cherry picked from commit 3fddd36e119f73a5021370450f9687ef9d252bab)
* libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher2008-05-161-17/+18
| | | | | metze (cherry picked from commit aa7ef1af746319a3d771decd0ec03dabe8b8ad28)
* libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher2008-05-161-2/+3
| | | | | metze (cherry picked from commit 67845d3471711d24069636d0d4032f9d53748334)
* libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-129/+127
| | | | | metze (cherry picked from commit 0234d397fefee8e1d0dcd3402f748c2251021c90)
* libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-33/+33
| | | | | metze (cherry picked from commit 64591d064dc3da6074f0f7539911a6e433d9cc43)
* libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
| | | | | metze (cherry picked from commit f9f8f93adcc7161ebb18f5a0bf28c73d951a15ad)
* libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
| | | | | metze (cherry picked from commit 3a70274c908e31453942b442351eab8423c1a53d)
* libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
| | | | | metze (cherry picked from commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
* libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-2/+2
| | | | | metze (cherry picked from commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
* libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-20/+20
| | | | | metze (cherry picked from commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
* libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2008-05-162-40/+40
| | | | | metze (cherry picked from commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
* Fix typo.Jelmer Vernooij2008-05-161-1/+0
| | | | (cherry picked from commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
* Add undefined symbol flag for AIX.William Jojo2008-05-161-0/+4
| | | | (cherry picked from commit dabdf24e86f038e3afc67532fa5bf60a37992161)
* libreplace: also use AC_LIBREPLACE_NETWORK_CHECKS for the standalone buildStefan Metzmacher2008-05-161-0/+1
| | | | | metze (cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
* libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher2008-05-162-1/+1
| | | | | metze (cherry picked from commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
* libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher2008-05-162-63/+73
| | | | | | | Note: moving it out of AC_LIBREPLACE_BROKEN_CHECKS will be the next step metze (cherry picked from commit 55a904b1d7aeca849d450e371b18afca5b0c6218)
* libreplace: always provide utime() and utimes()Stefan Metzmacher2008-05-166-1/+200
| | | | | | | | | | | I'd like to also provide futimes(), but it seems that some systems doesn't support a it at kernel level. If someone knows how to write a portable replacement for futimes() please tell me... metze (cherry picked from commit a9604fe4a323dccb537cf02ea7594437b4995803)
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-05-091-5/+2
| | | | Jeremy.
* libreplace: check how portable utimes() and futimes() areStefan Metzmacher2008-05-061-0/+1
| | | | | metze (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190)
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-183-3/+4
| | | | | changes. Jeremy.
* libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher2008-03-281-1/+1
| | | | | | | | This should fix the build on solaris. Later this needs better fixing... metze (cherry picked from commit 89b7955733c34e9699a3b43ee54de92cb9469b90)
* libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.cMichael Adam2008-03-271-1/+8
| | | | | | | This is not a proper bug but the code is clearer now and we are tracking failure of open separate from that of close. Michael
* libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-191-1/+0
| | | | | Michael (cherry picked from commit 2d3c2f34f33338ff422047dae9cc262522689328)
* libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-196-24/+55
| | | | | | | | | | | Prototype is now in system/network.h, implementation in socketpair.c, and check in socketpair.m4. Now the last networking function has vanished from replace.c. Michael (cherry picked from commit 94ac8a25be15b55f66eff96fdddc2fdc71a43b1e)
* libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
| | | | | Michael (cherry picked from commit 98ee8c84300757d778733a458c6ca3e6022b40ea)
* libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
| | | | | Michael (cherry picked from commit 1f9ca7eed965904f67cf78fbac007432b8a057fd)
* libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
| | | | | | | | | | | | | | | | | | | | ...not only replace it when it is broken. This moves the defintion of rep_inet_ntoa from replace.c to inet_ntoa.c and adds configure checks for existence of inet_ntoa(). Checks are moved to an include file of its own. NOTE: The original rep_inet_ntoa in replace.c was wrapped into a "#ifndef WITH_PTHREADS" but the prototype in replace.h and the define in system/network.h were not. I removed that ifndef since the inet_ntoa() function is usually not thread safe anyways, since it returns a pointer to a static buffer. So whoever calls inet_ntoa() should be aware that it is not thread safe anyways. Michael (cherry picked from commit 974c0c45ad42644348e0b55454715b12158f1028)
* libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
| | | | | Michael (cherry picked from commit cca5d6626fe395f08fd4c8b2344e4e43646cb987)
* libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
| | | | | metze (cherry picked from commit 62bb177a6e4a3e1f949b78c7cd7583f2e1271739)
* libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
| | | | | metze (cherry picked from commit 79037c31334e271a718fcac234148038814b591e)
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
| | | | | | | ...instead of using SOCKET_LIBS and NSL_LIBS. metze (cherry picked from commit cef2e8d748756f61c248ad6660e85dd1ac36308a)
* libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
| | | | | | | But keep the old ones untill the callers are fixed. metze (cherry picked from commit e7115dcc8a0a4f420de7a901e3a21d4f35a6fcf9)
* Fix Coverity ID 554Volker Lendecke2008-03-151-0/+3
|
* Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-151-1/+1
| | | | Some S3 code depends on this.
* libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-142-3/+3
| | | | | | | | | | | | This corrects the earlier fix of the standalone build, by setting LIBS to the desired value only in configure.ac but not in getifaddrs.m4. Not that this changes the standalone build in that it adds these libs undconditionally and not only if they are needed by the getifaddrs replacement functions. Michael (cherry picked from commit ff3af1703ddc9e5383f32156bc5be8351f795e76)
* libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
| | | | | | | | This is needed, otherwise $libreplacedir/system/network.h does not find $libreplacedir/getaddrinfo.h on some systems (solaris, e.g.). Michael (cherry picked from commit 297c3bece094ddb5f268b02e61e33f512ccfe6f5)