On systems with IP_PORTRANGE, have ftpd use `high-numbered'

ports by default.  Add a -U option to get the old behavior.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10583 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Jacques A. Vidrine
2001-08-28 19:02:16 +00:00
parent c14ed9002f
commit c77bd77f26
4 changed files with 43 additions and 1 deletions

View File

@@ -301,6 +301,9 @@ socket_get_port (const struct sockaddr *sa);
void
socket_set_port (struct sockaddr *sa, int port);
void
socket_set_portrange (int sock, int restrict, int af);
void
socket_set_debug (int sock);