summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-24tweak previous;Jason McIntyre
2013-06-24tweak previous;Jason McIntyre
2013-06-24space needed before punctuation;Jason McIntyre
2013-06-24do not use literal displays when the display contains mark up;Jason McIntyre
2013-06-24Mention the checks for xenocara in DIAGNOSTICS, prompted by Jan Stary's mail.Stuart Henderson
2013-06-24Revert r1.20 for now, to make sure the newly created address is addedMartin Pieuchot
2013-06-23Remove unsigned comparison < 0.Brad Smith
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-23Fix RELOC() in the __STDC__ case.Miod Vallat
2013-06-23Stop using deprecated functions from Kerberos.Antoine Jacoutot
2013-06-23Revert r1.78 for now, it breaks ipv4 on carp. As found the hard way byStuart Henderson
2013-06-23Focus events can cause trouble if left on and they can't be turned offNicholas Marriott
2013-06-23Always push a focus event when the application turns it on, prompted byNicholas Marriott
2013-06-23Mark control commands specially so the client can identify them, basedNicholas Marriott
2013-06-23Put back r1.7Miod Vallat
2013-06-22Tweak optimization flags on landisk until I have time to investigate further.Miod Vallat
2013-06-22Calculate sha256 sums for miniroots.Florian Obser
2013-06-22improved time_t overflow check suggested by guenther@Damien Miller
2013-06-22Prefix all functions. Pointed out by brad@.Masao Uebayashi
2013-06-21Buffer cache pages are wired but not counted as such. Therefore we have toMark Kettenis
2013-06-21regensyl
2013-06-21regensyl
2013-06-21Make fuse device clonable.syl
2013-06-21static-linked binaries'r'usMiod Vallat
2013-06-21syncTodd T. Fries
2013-06-21exists() calls in make are expensive so switch to test(1) and use the shellRobert Nagy
2013-06-21tidy upRobert Nagy
2013-06-21Fix some dependencies and in the meantime indent all the loops in theRobert Nagy
2013-06-21Pass NO_NTLM to the compile line.Antoine Jacoutot
2013-06-21Sync with upstream, we don't need to patch this file since kcm is disabled.Antoine Jacoutot
2013-06-21disable kcm and kswitch for nowRobert Nagy
2013-06-21Stop using deprecated Kerberos functions.Antoine Jacoutot
2013-06-21document FAKE_SETUP and VARBASEMarc Espie
2013-06-21digest.c is needed for some operations with the kdc(8).Antoine Jacoutot
2013-06-21Missed these in previous.Antoine Jacoutot
2013-06-21Remove some useless FreeBSD-specific variables.Antoine Jacoutot
2013-06-21No need to look under spnego since support it gone.Antoine Jacoutot
2013-06-21enable 24-bit, lsb-aligned encoding, which is the device'sAlexandre Ratchov
2013-06-21De-static.Masao Uebayashi
2013-06-21Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()Gerhard Roth
2013-06-21The bind lock must only be grabbed with all signals masked.Philip Guenther
2013-06-21Default to stdin/stdout if no input files areJonathan Gray
2013-06-21Add earlysig test to check whether the pthread fork() wrapperPhilip Guenther
2013-06-21Move the declaration of _thread_sys_sigprocmask() to rthread.hPhilip Guenther
2013-06-21make this -Wsign-compare clean after time_t conversionDamien Miller
2013-06-21sprinkle in some error() to explain moduli(5) parse failuresDamien Miller
2013-06-21unbreak sftp-cmds for renamed test data (s/ls/data/)Damien Miller
2013-06-21explicitly mention that IdentitiesOnly can be used with IdentityFileDamien Miller
2013-06-21for hostbased authentication, print the client host and user onDamien Miller
2013-06-20Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze