summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/prompter.c
Commit message (Expand)AuthorAgeFilesLines
* In lib/krb5/os, ensure that function definition headers have functionGreg Hudson2009-10-311-1/+2
* make mark-cstyleTom Yu2009-10-311-156/+157
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+1
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-1/+1
* * prompter.c (catch_signals, restore_signals): Take pointer to old signalKen Raeburn2003-12-201-28/+28
* * prompter.c (krb5_prompter_posix): Kill echo before printingTom Yu2003-02-081-6/+5
* * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix toTom Yu2003-02-071-12/+15
* * prompter.c (krb5_prompter_posix): Rewrite to no longer useTom Yu2003-02-051-87/+157
* protoizeKen Raeburn2002-09-031-7/+3
* * prompter.c (krb5_prompter_posix): Initialize 'i' and make it volatileKen Raeburn2002-04-121-1/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-3/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-4/+3
* * prompter.c (krb5_prompter_posix): Fix up terminal modes if we'reTom Yu2001-02-051-0/+12
* * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach2000-10-171-1/+1
* * prompter.c (krb5int_set_prompt_types): Set to actual value intead of 0Danilo Almeida2000-04-181-1/+1
* Add krb5_get_prompt_types() functionalityDanilo Almeida2000-03-161-0/+17
* Silence gcc longjmp warnings:Ken Raeburn1999-10-221-3/+3
* Provide Win32 implementation so that kinit and such work under Win32Danilo Almeida1999-08-091-3/+99
* prompter.c (krb5_prompter_posix): Update to use new prompter prototypeTheodore Tso1999-04-101-4/+11
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-1/+1
* * Makefile.in: Add changepw.c, prompter.cTom Yu1997-12-061-0/+128