summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: Use AC_SYS_LARGEFILE to enable large file supportHEADmasterAlan Coopersmith2023-02-091-0/+3
* gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith2023-02-091-2/+2
* iceauth 1.0.9iceauth-1.0.9Alan Coopersmith2022-04-031-1/+1
* Build xz tarballs instead of bzip2Alan Coopersmith2021-12-031-1/+1
* gitlab CI: add a basic build testAlan Coopersmith2021-12-031-0/+98
* Fix spelling/wording issuesAlan Coopersmith2021-11-282-4/+4
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-11-211-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-163-27/+21
* Fix segmentation fault on invalid input.Tobias Stoeckmann2018-03-241-2/+4
* iceauth 1.0.8iceauth-1.0.8Alan Coopersmith2018-03-041-1/+1
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Add -u & -V options to synopsis in man pageNiveditha Rau2015-04-241-1/+1
* iceauth 1.0.7iceauth-1.0.7Alan Coopersmith2015-01-161-1/+1
* autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith2014-06-011-2/+3
* configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2014-06-012-2/+1
* config: Add missing AC_CONFIG_SRCDIRAlan Coopersmith2014-06-011-2/+5
* More constification cleanupAlan Coopersmith2014-05-313-40/+41
* Free old argv array if realloc fails to enlarge itAlan Coopersmith2013-12-091-1/+5
* Print which option was in error along with usage messageAlan Coopersmith2013-11-221-4/+12
* Add -V flag to print versionAlan Coopersmith2013-11-222-0/+6
* Fix "noexistent" typo in error messageAlan Coopersmith2013-11-221-1/+1
* Actually print command list in usage messageAlan Coopersmith2013-11-221-2/+2
* 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