| Commit message (Expand) | Author | Age | Files | Lines |
* | Cross-reference the correct manual page. | jkoshy | 2007-07-28 | 2 | -2/+2 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -6/+107 |
* | Set timeout for all NIS RPC requests to 1 second and not just for | simon | 2007-07-24 | 1 | -8/+8 |
* | Apply the same error checks to PAM_TTY in pam_sm_close_session() as in | des | 2007-07-22 | 1 | -1/+9 |
* | Whitespace cleanup | des | 2007-07-22 | 1 | -6/+6 |
* | - Correctly substitute variables like @NCURSES_MAJOR@ in manual pages | rafan | 2007-07-21 | 2 | -2/+10 |
* | Added environ-replacement detection. For programs that "clean" (i.e., su) | scf | 2007-07-20 | 1 | -78/+163 |
* | Fix a strict aliasing warning from GCC 4.1. | kientzle | 2007-07-20 | 1 | -1/+4 |
* | archive_string_ensure() used to call exit(3) if it | kientzle | 2007-07-15 | 5 | -10/+27 |
* | Add archive_entry_copy_gname() and archive_entry_copy_uname() | kientzle | 2007-07-15 | 4 | -0/+22 |
* | Clarify one test. | kientzle | 2007-07-15 | 1 | -1/+1 |
* | Disconnect netatm from the build as it is not MPSAFE and relies on | rwatson | 2007-07-14 | 1 | -1/+2 |
* | Take a sentence into the present by removing a reference to FreeBSD 3.0. | brueffer | 2007-07-14 | 1 | -4/+2 |
* | Use an uncompressed test archive for gtar sparse format 1.0 format, | kientzle | 2007-07-14 | 1 | -20/+6 |
* | Report each failed test once, but keep a count and report that count | kientzle | 2007-07-14 | 3 | -22/+111 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -7/+13 |
* | Restore the 'break' that was inadvertently removed in 1.57 of this file. | kientzle | 2007-07-14 | 1 | -0/+1 |
* | Extend the basic tar reading test to exercise most types of | kientzle | 2007-07-14 | 1 | -49/+388 |
* | Make the test for reading gtar sparse entries more robust; | kientzle | 2007-07-13 | 1 | -35/+198 |
* | New test suite test_read_pax_truncated probes libarchive | kientzle | 2007-07-13 | 2 | -0/+282 |
* | New file "read_open_memory.c" is a custom variant of | kientzle | 2007-07-13 | 3 | -1/+153 |
* | Fix running individual tests via "libarchive_test <number> <number> ..." | kientzle | 2007-07-13 | 1 | -1/+2 |
* | Correct multiple security issues in how libarchive handles corrupt | cperciva | 2007-07-12 | 2 | -41/+104 |
* | Fix installworld: /usr/bin/printf isn't available then, | kientzle | 2007-07-07 | 1 | -1/+3 |
* | Make test suite work with libarchive 1.3.1: Take advantage of | kientzle | 2007-07-06 | 17 | -25/+289 |
* | New "version stamp" simplifies determining the exact version | kientzle | 2007-07-06 | 4 | -23/+70 |
* | Fix a typo that prevented the quad symbols from being exported | deischen | 2007-07-06 | 1 | -1/+1 |
* | Fix remaining syntax errors (missing semicolons) | peter | 2007-07-05 | 1 | -2/+2 |
* | If the mech_type argument to gss_display_status is null, use a default | dfr | 2007-07-05 | 1 | -1/+10 |
* | Add missing \ characters in PSEUDO() macro on arm. Oops. | peter | 2007-07-04 | 1 | -2/+2 |
* | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to | peter | 2007-07-04 | 9 | -9/+119 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 7 | -22/+35 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 5 | -34/+20 |
* | Fix missing prototype warnings. (Compile errors with -Werror on) | peter | 2007-07-04 | 1 | -2/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 5 | -259/+622 |
* | - Removes some incorrect error returns (errno was being overriden in | rrs | 2007-07-02 | 1 | -4/+2 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 11 | -19/+18 |
* | Merge fixes back from heimdal. | dfr | 2007-06-30 | 5 | -63/+154 |
* | Fix sbrk.S to use _end symbol the same way brk.s was fixed some time | kan | 2007-06-27 | 1 | -2/+2 |
* | Fix 'bsdtar -t' on tape drives. Libarchive uses the | kientzle | 2007-06-26 | 3 | -12/+45 |
* | Add missing semi-colon. | mjacob | 2007-06-26 | 1 | -1/+1 |
* | - Fix wrong error return (the errno was being returned and not placed | rrs | 2007-06-25 | 1 | -10/+24 |
* | - Fix incorrect error return on sctp_getaddrlen | rrs | 2007-06-22 | 1 | -3/+3 |
* | Ouch. I partially screwed up the last commit by | kientzle | 2007-06-22 | 1 | -1/+0 |
* | Support for writing the 'newc' cpio format, plus a minimal test harness | kientzle | 2007-06-22 | 7 | -0/+393 |
* | Clean up after previous commit: new sentence -> new line, no empty lines, | brueffer | 2007-06-19 | 1 | -4/+6 |
* | - Fix the signature of sctp_connectx to match the function and adds some | rrs | 2007-06-19 | 1 | -2/+6 |
* | - Bump share library version which were missed in last bump | rafan | 2007-06-18 | 3 | -3/+3 |
* | Major cleanup: mdoc macros, style, typos etc. | brueffer | 2007-06-18 | 10 | -216/+320 |
* | Add rewind() to the list of functions which may fail and set errno | ache | 2007-06-18 | 1 | -1/+2 |