summaryrefslogtreecommitdiff
path: root/src/xcb_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a compiler warningDemi Marie Obenour2022-10-161-2/+2
* Fix build on WindowsPeter Harris2021-06-041-2/+9
* xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()Alan Coopersmith2021-06-011-0/+1
* Include time.h before using time()Jon Turney2019-04-251-0/+1
* Remove tabs and trailing whitespacesUli Schlachter2014-03-211-38/+38
* Fix build of xcb_auth.c with XDMCP on WIN32Jon TURNEY2012-01-281-0/+9
* Revert "Fix include order with Xdmcp on WIN32"Jeremy Huddleston2012-01-281-4/+3
* Fix include order with Xdmcp on WIN32Ryan Pavlik2012-01-111-3/+4
* Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446bJon TURNEY2012-01-111-1/+1
* Support pre-IPv6 systems (without getaddrinfo)Markus Duft2011-08-241-0/+6
* Prevent theoretical double free and leak on get_peer_sock_name.Rami Ylimäki2011-03-241-4/+7
* xcb_auth: Fix memory leak in _xcb_get_auth_info.Nick Bowler2010-11-231-3/+8
* Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris2010-08-311-3/+8
|\
| * windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani2010-03-291-1/+1
| * Win32 code for xcb-1.5Jeetu Golani2010-03-261-3/+8
* | Get rid of PATH_MAX and MAXPATHLENArnaud Fontaine2010-04-301-9/+61
* | Fix authentication on hpux and HurdSamuel Thibault2010-03-131-2/+2
|/
* Fix XDM-AUTHORIZATION-1 (bug #14202)Bart Massey2009-04-211-10/+28
* auth: use snprintf() return valueJulien Danjou2009-04-101-2/+7
* auth: precompute authnameslenJulien Danjou2009-04-101-8/+14
* Local socket connections do not work on hurd-i386Samuel Thibault2009-04-061-1/+8
* Fix do_append() argumentsJulien Danjou2009-03-161-1/+1
* Copy full IPv4 mapping (Bug #20665)Julien Danjou2009-03-151-1/+1
* Set namelen unsignedJulien Danjou2008-08-281-1/+1
* make IPv6 optionalBart Massey2007-11-241-0/+4
* Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugsJosh Triplett2006-11-211-7/+5
* Fix IP6 work for FreeBSD/Mac.Ian Osgood2006-11-211-5/+7
* Support XDM-AUTHORIZATION-1 on IPv6Josh Triplett2006-11-211-0/+20
* Refactor auth code to get display number from xcb_connectJosh Triplett2006-11-201-35/+7
* Support authentication for IPv6 connectionsJosh Triplett2006-11-201-23/+44
* We do not conflict with Xmd.h anymore; remove the include hack from xcb_auth.cJosh Triplett2006-09-231-10/+2
* The Great XCB RenamingJosh Triplett2006-09-231-3/+3
* Move the remainder of the constants in X.h into XML enumerations.Ian Osgood2006-04-281-1/+1
* The typedefs replacing Xmd.h conflict with Xmd.h. Here is a hacky workaround:...Jamey Sharp2006-03-161-2/+10
* Remove dependencies on Xmd.h and X.hIan Osgood2006-03-131-1/+1
* Remove last deprecation warning.Ian Osgood2006-03-131-1/+1
* Use libXdmcp, if available with XdmcpWrap, for XDM-AUTHORIZATION-1. Closes bu...Jamey Sharp2006-03-121-71/+19
* Bugfix: null-terminate the path in sockaddr_un before using it.Ian Osgood2006-03-081-0/+2
* Remove xcl and CVSROOT.Josh Triplett2006-02-181-0/+296