summaryrefslogtreecommitdiff
path: root/connection.c
Commit message (Collapse)AuthorAgeFilesLines
* If max-connections is < 0, disable the module.Wayne Davison2007-09-181-1/+1
|
* One final tweak.Wayne Davison2007-09-181-9/+10
|
* Some minor improvements in claim_connection().Wayne Davison2007-09-181-17/+14
|
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
|
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
|
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-3/+2
|
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
|
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-21/+21
| | | | | | | - 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).
* use error to detect lockfile open failures vs. max connections reachedAndrew Tridgell1998-07-171-1/+4
| | | | and report an appropriate error message
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-131-79/+2
| | | | | also started on authentication code (I'm doing a challenge response system initially)
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-0/+123