aboutsummaryrefslogtreecommitdiff
path: root/crypto/ui/ui_lib.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-7/+4
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe1-3/+4
2001-07-11One forgotten function.Richard Levitte1-0/+8
2001-07-05Change info to correct values.Richard Levitte1-3/+3
2001-06-24Make sure we don't return 0 on error.Richard Levitte1-0/+5
2001-06-23Implement boolean (yes/no or OK/Cancel, ...) input.Richard Levitte1-36/+314
2001-06-23In UI_dup_*() function, use the duped string, not the original.Dr. Stephen Henson1-3/+5
2001-06-20Since there is a way to create UI_METHODs, implement a destructor asRichard Levitte1-16/+17
2001-06-19Enhance the user interface with better support for dialog boxRichard Levitte1-31/+109
2001-06-11Initialize UI ex_data.Dr. Stephen Henson1-1/+1
2001-06-06Don't forget to initialise.Richard Levitte1-0/+2
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte1-1/+2
2001-06-05A good use of the UI interface is as a password callback replacementRichard Levitte1-0/+12
2001-05-14Make sure strdup() is properly declared.Richard Levitte1-0/+9
2001-05-10Fix warning with DEBUG_SAFESTACKDr. Stephen Henson1-2/+1
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-0/+506