| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated the FSF's address to an even newer one. | Wayne Davison | 2006-04-25 | 1 | -3/+3 |
| | | |||||
| * | - Updated the address for the FSF in the opening comment. | Wayne Davison | 2006-04-25 | 1 | -22/+19 |
| | | | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | ||||
| * | Indent the "oom:" label away from column 0. | Wayne Davison | 2005-11-10 | 1 | -1/+1 |
| | | |||||
| * | John E. Malmberg convinced me to standardize on #ifs for defined | Wayne Davison | 2005-02-14 | 1 | -6/+6 |
| | | | | | values instead of non-zero. | ||||
| * | Use "#if" (not "#ifdef") for configure-defined macros. | Wayne Davison | 2005-01-28 | 1 | -6/+6 |
| | | |||||
| * | Simplified the logic in allow_access() and tweaked some whitespace. | Wayne Davison | 2005-01-15 | 1 | -33/+32 |
| | | |||||
| * | - Make sure that match_address() always restores the "tok" string, | Wayne Davison | 2004-09-24 | 1 | -13/+18 |
| | | | | | | even on error. - Turned the various FERROR messages into (the more proper) FLOG. | ||||
| * | Call wildmatch(), not fnmatch(). | Wayne Davison | 2003-07-30 | 1 | -1/+1 |
| | | |||||
| * | Changed "./0123456789" to just ".0123456789". | Wayne Davison | 2003-07-07 | 1 | -1/+1 |
| | | |||||
| * | I decided to go with the slightly simpler logic Thorild Selen suggested | Wayne Davison | 2003-07-07 | 1 | -2/+1 |
| | | | | | in a subsequent email. | ||||
| * | Improved deficiencies in the hostname-vs-address check (reintroduced in the | Wayne Davison | 2003-07-07 | 1 | -6/+18 |
| | | | | | last revision) based on the suggestions of Thorild Selen. | ||||
| * | Restored an isdigit() check in the match_address() function, but check | Wayne Davison | 2003-07-05 | 1 | -0/+5 |
| | | | | | the last character in the hostname, not the first. | ||||
| * | Fix bug that causes messages like | David Dykstra | 2003-01-20 | 1 | -5/+4 |
| | | | | | | rsync: stack overflow in function match_address on openbsd. Patch from Brian Poole <raj@cerias.purdue.edu>. | ||||
| * | AI_NUMERICHOST is not defined on AIX. | David Dykstra | 2003-01-09 | 1 | -0/+2 |
| | | |||||
| * | Support IPv6 addresses with "hosts allow" and "hosts deny". Patch from | David Dykstra | 2003-01-09 | 1 | -23/+134 |
| | | | | | Hideaki Yoshifuji. | ||||
| * | Try to fix ctype issues by always calling these functions as | Martin Pool | 2002-04-11 | 1 | -1/+1 |
| | | | | | | | | | | if (!isdigit(* (unsigned char *) p)) { so that the argument is always in the range of unsigned char when coerced to an int. (See digit 1.) | ||||
| * | allow 0.0.0.0/0 syntax in hosts allow/deny | Andrew Tridgell | 2000-08-19 | 1 | -0/+1 |
| | | | | | patch from Charles Levert <charles@comm.polymtl.ca> | ||||
| * | add a cast to initialisation of mask | Andrew Tridgell | 1998-05-22 | 1 | -1/+1 |
| | | |||||
| * | make host access controls case insensitive | Andrew Tridgell | 1998-05-14 | 1 | -0/+3 |
| | | |||||
| * | added hosts allow and hosts deny support. I ended up writing my own as | Andrew Tridgell | 1998-05-13 | 1 | -0/+127 |
| the tcpd code is not quite what I wanted. | |||||
