summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Additional testing confirmed the limited scope of the sources affectedv2.6.2Wayne Davison2004-04-301-3/+3
* Preparing for release of 2.6.2Wayne Davison2004-04-304-4/+4
* Mention the last few tweaks that made it into 2.6.2.Wayne Davison2004-04-301-3/+13
* Improved the program that checks for broken large-file locking.Wayne Davison2004-04-301-8/+13
* Don't rely on the local shell's wildcard expansion to make the testWayne Davison2004-04-301-2/+2
* Only refer to AI_NUMERICHOST if it is defined.Wayne Davison2004-04-301-0/+2
* Fixed a few typos.Wayne Davison2004-04-301-5/+5
* Mention the desire to improve how a daemon returns errors.Wayne Davison2004-04-291-1/+3
* Describe the changes for 2.6.2.Wayne Davison2004-04-291-0/+29
* Preparing for release of 2.6.2pre1v2.6.2pre1Wayne Davison2004-04-294-4/+4
* Got rid of unused check for sys/sysctl.h.Wayne Davison2004-04-291-1/+1
* Fixed a sorting problem when an entry has an empty (but not NULL)Wayne Davison2004-04-291-0/+6
* Restore old behavior of logging most daemon errors instead of sendingWayne Davison2004-04-291-1/+2
* Undefined __attribute__ in some circumstances.Wayne Davison2004-04-281-0/+8
* Fixed the use of an uninitialized variable in map_uid() and map_gid().Wayne Davison2004-04-281-3/+3
* In copy_file(), check len < 0 before checking the close() return values.Wayne Davison2004-04-271-6/+8
* Check the return code from close() and output an error if itWayne Davison2004-04-272-8/+20
* Got rid of a debug-output statement.v2.6.1Wayne Davison2004-04-271-1/+0
* Preparing for release of 2.6.1Wayne Davison2004-04-274-4/+4
* - Tweaked the bullet char so that vim can auto-format the items moreWayne Davison2004-04-271-113/+124
* - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-5/+1
* Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-1/+1
* - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-8/+8
* Got rid of HP-UX kludge (since it didn't help).Wayne Davison2004-04-271-4/+0
* Made a comment clearer.Wayne Davison2004-04-271-2/+2
* One more try at getting the HP-UX system in the build farm to compileWayne Davison2004-04-251-1/+1
* Don't use __attribute__((__unused__)) on HP-UX w/o gcc.Wayne Davison2004-04-251-0/+4
* Improved the debug string for the local_exclude_list.Wayne Davison2004-04-241-1/+1
* Improved the EXCLUDE PATTERNS section some more.Wayne Davison2004-04-241-9/+34
* Fixed a comment.Wayne Davison2004-04-231-3/+2
* Mention how --update behaves when the type of the file differs onWayne Davison2004-04-231-0/+7
* Recently added caveat is no longer true.Wayne Davison2004-04-231-2/+0
* Restore the old include behavior where a command-line include couldWayne Davison2004-04-223-7/+11
* Got rid of a wrong paragraph.Wayne Davison2004-04-221-6/+0
* Got rid of a bunch of cruft.Wayne Davison2004-04-221-47/+0
* Updated the default list of cvs-excluded files and added some extraWayne Davison2004-04-221-6/+15
* Added "debug_type" to the exclude_list_struct.Wayne Davison2004-04-221-0/+1
* No need to pass a debug string to check_exclude() anymore.Wayne Davison2004-04-221-2/+1
* No need to pass a debug string to check_exclude() anymore. When weWayne Davison2004-04-221-7/+4
* Initialize the new debug_type string in each exclude list and outputWayne Davison2004-04-221-11/+14
* Changed check_exclude()'s prototype.Wayne Davison2004-04-221-1/+1
* The debug output for add_exclude() now needs to limit the pattern toWayne Davison2004-04-221-2/+2
* A couple minor text improvements.Wayne Davison2004-04-191-6/+6
* Mentioned the better handling of option paths when a daemon is notWayne Davison2004-04-181-2/+9
* Made the device-changes section agree with the latest code.Wayne Davison2004-04-171-8/+7
* Preparing for release of 2.6.1pre-2v2.6.1pre2Wayne Davison2004-04-174-4/+4
* Mention that --from0 does not affect --cvs-exclude's reading of theWayne Davison2004-04-171-0/+2
* In add_exclude_file(), if we're word-splitting, stop reading a "line"Wayne Davison2004-04-171-3/+8
* The inode and dev values in the idev struct are now uint64.Wayne Davison2004-04-171-9/+7
* Changed the dev handling for -H back to using an opaque 64-bitWayne Davison2004-04-171-24/+14