summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iceauth 1.0.6iceauth-1.0.6baserock/xfce-buildbaserock/morphAlan Coopersmith2013-07-231-1/+1
* Constify some more string pointers to fix gcc warningsAlan Coopersmith2013-07-172-17/+18
* Use void * instead of char * for generic pointer arg to DoFunc functionsAlan Coopersmith2013-07-171-13/+13
* Mark unused arguments in callback functions to quiet clang warningsAlan Coopersmith2013-07-172-18/+18
* Fix some sign/size conversion warnings from clangAlan Coopersmith2013-07-171-10/+10
* Add _X_NORETURN attributes suggested by gccAlan Coopersmith2013-02-233-4/+5
* Assume signal handlers return void, as C89 requiresAlan Coopersmith2013-02-232-22/+2
* configure.ac: Bump to 1.0.5iceauth-1.0.5Jeremy Huddleston2011-05-231-1/+1
* auth_finalize: Attempt to rename() if link() failsJeremy Huddleston2011-05-231-1/+2
* Error out and avoid a call to malloc(0) if given a bad hex stringJeremy Huddleston2011-04-281-2/+2
* Make iceauth manpage describe commands. (fd.o bug#2354)David Nusinow2011-03-011-0/+84
* config: move man pages into their own directoryGaetan Nadon2011-01-194-18/+17
* man: remove trailing spaces and tabsGaetan Nadon2011-01-131-13/+13
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2011-01-121-1/+1
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon2011-01-121-1/+0
* config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONSGaetan Nadon2011-01-121-1/+0
* iceauth 1.0.4iceauth-1.0.4Alan Coopersmith2010-10-291-1/+2
* Remove unnecessary AC_SUBST of ICEAUTH_LIBS & ICEAUTH_CFLAGSAlan Coopersmith2010-10-211-2/+0
* config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2010-10-212-22/+4
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-10-211-1/+1
* Purge cvs tags.Jesse Adkins2010-10-064-14/+0
* COPYING: replace stub with actual Copyright noticeGaetan Nadon2010-01-081-8/+18
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-261-1/+2
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-284-2/+5
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+1
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-11/+66
* Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon2009-10-211-1/+1
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
* iceauth 1.0.3iceauth-1.0.3Alan Coopersmith2009-10-101-1/+1
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-102-10/+8
* Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith2009-10-011-0/+27
* Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade2009-01-153-4/+11
* Version bump: 1.0.2iceauth-1.0.2Alan Coopersmith2007-07-231-1/+1
* Change iceauth_CFLAGS to AM_CFLAGS to avoid automake-1.10 warningAlan Coopersmith2007-07-231-2/+2
* More constification and reduction of rw data in binaryAlan Coopersmith2007-05-182-29/+19
* Debian Bug #25285: iceauth manpage starts with blank screenAlan Coopersmith2007-05-181-1/+0
* Constify some static data constantsAlan Coopersmith2007-05-171-10/+10
* ANSIfy function declarationsAlan Coopersmith2007-05-172-167/+157
* Fix some lint warningsAlan Coopersmith2007-05-171-5/+10
* Add option to check code with lint/sparse/etc.Alan Coopersmith2007-05-172-0/+12
* Replace static ChangeLog with disthook to generate from git logAlan Coopersmith2007-05-172-31/+10
* Bug 10739: iceauth dumps core if signal caught before initialization doneAlan Coopersmith2007-05-161-4/+3
* Replace copystring() with strdup() callsAlan Coopersmith2007-05-141-13/+1
* Coverity #1089: Double frees in error cleanup pathAlan Coopersmith2007-05-141-4/+4
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2007-05-141-0/+1
* Coverity #1039: Using uninitialized value "authdata"Alan Coopersmith2007-05-141-1/+1
* Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2005-12-212-1/+6
* Stub COPYING filesAdam Jackson2005-12-191-0/+12
* Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8