summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libXau 1.0.5libXau-1.0.5Peter Hutterer2009-08-281-1/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Make file locking more robust for network shares like AFPJeremy Huddleston2009-02-221-8/+22
|
* Restore FamilyKrb5Principal definitionAlan Coopersmith2009-02-061-0/+1
| | | | | | | | | | Even if Kerberos5 support is currently unimplemented in the X server & libXau, the Family id for the X11 protocol is still defined and reserved for Kerberos5, and should be recorded here for interoperability with other implementations and to avoid reuse if someone adds a new authentication family in the future. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Remove old api kerberos.Paulo Cesar Pereira de Andrade2009-02-025-214/+1
| | | | | | | LibXau uses a 1993 kerberos api, but the X Server side support has been already removed for quite some time. This corrects bug report https://bugs.freedesktop.org/show_bug.cgi?id=14684
* Janitor: Correct make distcheck and remove extra .gitignore file.Paulo Cesar Pereira de Andrade2009-01-294-12/+12
|
* Version bump: 1.0.4libXau-1.0.4Alan Coopersmith2008-08-261-1/+1
|
* Bug 17314: libXau's Makefile.am should have proper man creation rulesDamien Th?bault2008-08-261-7/+4
| | | | | | X.Org Bugzilla #17314 <http://bugs.freedesktop.org/show_bug.cgi?id=17314> Patch #18528 <http://bugs.freedesktop.org/attachment.cgi?id=18528> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libcAlan Coopersmith2008-07-081-2/+8
|
* Bug #11097: libXau COPYING fix (add missing copyright dates)Daniel Drake2007-08-211-1/+1
| | | | X.Org Bugzilla #11097 <https://bugs.freedesktop.org/show_bug.cgi?id=11097>
* bump to 1.0.3libXau-1.0.3Daniel Stone2006-12-161-1/+1
|
* Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
| | | | Make ChangeLog hook as safe as possible.
* Version bump -> 1.0.2libXau-1.0.2Alan Coopersmith2006-07-281-1/+1
|
* Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macrosAlan Coopersmith2006-07-241-0/+4
|
* Add lint library to CLEANFILESAlan Coopersmith2006-07-241-1/+1
|
* set GIT_DIR=${srcdir}/.git for git-logMatthieu Herrb2006-07-161-1/+1
|
* Generate lint library for checking programs that call functions in libXauAlan Coopersmith2006-07-132-2/+14
| | | | (Disabled by default, enable with --enable-lint-library)
* renamed: include/.cvsignore -> include/.gitignoreAlan Coopersmith2006-07-131-0/+0
|
* Replace static ChangeLog with dist-hook to generate from git-logAlan Coopersmith2006-07-122-86/+8
|
* Rename XORG_ENABLE_LINT to XORG_WITH_LINTAlan Coopersmith2006-07-121-1/+1
|
* Move --with-lint handling to XORG_ENABLE_LINT() in xorg-macros.m4Alan Coopersmith2006-07-121-23/+2
|
* Add *~ to .gitignore to ignore emacs droppingsAlan Coopersmith2006-07-121-0/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-121-0/+0
|
* Add "--with-lint" configure flag and "make lint" Makefile target to checkAlan Coopersmith2006-06-283-0/+38
| | | | source code with lint, sparse or similar tools.
* Changelog for last commit:Alan Coopersmith2006-06-281-0/+16
| | | | | | | | Remove prototype for XauGetAuthByName to clear lint warning: name declared but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function
* Remove prototype for XauGetAuthByName to clear lint warning: name declaredAlan Coopersmith2006-06-287-29/+21
| | | | | | | but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function
* Clean up existing Autest test program and use to provide simple (and veryAlan Coopersmith2006-06-103-11/+30
| | | | incomplete) "make check" test case.
* Bump to 1.0.1libXau-1_0_1XORG-7_1Adam Jackson2006-05-122-1/+6
|
* Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesKevin E Martin2006-05-082-1/+9
| | | | not created correctly when MANDIR & MANSUFFIX don't match.
* Update package version number for final X11R7 release candidate.XORG-7_0_99_901XORG-7_0XORG-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
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Add/improve libs .cvsignores.Eric Anholt2005-11-201-0/+8
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-192-1/+8
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-181-4/+4
| | | | work better with BSD make
* Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith2005-10-171-2/+2
| | | | suffix rule (reported by Matthieu Herrb)
* Use sed to put version number in man page Add shadow man pages for manAlan Coopersmith2005-10-123-3/+39
| | | | pages that document multiple functions.
* Set needed flags for MT-safe API's called from libXauAlan Coopersmith2005-09-222-0/+23
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Add .cvsignore filesKeith Packard2005-07-093-0/+31
|
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Move includes in Xau and Xdmcp into include/X11 subdirectories so that theJosh Triplett2005-05-141-1/+5
| | | | source can reference them with <X11/...>.
* lib/Xau:XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen2005-05-1114-342/+66
| | | | | | | | | | | | | | | - Update AUTHORS, COPYING from Keith's tree - Don't use gcc specific "-include config.h" - Add autogen.sh lib/xtrans: - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh, configure.ac, xtrans.pc.in xc/lib/Xau: - Add conditionalized #include <config.h> util/modular/symlink.sh - Add functions symlink_lib_xau() and symlink_lib_xtrans() util/modular/addconfig.h - New script that adds #include <config.h> to files
* Add Xau library to lib/ and symlink.shSøren Sandmann Pedersen2005-05-098-0/+673
|
* Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Addedsco_port_update-baseXORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1sco_port_updateAlexander Gottwald2004-11-152-1/+2
| | | | mingw (Win32) port
* Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGElg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert Eich2004-04-2310-11/+13
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-1410-10/+10
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-0310-10/+10
|