Searched +full:pam +full:- +full:afs +full:- +full:session (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | docknot.yaml | 1 # Package metadata for pam-krb5. 10 # Copyright 2017, 2020-2021 Russ Allbery <eagle@eyrie.org> 12 # SPDX-License-Identifier: BSD-3-clause or GPL-1+ 16 name: pam-krb5 19 synopsis: PAM module for Kerberos authentication 22 name: BSD-3-clause-or-GPL-1+ 24 - holder: Russ Allbery <eagle@eyrie.org> 25 years: 2005-2010, 2014-2015, 2017, 2020-2021 26 - holder: The Board of Trustees of the Leland Stanford Junior University 27 years: 2009-2011 [all …]
|
| /freebsd/contrib/pam-krb5/ |
| H A D | README.md | 1 # pam-krb5 4 status](https://github.com/rra/pam-krb5/workflows/build/badge.svg)](https://github.com/rra/pam-krb5… 6 package](https://img.shields.io/debian/v/libpam-krb5/unstable)](https://tracker.debian.org/pkg/libp… 8 Copyright 2005-2010, 2014-2015, 2017, 2020-2021 Russ Allbery 9 <eagle@eyrie.org>. Copyright 2009-2011 The Board of Trustees of the 11 <dilinger@debian.org>. Copyright 1999-2000 Frank Cusack 12 <fcusack@fcusack.com>. This software is distributed under a BSD-style 18 pam-krb5 is a Kerberos PAM module for either MIT Kerberos or Heimdal. It 20 handling, authentication of non-local accounts for network services, 22 expected PAM features. It works correctly with OpenSSH, even with [all …]
|
| H A D | README | 1 pam-krb5 4.11 2 (PAM module for Kerberos authentication) 5 Copyright 2005-2010, 2014-2015, 2017, 2020-2021 Russ Allbery 6 <eagle@eyrie.org>. Copyright 2009-2011 The Board of Trustees of the 8 <dilinger@debian.org>. Copyright 1999-2000 Frank Cusack 9 <fcusack@fcusack.com>. This software is distributed under a BSD-style 14 pam-krb5 is a Kerberos PAM module for either MIT Kerberos or Heimdal. 16 authorization handling, authentication of non-local accounts for network 18 standard expected PAM features. It works correctly with OpenSSH, even 20 and supports extensive configuration either by PAM options or in [all …]
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | public.c | 2 * The public APIs of the pam-afs-session PAM module. 11 * Copyright 2005-2009, 2017, 2020 Russ Allbery <eagle@eyrie.org> 15 * Copyright 1999-2000 Frank Cusack <fcusack@fcusack.com> 17 * SPDX-License-Identifier: BSD-3-clause or GPL-1+ 27 #include <portable/pam.h> 31 #include <pam-util/args.h> 32 #include <pam-util/logging.h> 36 * The main PAM interface for authorization checking. 55 * PAM configuration, but it's not common for the user to do so and that's in pam_sm_acct_mgmt() 56 * not how other krb5 PAM modules work. If we don't do this, root logins in pam_sm_acct_mgmt() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | sshd_config.5 | 50 The file contains keyword-argument pairs, one per line. 61 keywords are case-insensitive and arguments are case-sensitive): 62 .Bl -tag -width Ds 65 the session's 77 requests a pseudo-terminal as it is required by the protocol. 102 .Xr ssh-agent 1 127 Specifies whether StreamLocal (Unix-domain socket) forwarding is permitted. 189 This option must be followed by one or more lists of comma-separated 198 .Qq publickey,password publickey,keyboard-interactive 203 keyboard-interactive authentication before public key. [all …]
|
| H A D | session.c | 1 /* $OpenBSD: session.c,v 1.341 2025/04/09 07:00:03 djm Exp $ */ 65 #include "openbsd-compat/sys-queue.h" 79 #include "ssh-gss.h" 83 #include "auth-options.h" 92 #include "session.h" 108 * without calling into the monitor. This requires either the post-auth 110 * sshd-session.c:privsep_postauth) or that PTY allocation doesn't require 118 (!strncmp(c, INTERNAL_SFTP_NAME, sizeof(INTERNAL_SFTP_NAME) - 1) && \ 119 (c[sizeof(INTERNAL_SFTP_NAME) - 1] == '\0' || \ 120 c[sizeof(INTERNAL_SFTP_NAME) - 1] == ' ' || \ [all …]
|
| H A D | servconf.h | 19 #include <openbsd-compat/sys-queue.h> 24 #define PERMIT_NOT_SET -1 32 #define PERMITOPEN_NONE -2 42 /* Magic name for internal sftp-server */ 43 #define INTERNAL_SFTP_NAME "internal-sftp" 95 char *routing_domain; /* Bind session to routing domain */ 103 char *host_key_agent; /* ssh-agent socket for host keys. */ 105 char *moduli_file; /* moduli file for DH-GEX */ 140 int pubkey_auth_options; /* -1 or mask of PUBKEYAUTH_* flags */ 150 int kerberos_get_afs_token; /* If true, try to get AFS token if [all …]
|
| H A D | config.h | 7 /* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address 32 /* getgroups(0,NULL) will return -1 */ 148 /* Enable for built-in U2F/FIDO support */ 867 /* Define to 1 if you have the 'bsm' library (-lbsm). */ 870 /* Define to 1 if you have the 'dl' library (-ldl). */ 879 /* Define to 1 if you have the 'network' library (-lnetwork). */ 882 /* Define to 1 if you have the 'pam' library (-lpam). */ 888 /* Define to 1 if you have the 'socket' library (-lsocket). */ 894 /* Define to 1 if you have the 'xnet' library (-lxnet). */ 897 /* Define to 1 if you have the 'z' library (-lz). */ [all …]
|
| H A D | configure.ac | 2 # Copyright (c) 1999-2004 Damien Miller 16 AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 22 if test "$i" -nt "$srcdir/configure"; then 33 AC_MSG_CHECKING([if $CC supports C99-style variadic macros]) 37 ]], [[return F(1, 2, -3);]])], 39 [ AC_MSG_ERROR([*** OpenSSH requires support for C99-style variadic macros]) ] 65 AC_PATH_TOOL([PKGCONFIG], [pkg-config], [no]) 72 MANFMT="$NROFF -mandoc" 74 MANFMT="$GROFF -mandoc -Tascii" 87 if test -x /sbin/sh; then [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2002 | 1 2002-12-19 Johan Danielsson <joda@pdc.kth.se> 6 2002-12-08 Johan Danielsson <joda@pdc.kth.se> 10 2002-12-02 Johan Danielsson <joda@pdc.kth.se> 18 2002-11-15 Johan Danielsson <joda@pdc.kth.se> 22 2002-11-07 Johan Danielsson <joda@pdc.kth.se> 24 * kdc/524.c: implement crude b2 style (non-)conversion for use 25 with afs 30 2002-10-21 Johan Danielsson <joda@pdc.kth.se> 40 * kdc/connect.c: check that %-quotes are followed by two hex 48 2002-10-17 Johan Danielsson <joda@pdc.kth.se> [all …]
|
| H A D | ChangeLog.2005 | 1 2005-12-15 Love Hörnquist Åstrand <lha@it.su.se> 6 * fix-export: Build kdc-private.h. 8 2005-12-14 Love Hörnquist Åstrand <lha@it.su.se> 13 2005-12-13 Love Hörnquist Åstrand <lha@it.su.se> 38 2005-12-12 Love Hörnquist Åstrand <lha@it.su.se> 50 * lib/hdb/hdb-ldap.c: Wrap hdb_entry with hdb_entry_ex, add url 57 <kdc-private.h>. 59 * kdc/Makefile.am: Build kdc-private.h and depend on it. 73 2005-12-11 Love Hörnquist Åstrand <lha@it.su.se> 81 2005-12-08 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 76 because the -a. option has been removed (as it only 79 VACATION: Add support for Return-Path header to set sender 81 VACATION: Honor RFC3834 and avoid an auto-reply if 82 'Auto-Submitted: no' is found in the headers to 84 VACATION: Avoid an auto-reply if a 'List-Id:' is found in 119 When EAI is enabled, mailq prints UTF-8 addresses as such [all …]
|