summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/inet_aton.c
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-33/+0
|
* libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
| | | | | Michael (This used to be commit cca5d6626fe395f08fd4c8b2344e4e43646cb987)
* libreplace: add an inet_aton() function that calls inet_pton().Michael Adam2008-03-141-0/+29
inet_aton() is even needed inside libreplace, in the implementation of rep_getaddrinfo(). Michael (This used to be commit bcb2f3a880f8da8f9bedb7a8e61d7d7b533f1919)