summaryrefslogtreecommitdiff
path: root/connection.c
Commit message (Collapse)AuthorAgeFilesLines
* 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