summaryrefslogtreecommitdiff
path: root/portable
Commit message (Expand)AuthorAge
* Imported Upstream version 2.13Russ Allbery2008-09-22
* Fix the ordering of the introductory comment.Russ Allbery2008-04-09
* Fix the include header guard to match the header name.Russ Allbery2008-04-09
* Several Windows fixes from Matthew Loar, plus really includeRuss Allbery2008-04-07
* Coding style fix.Russ Allbery2008-04-04
* If no server principal is specified on the remctl command line or inRuss Allbery2008-04-03
* Giant coding style cleanup.Russ Allbery2008-03-31
* Convert all internal interfaces and data structures to use bool whereRuss Allbery2008-03-30
* Initialize buffer to NULL.Russ Allbery2008-03-30
* Add socket_set_errno and socket_strerror compatibility layers and useRuss Allbery2008-03-30
* Move socket_init and socket_shutdown into the portable/socket.h layer andRuss Allbery2008-03-30
* Fix various problems with my reworked getopt and add a test suite.Russ Allbery2008-03-30
* Include the Windows port of the client done by Matthew Loar. SeeRuss Allbery2008-03-30
* Add a prototype to silence gcc warnings.Russ Allbery2007-08-26
* Include a dummy symbol in libportable so that it always contains atRuss Allbery2007-08-26
* When running in stand-alone mode, remctld now forks a new child forRuss Allbery2007-06-27
* Use a portability wrapper around the GSS-API header to avoid repeatingRuss Allbery2007-02-11
* Drop -Wcast-align; it produces false positives for legitimate networkRuss Allbery2007-02-09
* Update copyright dates and make sure proper license text is present.Russ Allbery2007-02-04
* Reorganized the source tree to move the libc missing function replacementsRuss Allbery2007-01-17
* IPv6 support is now automatically enabled on systems that support it.Russ Allbery2007-01-13
* Add the network API for making network connections and binding to localRuss Allbery2007-01-13