Lines Matching refs:kcm
132 * kcm/connect.c (kcm_loop): Use HAVE_DOOR_CREATE, not HAVE_DOORS.
199 * kcm/headers.h: Maybe include <sys/param.h>.
418 * lib/krb5/kcm.c: Remove signedness warnings.
454 * kcm/connect.c (update_client_creds): in case there is no
457 * kcm/headers.h: include <sys/ucred.h>
555 * kcm/acquire.c: Use krb5_set_password instead of
795 * kcm/connect.c: fix arguments to kcm_log() when reporting
798 * kcm/connect.c: don't send socket address in msghdr, it
826 * kcm/kcm.8: fix example
879 * lib/krb5/kcm.c: unconst argumen to connect, unconst argument to
954 kcm.h
992 * kcm/connect.c (kcm_door_server): Make static.
994 * kcm/kcm_locl.h (disallow_getting_krbtgt): Declare.
1041 * kcm/kcm.8: document --disallow-getting-krbtgt and --door-path
1043 * kcm/protocol.c (kcm_op_retrieve): check server for krbtgt, not
1046 * kcm/main.c: ignore SIGPIPE
1048 * kcm/protocol.c: Add option to disallow getting krbtgt out from
1051 * kcm/config.c: Add option to disallow getting krbtgt out from
1056 * kcm/events.c: if credentials have expired when attempting
1072 * kcm/connect.c: fix doors support, fix signedness warnings
1074 * kcm/config.c: add --door-path=
1079 * kcm/acquire.c (generate_random_pw): fix signed-ness warnings
1081 * kcm/connect.c (update_client_creds): fix compile error in the
1088 * kcm/headers.h: Maybe include <door.h>.
1090 * kcm/kcm_locl.h: add extern door_path;
1094 * kcm/Makefile.am: add dependcy on kcm_protos.h add lib depency on
1097 * lib/krb5/kcm.h: add _PATH_KCM_DOOR, default path to kcm door
1099 * lib/krb5/kcm.c: use [libdefaults]kcm_door to find the door to
1100 kcm
1107 * lib/krb5/kcm.c (kcm_send_request): add support for doing a door
1108 call to kcm
1113 * kcm/kcm.8: change format for expantion variables in
1125 * kcm/connect.c: add LOCAL_PEERCRED and experimental doors support
1137 * kcm/connect.c (do_request): use sendmsg to send the reply
1139 * fix-export: add make_proto for kcm/kcm_protos.h
1141 * kcm/kcm_locl.h: remove prototypes and add <kcm_protos.h>
1143 * kcm/Makefile.am (kcm_SOURCES): add headerfiles
1146 * kcm/protocol.c: fix error in last commit, use right function
1148 * kcm/headers.h: include <ucred.h> if we have getpeerucred
1152 * kcm/connect.c (update_client_creds): add support for
1155 * lib/krb5/kcm.c (kcm_alloc): allow kcm socket to be configured by
1160 * kcm/kcm.8: KRB5CCNAME needs an literal uid, not ${uid}, spelling
1164 * kcm/protocol.c: Merge the description and function jumptables
1168 * kcm/kcm_locl.h: struct kcm_op: jumptable structure
1170 * kcm/main.c: move declaration of detach_from_console away from
1173 * kcm/kcm_locl.h: move declaration of detach_from_console here
1179 * kcm/config.c: Don't test HAVE_DAEMON since roken supplies it.
1357 * kcm/kcm.8: more text about usage
1359 * kcm/Makefile.am: man_MANS += kcm.8
1361 * kcm/kcm.8: initial manpage
1393 * kcm/connect.c (init_socket): rename variable sun to un to avoid
1811 * lib/krb5/kcm.c: add _krb5_kcm_is_running, _krb5_kcm_noop
1813 * kcm/acquire.c: don't leak salt if keyproc called multiple
1816 * kcm/config.c: allow KCM system ccache to be configured from
1817 krb5.conf, in the system_ccache stanza of [kcm]
1821 * kcm/protocol.c: use -1 as the invalid pid number
1823 * kcm/connect.c: support SCM_CREDS (for NetBSD)
1825 * kcm/Makefile.am: LDADD += LIB_pidfile
1827 * kcm/connect.c: make it possible to build on systems without
1830 * kcm/config.c: cast argument to isdigit to unsigned char
1841 * lib/krb5/kcm.h: drop prototypes, they all live in krb5-private.h
1846 * configure.in: generate kcm/Makefile
1848 * Makefile.am: recurse into kcm/ if KCM defined
1850 * kcm: add KCM daemon
1856 * lib/krb5/kcm.c: use AF_UNIX like the rest of the codebase, add
1861 * configure.in: add --enable-kcm option for Kerberos
1864 * lib/krb5/Makefile.am: add kcm.c
1875 * lib/krb5/kcm.[ch]: add initial implementation of KCM