summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update version for releasetftp-hpa-0.48H. Peter Anvin2007-01-301-1/+1
|
* Document fixing -l -s.H. Peter Anvin2007-01-301-0/+4
|
* When running in secure mode (-s), we must not chdir while daemonizingH. Peter Anvin2007-01-301-1/+3
| | | | | When running in secure mode (-s), we must not chdir while daemonizing. Thanks to Adrian Urquhart for spotting this bug.
* Update version for releasetftp-hpa-0.47H. Peter Anvin2007-01-271-1/+1
|
* Document user-visible changesH. Peter Anvin2007-01-271-0/+7
|
* Prototype cleanup; use "config.h" where appropriateH. Peter Anvin2007-01-155-23/+19
|
* Add -L option to not daemonize processH. Peter Anvin2007-01-152-2/+14
|
* Use replacement library functions to daemonize, rather than #ifdef hellH. Peter Anvin2007-01-154-33/+70
|
* [patch] fix parallel building of tftp-hpaMike Frysinger2007-01-131-2/+2
| | | | | | | | | if you try to build tftp-hpa in parallel, it may fail as the tftp and tftpd subdirs may try to link before the libcommon.a has a chance to be generated in the common subdir trivial patch attached to address this -mike
* Update version for releasetftp-hpa-0.46H. Peter Anvin2007-01-081-1/+1
|
* Document changesH. Peter Anvin2007-01-081-0/+4
|
* When specifying includes, need to specify ALL includesH. Peter Anvin2007-01-081-1/+36
| | | | | It seems that overriding the default includes overrides ALL includes; so we need to specify them all. Sigh.
* Make sure we include <sys/socket.h> when checking for socklen_tH. Peter Anvin2007-01-081-3/+12
| | | | | socklen_t is often only defined when <sys/socket.h> is included, but this is not autoconf default; make sure we include it first.
* printf() and htonl() type matching issueH. Peter Anvin2007-01-081-2/+1
| | | | | | On older systems, htonl() returns unsigned long, on newer systems it returns uint32_t. Cast to unsigned long and use %08lX for the format, that seems to be the easiest solution.
* Update version for releasetftp-hpa-0.45H. Peter Anvin2006-12-121-1/+1
|
* Documentation updates.H. Peter Anvin2006-12-122-2/+12
|
* Add option to TFTP client to ignore ':' in file nameCraig Johnston2006-12-122-8/+34
| | | | | | | | | | | | | | | | | I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client automatically converts the host:file syntax, I get an error "tftp: C: Unknown host". I made a chage to the tftp client code to add a literal mode (-l), that prevents the special treatment of the ':' character. I've attached a patch set for main.c and tftp.1.in for your consideration. I'm not sure how many folks run into this, but it may be somewhat common for VxWorks and perhaps MSDOS users. Thanks, Craig Johnston
* Update version for releasetftp-hpa-0.44H. Peter Anvin2006-12-051-1/+1
|
* Update list of changes for 0.44.H. Peter Anvin2006-12-051-0/+2
|
* tftp-hpa does not reload the remap file when receiving SIGHUPDyks, Axel (XL)2006-12-051-1/+1
| | | | | | | | | | | ... because the signal handling code is enclosed in "#ifdef HAVE_REGEX" instead of "#ifdef WITH_REGEX" The following patch against head of "network/tftp/tftp-hap.git" on "kernel.org" fixes this issues (you are using blanks for indention and not tabs. right?). Cheers Axel
* Document changesH. Peter Anvin2006-11-131-0/+5
|
* Moved pick_port_bind() to the libcommon common code so both client and ↵Zack Bartel2006-11-134-34/+56
| | | | server can use it. Client can now specify a range of ephemeral ports (transaction id)
* Document 0.43 changestftp-hpa-0.43H. Peter Anvin2006-10-051-0/+6
|
* Introduce socklen_t; detect non-local (e.g. broadcast) receive addressesH. Peter Anvin2006-10-047-20/+68
|
* Merge with git+ssh://master.kernel.org/pub/scm/network/tftp/tftp-hpa.gitH. Peter Anvin2006-10-042-4/+12
|\
| * Push for version 0.43H. Peter Anvin2006-09-272-1/+5
| |
| * Fix double-free error in tftp client.H. Peter Anvin2006-09-271-4/+8
| |
* | Move common code to a common/ subdirectoryH. Peter Anvin2006-10-0411-17/+36
| |
* | Next version is 0.43H. Peter Anvin2006-10-041-1/+1
|/
* Actually allow tests of the release mechanism...tftp-hpa-0.42H. Peter Anvin2006-02-161-0/+2
|
* s/Copyright/License/H. Peter Anvin2006-02-161-1/+1
|
* Allow testing of the release mechanismH. Peter Anvin2006-02-161-7/+11
|
* Correct the logic when to loop for the port rangeH. Peter Anvin2006-02-161-1/+1
|
* Document changes since 0.41H. Peter Anvin2006-02-162-1/+16
|
* 0.42 is the next versionH. Peter Anvin2006-02-161-1/+1
|
* Spell IP_RECVDSTADDR correctlyH. Peter Anvin2006-02-161-3/+2
|
* Actually do loop...Peter Anvin2005-10-131-3/+5
|
* Cleaner version implementing port rangePeter Anvin2005-10-131-25/+35
|
* Local port range functionality hackPeter Anvin2005-10-131-10/+43
|
* Disable path MTU discovery by default. It's useless for TFTP.Peter Anvin2005-10-131-1/+18
|
* Define _GNU_SOURCEPeter Anvin2005-10-131-2/+1
|
* Remove version.new if superfluoustftp-hpa-0.41Peter Anvin2005-10-131-0/+2
|
* Only commit version if necessaryPeter Anvin2005-10-131-2/+5
|
* Update historyPeter Anvin2005-10-131-1/+8
|
* Handle transformations with matchesPeter Anvin2005-10-131-2/+3
|
* 0.41 is the next versionPeter Anvin2005-10-131-1/+1
|
* Update version for releasetftp-hpa-0.40.1Peter Anvin2005-09-261-1/+1
|
* Don't build empty libxtra; Solaris can't build an empty archivePeter Anvin2005-09-262-4/+12
|
* New release scriptH. Peter Anvin2005-09-251-11/+10
|
* Change cvs-real -> cvstftp-hpa-0.40hpa2004-10-081-1/+1
|