| /freebsd/contrib/wpa/src/eap_server/ |
| H A D | eap_sim_db.c | 32 char *permanent; /* permanent username */ member 99 " permanent CHAR(21) PRIMARY KEY," in db_table_create_pseudonym() 120 " permanent CHAR(21) PRIMARY KEY," in db_table_create_reauth() 182 const char *permanent, char *pseudonym) in db_add_pseudonym() argument 187 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) { in db_add_pseudonym() 193 "(permanent, pseudonym) VALUES ('%s', '%s');", in db_add_pseudonym() 194 permanent, pseudonym); in db_add_pseudonym() 213 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) { in get_pseudonym_cb() 232 "SELECT permanent FROM pseudonyms WHERE pseudonym='%s';", in db_get_pseudonym() 243 static int db_add_reauth(struct eap_sim_db_data *data, const char *permanent, in db_add_reauth() argument [all …]
|
| H A D | eap_server_aka.c | 55 char permanent[20]; /* Permanent username */ member 118 "EAP-AKA: Permanent identity recognized - skip AKA-Identity exchange"); in eap_aka_check_identity_reauth() 119 os_strlcpy(data->permanent, data->reauth->permanent, in eap_aka_check_identity_reauth() 120 sizeof(data->permanent)); in eap_aka_check_identity_reauth() 122 data->reauth->permanent, in eap_aka_check_identity_reauth() 136 os_strlcpy(data->permanent, data->reauth->permanent, in eap_aka_check_identity_reauth() 137 sizeof(data->permanent)); in eap_aka_check_identity_reauth() 183 /* Skip AKA/Identity exchange since the permanent identity in eap_aka_check_identity() 186 os_strlcpy(data->permanent, sm->sim_aka_permanent, in eap_aka_check_identity() 187 sizeof(data->permanent)); in eap_aka_check_identity() [all …]
|
| H A D | eap_server_sim.c | 43 char permanent[20]; /* Permanent username */ member 524 "EAP-SIM: Permanent identity recognized - skip new Identity query"); in eap_sim_process_start() 525 os_strlcpy(data->permanent, in eap_sim_process_start() 526 data->reauth->permanent, in eap_sim_process_start() 527 sizeof(data->permanent)); in eap_sim_process_start() 529 data->reauth->permanent, in eap_sim_process_start() 541 os_strlcpy(data->permanent, data->reauth->permanent, in eap_sim_process_start() 542 sizeof(data->permanent)); in eap_sim_process_start() 550 const char *permanent; in eap_sim_process_start() local 553 permanent = eap_sim_db_get_permanent( in eap_sim_process_start() [all …]
|
| H A D | eap_sim_db.h | 55 const char *permanent, char *pseudonym); 57 int eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent, 60 const char *permanent, 69 char *permanent; /* Permanent username */ member
|
| /freebsd/contrib/netbsd-tests/net/ndp/ |
| H A D | t_ndp.sh | 129 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6SRC 131 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST 138 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6SRC 170 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::10 191 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST 192 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::11 193 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::12 215 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n fc00::10 231 # Cannot overwrite a permanent cache 240 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6DST [all …]
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | error-handling.md | 50 is a permanent error that affects the error state of the QUIC connection. 52 depending on their effect they are either permanent if they cause the 66 Permanent errors happening within the assist thread, within SSL_tick() 74 for errors happening in the internal assistance thread. When a permanent error 79 a permanent connection error, entries from the QUIC_CHANNEL error stack 89 a permanent error on the connection. The only case when SSL_tick() may
|
| /freebsd/contrib/netbsd-tests/net/arp/ |
| H A D | t_arp.sh | 203 atf_check -s exit:0 -o match:'permanent' rump.arp -n 10.0.1.10 220 atf_check -s exit:0 -o match:'permanent' rump.arp -n 10.0.1.11 222 atf_check -s exit:0 -o match:'permanent' rump.arp -n 10.0.1.12 224 atf_check -s exit:0 -o match:'permanent' rump.arp -n 10.0.1.13 226 atf_check -s exit:0 -o match:'permanent' rump.arp -n 10.0.1.14 228 atf_check -s exit:0 -o match:'permanent' rump.arp -n 10.0.1.15 252 atf_check -s exit:0 -o not-match:'permanent' rump.arp -n 10.0.1.10 323 # Cannot overwrite a permanent cache 334 atf_check -s exit:0 -o match:'permanent' rump.arp -n $IP4DST 339 atf_check -s exit:0 -o not-match:'permanent' rump.arp -n 10.0.1.10 [all …]
|
| /freebsd/tests/sys/netinet/ |
| H A D | arp.sh | 52 …atf_check -o match:"\? \(198.51.100.2\) at 90:10:00:01:02:03 on ${epair0}a permanent" jexec ${jnam… 200 permanent=\ 201 "? (${ipb}) at 00:00:00:00:00:00 on ${epair0}a permanent [ethernet]\n" 211 atf_check -o "inline:${permanent}" jexec ${jname}a arp -n ${ipb} 216 "arp: ${eth} attempts to modify permanent entry for ${ipb} on ${epair0}a" 227 atf_check -o "inline:${permanent}" jexec ${jname}a arp -n ${ipb}
|
| /freebsd/lib/libsys/ |
| H A D | fsync.2 | 55 to be moved to a permanent storage device. 63 to be moved to a permanent storage device. 67 metadata necessary to access the file are committed to the permanent storage.
|
| /freebsd/crypto/krb5/src/kadmin/dbutil/ |
| H A D | import_err.et | 18 error_code IMPORT_RENAME_LOCK, "while acquiring permanent lock" 19 error_code IMPORT_RENAME_UNLOCK, "while releasing permanent lock"
|
| /freebsd/usr.sbin/arp/ |
| H A D | arp.4 | 69 Manually-added entries may be temporary or permanent, 140 Log attempts by a remote host to modify a permanent ARP entry. 208 .It "arp: %x:%x:%x:%x:%x:%x attempts to modify permanent entry for %d.%d.%d.%d on %s" 209 ARP has received an ARP reply that attempts to overwrite a permanent
|
| /freebsd/usr.bin/localedef/ |
| H A D | localedef.1 | 88 Creates permanent output even if warning messages have been issued. 202 If an error is detected, no permanent output will be created. 211 If warnings occur, permanent output will be created if the
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_port_local.h | 38 * transitions out of this state. May be triggered by e.g. a permanent 84 /* Port-level permanent errors (causing failure state) are stored here. */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | NonRelocatableStringpool.h | 41 /// Get permanent storage for \p S (but do not necessarily emit \p S in the 45 /// \returns The StringRef that points to permanent storage to use
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_corrective.ksh | 65 grep \"Permanent errors have been detected\"" 75 grep \"Permanent errors have been detected\"" 180 grep \"Permanent errors have been detected\""
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/ |
| H A D | zpool_status_006_pos.ksh | 78 grep \"Permanent errors have been detected\"" 89 grep \"Permanent errors have been detected\""
|
| H A D | zpool_status_007_pos.ksh | 82 grep \"Permanent errors have been detected\"" 93 grep \"Permanent errors have been detected\""
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
| H A D | zpool_error_scrub_003_pos.ksh | 79 grep \"Permanent errors have been detected\"" 93 grep \"Permanent errors have been detected\""
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-t5325.dts | 101 label = "permanent u-boot env"; 106 label = "permanent u-boot env";
|
| /freebsd/share/man/man5/ |
| H A D | stab.5 | 42 These are the types for permanent symbols (i.e., not local labels, etc.\&) 120 * Other permanent symbol table entries have some of the N_STAB bits set.
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | cache.c | 30 * should be set to indicate which cache to use, either the permanent cache 55 * the environment variable to set, since this is used both for the permanent
|
| /freebsd/usr.bin/join/ |
| H A D | join.1 | 173 1910,Permanent International Peace Bureau, 210 Permanent International Peace Bureau,1910,
|
| /freebsd/contrib/smbfs/smbutil/ |
| H A D | login.c | 111 smb_error("Can't make connection permanent", error); in cmd_login() 191 printf("Connection unmarked as permanent and will be closed when possible\n"); in cmd_logout()
|
| /freebsd/share/doc/usd/10.exref/summary/ |
| H A D | ex.summary | 106 separate from the user's permanent 113 be written back to the permanent 613 a permanent file. If no \fIfile\fR
|
| /freebsd/usr.sbin/ndp/ |
| H A D | ndp.8 | 96 .Dq Li permanent , 278 The entry will be permanent unless the word
|