summaryrefslogtreecommitdiffstats
path: root/source/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* Try and fix the Solaris build by adding a missing defineJeremy Allison2007-10-251-0/+5
* [libreplace] define AI_NUMERICSERV as it's used in getaddrinfo.cmetze2007-10-251-0/+11
* [libreplace] move and fix getaddrinfo configure checksmetze2007-10-252-30/+33
* - include getaddrinfo.h after we have defined struct addrinfometze2007-10-253-16/+24
* [libreplace] if we replace types define the HAVE_<type> macrometze2007-10-251-0/+3
* [libreplace] move definition of struct addrinfo so that it can use socklen_tmetze2007-10-251-15/+13
* [libreplace] move define of a constant to near to the othersmetze2007-10-251-4/+4
* [libreplace] include socket_wrapper.h after we have typedef'ed socklen_tmetze2007-10-251-7/+7
* We do support name lookups for host and service in our replacementJeremy Allison2007-10-241-5/+0
* [libreplace] fix the standalone build of libreplaceStefan Metzmacher2007-10-182-28/+34
* delete empty file lib/replace/system/getaddrinfo.hStefan Metzmacher2007-10-171-0/+0
* Move #defined for getaddrinfo into network.h (as otherJeremy Allison2007-10-162-84/+91
* Added in missing def for AI_ADDRCONFIG.Jeremy Allison2007-10-161-0/+4
* rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2007-10-152-2/+3
* use "system/*.h" to get the system includesStefan Metzmacher2007-10-151-15/+3
* fix the compilation of getpass.c and it's configure testStefan Metzmacher2007-10-152-13/+2
* r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...Jeremy Allison2007-10-151-1/+1
* r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison2007-10-151-2/+4
* Volker's fix for bug #668. Change the \n after the password prompt to go to t...jmcd2007-10-151-2/+3
* reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher2007-10-151-4/+32
* reformat getpass() replacement codeStefan Metzmacher2007-10-151-62/+58
* missing stuff from samba4's libreplaceStefan Metzmacher2007-10-152-1/+4
* don't imply "system/network.h" within replace.h,metze2007-10-152-4/+18
* Merge from metze of libreplace header changesJeremy Allison2007-10-102-6/+12
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-0/+0
* r25587: Fix getaddrinfo detection code. From Timur.Jeremy Allison2007-10-101-1/+9
* r25560: Merge from Jelmer. "Define HAVE_* for other gai functions to prevent ...Jeremy Allison2007-10-101-0/+2
* r25557: merge libreplace fixes from samba4Jelmer Vernooij2007-10-104-6/+46
* r25507: Fix definition of struct sockaddr_storage ifJeremy Allison2007-10-101-0/+5
* r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison2007-10-104-5/+671
* r25495: Fixup definitions for missing sockaddr_storage.Jeremy Allison2007-10-101-1/+2
* r25487: Try fix the build - fix socklen_t and sa_family_t.Jeremy Allison2007-10-101-0/+8
* r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison2007-10-101-0/+4
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-102-6/+18
* r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.Jeremy Allison2007-10-106-4/+426
* r25252: move macro defines to the end of replace.hStefan Metzmacher2007-10-101-32/+35
* r25232: sync lib/replace with SAMBA_4_0Stefan Metzmacher2007-10-107-24/+13
* r24354: Remove offsetof macroVolker Lendecke2007-10-101-4/+0
* r24341: Make libreplace provide offsetof.Jelmer Vernooij2007-10-102-0/+5
* r24054: Fix some warningsVolker Lendecke2007-10-101-2/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-102-4/+4
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-10-102-6/+2
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1024-48/+24
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-10-101-3/+2
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-102-2/+2
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-1024-24/+24
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-102-2/+2
* r23363: Activate rep_pread and rep_pwrite in lib/replace/replace.h.Michael Adam2007-10-102-0/+18
* r23335: as not all source files include replace.h/config.hStefan Metzmacher2007-10-101-1/+1