summaryrefslogtreecommitdiffstats
path: root/src/kim/lib/mac
Commit message (Expand)AuthorAgeFilesLines
* Remove orphaned KfM codeGreg Hudson2012-06-2113-5770/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-099-18/+9
* make mark-cstyleTom Yu2009-10-3110-1065/+1062
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-091-65/+65
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-291-15/+24
* Use CFStringGetCStringPtr if possible to avoid wasting memoryAlexandra Ellwood2008-10-241-12/+25
* kim_os_library_get_caller_name leaks file pathAlexandra Ellwood2008-10-211-0/+1
* KLCreatePrincipalFromTriplet should work with empty instanceAlexandra Ellwood2008-10-171-5/+12
* Double free and leak in kim_os_library_get_application_pathAlexandra Ellwood2008-10-171-1/+1
* use KIM_BUILTIN_UI instead of LEAN_CLIENT for builtin UIAlexandra Ellwood2008-10-151-3/+2
* Move GUI/CLI detection from KerberosIPC into KIMAlexandra Ellwood2008-10-151-8/+39
* kim_os_string_create_localized leaks CFStringRefAlexandra Ellwood2008-10-101-0/+2
* prefs should not create empty dictionary for KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-6/+7
* preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-3/+3
* KL APIs which take a NULL principal return klParameterErrAlexandra Ellwood2008-10-091-26/+15
* Removed unused header file include.Alexandra Ellwood2008-10-081-1/+0
* KLL should use __attribute ((deprecated))Alexandra Ellwood2008-10-082-36/+39
* KLL shim layer does not correctly handle optionsAlexandra Ellwood2008-10-071-40/+40
* If the caller is a bundle, look up keys in its plist file to get the nameAlexandra Ellwood2008-10-071-5/+8
* KLLastChangedTime should return current time, not 0Alexandra Ellwood2008-10-071-5/+54
* Hinge building KLL shim off KIM_TO_KLL_SHIM, not LEAN_CLIENTAlexandra Ellwood2008-10-062-3/+3
* Add KLL error tableAlexandra Ellwood2008-10-061-0/+88
* Don't touch keychain if home directory access is disabledAlexandra Ellwood2008-10-061-14/+23
* Don't write NULL name and path over stream. Just send empty stringsAlexandra Ellwood2008-10-021-2/+2
* Fix to get application name correctly. Was dropping argumentAlexandra Ellwood2008-10-021-2/+13
* Support for change password checkbox in enter and selectAlexandra Ellwood2008-10-021-8/+38
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-013-5/+489
* Support for passing options back and forth for enter_identity and Alexandra Ellwood2008-10-011-3/+22
* Check for NULL hints_array passed back from kim_os_selection_hints_get_select...Justin Anderson2008-10-011-1/+1
* First pass at KLL shim layer. (no private apis)Alexandra Ellwood2008-10-012-0/+2014
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-302-123/+25
* kim_os_identity_get_saved_password should always return an error whenAlexandra Ellwood2008-09-301-1/+5
* Support legacy KerberosAgent preference for save passwordsAlexandra Ellwood2008-09-293-5/+20
* Added support for disabling password saving, both globallyAlexandra Ellwood2008-09-292-8/+55
* UI should lazy init so that init and fini are only called if oneAlexandra Ellwood2008-09-291-0/+2
* Place structure in thread specific data to store client connectionAlexandra Ellwood2008-09-281-21/+33
* Added kim_selection_hints_create_from_stream andAlexandra Ellwood2008-09-281-1/+1
* Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood2008-09-281-309/+234
* Renamed kim_identity_get_components to kim_identity_get_components_stringAlexandra Ellwood2008-09-271-4/+52
* KerberosAgent MachIPC supportAlexandra Ellwood2008-09-271-17/+307
* Initial checkin of Mac OS X ipc support. Alexandra Ellwood2008-09-264-4/+196
* Fixed bugs in command line change password support.Alexandra Ellwood2008-09-241-24/+35
* Renamed error handling files to reflect what they do now.Alexandra Ellwood2008-09-231-0/+226
* Added command line UI support.Alexandra Ellwood2008-09-222-7/+44
* KIM ui plugin support and gui selection harnessAlexandra Ellwood2008-09-191-0/+19
* Added functions to save and get password from keychainAlexandra Ellwood2008-09-181-0/+152
* Added support for options in favorite identities.Alexandra Ellwood2008-09-171-238/+760
* Removed favorite identities object from public API and merged functionalityAlexandra Ellwood2008-09-111-24/+22
* Use krb5 threading functions.Alexandra Ellwood2008-09-086-172/+244
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+2