| /src/crypto/heimdal/appl/su/ |
| H A D | ChangeLog | 1 2008-07-15 Love Hörnquist Åstrand <lha@it.su.se> 5 * su.c: Drop kerberos 4 support. 7 2007-10-19 Love Hörnquist Åstrand <lha@it.su.se> 9 * su.c: read environment from _PATH_ETC_ENVIRONMENT 13 2007-08-02 Love Hörnquist Åstrand <lha@it.su.se> 15 * su.c: Check all local realms when su-ing, from Magnus Holmberg. 17 2007-06-19 Love Hörnquist Åstrand <lha@it.su.se> 19 * su.c: If not root and not setuid, print warning. 21 2006-01-17 Love Hörnquist Åstrand <lha@it.su.se> 23 * su.c (group_member_p): rename from group_member to avoid name [all …]
|
| /src/lib/libc/rpc/ |
| H A D | svc_dg.c | 104 struct svc_dg_data *su = NULL; in svc_dg_create() local 127 su = mem_alloc(sizeof (*su)); in svc_dg_create() 128 if (su == NULL) in svc_dg_create() 130 su->su_iosz = ((MAX(sendsize, recvsize) + 3) / 4) * 4; in svc_dg_create() 131 if ((rpc_buffer(xprt) = mem_alloc(su->su_iosz)) == NULL) in svc_dg_create() 133 xdrmem_create(&(su->su_xdrs), rpc_buffer(xprt), su->su_iosz, in svc_dg_create() 135 su->su_cache = NULL; in svc_dg_create() 137 xprt->xp_p2 = su; in svc_dg_create() 138 xprt->xp_verf.oa_base = su->su_verfbody; in svc_dg_create() 158 su->su_srcaddr.buf = mem_alloc(sizeof (ss)); in svc_dg_create() [all …]
|
| /src/crypto/krb5/src/lib/rpc/ |
| H A D | svc_udp.c | 117 struct svcudp_data *su; in svcudp_bufcreate() local 155 su = (struct svcudp_data *)mem_alloc(sizeof(*su)); in svcudp_bufcreate() 156 if (su == NULL) { in svcudp_bufcreate() 160 su->su_iosz = ((MAX(sendsz, recvsz) + 3) / 4) * 4; in svcudp_bufcreate() 161 if ((rpc_buffer(xprt) = mem_alloc(su->su_iosz)) == NULL) { in svcudp_bufcreate() 166 &(su->su_xdrs), rpc_buffer(xprt), su->su_iosz, XDR_DECODE); in svcudp_bufcreate() 167 su->su_cache = NULL; in svcudp_bufcreate() 168 xprt->xp_p2 = (caddr_t)su; in svcudp_bufcreate() 170 xprt->xp_verf.oa_base = su->su_verfbody; in svcudp_bufcreate() 199 struct svcudp_data *su = su_data(xprt); in svcudp_recv() local [all …]
|
| /src/tests/sys/mac/bsdextended/ |
| H A D | matches_test.sh | 53 atf_check -s exit:0 su -m $uidinrange -c "$command1" 90 atf_check -s exit:0 su -fm $uidinrange -c "$command1" 93 atf_check -s exit:0 su -fm $uidoutrange -c "$command1" 112 su -fm $uidinrange -c "$command1" 115 atf_check -s exit:0 su -fm $uidoutrange -c "$command1" 136 su -fm $uidinrange -c "$command1" 139 atf_check -s exit:0 su -fm $uidoutrange -c "$command1" 192 su -fm $uidinrange -c "$command1" 195 atf_check -s exit:0 su -fm $uidinrange -c "$command2" 200 su -fm $uidoutrange -c "$command1" [all …]
|
| /src/crypto/heimdal/lib/ntlm/ |
| H A D | ChangeLog | 5 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se> 9 2007-12-28 Love Hörnquist Åstrand <lha@it.su.se> 16 2007-11-11 Love Hörnquist Åstrand <lha@it.su.se> 24 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se> 31 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se> 35 2007-06-20 Love Hörnquist Åstrand <lha@it.su.se> 58 2007-06-08 Love Hörnquist Åstrand <lha@it.su.se> 62 2007-06-03 Love Hörnquist Åstrand <lha@it.su.se> 68 2007-04-22 Love Hörnquist Åstrand <lha@it.su.se> 74 2007-01-31 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/usr.sbin/ypserv/ |
| H A D | yp_svc_udp.c | 51 struct svc_dg_data *su; in svcudp_get_xid() local 55 su = su_data(xprt); in svcudp_get_xid() 56 return(su->su_xid); in svcudp_get_xid() 62 struct svc_dg_data *su; in svcudp_set_xid() local 67 su = su_data(xprt); in svcudp_set_xid() 68 old_xid = su->su_xid; in svcudp_set_xid() 69 su->su_xid = xid; in svcudp_set_xid()
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | ChangeLog | 1 2008-04-09 Love Hörnquist Åstrand <lha@it.su.se> 7 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 11 2008-03-22 Love Hörnquist Åstrand <lha@it.su.se> 17 2008-01-13 Love Hörnquist Åstrand <lha@it.su.se> 21 2007-12-13 Love Hörnquist Åstrand <lha@it.su.se> 25 2007-12-04 Love Hörnquist Åstrand <lha@it.su.se> 31 2007-10-18 Love Hörnquist Åstrand <lha@it.su.se> 35 2007-07-23 Love Hörnquist Åstrand <lha@it.su.se> 41 2007-07-16 Love Hörnquist Åstrand <lha@it.su.se> 46 2007-07-14 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 1 2004-12-30 Love Hörnquist Åstrand <lha@it.su.se> 6 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 35 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 43 2004-12-28 Love Hörnquist Åstrand <lha@it.su.se> 51 2004-12-27 Love Hörnquist Åstrand <lha@it.su.se> 56 2004-12-18 Love Hörnquist Åstrand <lha@it.su.se> 61 2004-12-17 Love Hörnquist Åstrand <lha@it.su.se> 68 2004-12-13 Love Hörnquist Åstrand <lha@it.su.se> 84 2004-12-12 Love Hörnquist Åstrand <lha@it.su.se> 93 2004-12-11 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| H A D | ChangeLog.2003 | 1 2003-12-19 Love Hörnquist Åstrand <lha@it.su.se> 9 2003-12-18 Love Hörnquist Åstrand <lha@it.su.se> 13 2003-12-17 Love Hörnquist Åstrand <lha@it.su.se> 20 2003-12-16 Love Hörnquist Åstrand <lha@it.su.se> 25 2003-12-11 Love Hörnquist Åstrand <lha@it.su.se> 30 2003-12-07 Love Hörnquist Åstrand <lha@it.su.se> 52 2003-12-03 Love Hörnquist Åstrand <lha@it.su.se> 57 2003-12-02 Love Hörnquist Åstrand <lha@it.su.se> 68 2003-12-01 Love Hörnquist Åstrand <lha@it.su.se> 76 2003-11-26 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| H A D | ChangeLog.2005 | 1 2005-12-15 Love Hörnquist Åstrand <lha@it.su.se> 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> 73 2005-12-11 Love Hörnquist Åstrand <lha@it.su.se> 81 2005-12-08 Love Hörnquist Åstrand <lha@it.su.se> 86 2005-12-05 Love Hörnquist Åstrand <lha@it.su.se> 94 2005-12-02 Love Hörnquist Åstrand <lha@it.su.se> 108 2005-12-01 Love Hörnquist Åstrand <lha@it.su.se> 120 2005-11-30 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| H A D | ChangeLog | 98 2008-04-30 Love Hörnquist Åstrand <lha@it.su.se> 103 2008-04-28 Love Hörnquist Åstrand <lha@it.su.se> 111 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se> 115 2008-04-21 Love Hörnquist Åstrand <lha@it.su.se> 125 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> 130 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 148 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> 171 2008-04-10 Love Hörnquist Åstrand <lha@it.su.se> 175 2008-04-09 Love Hörnquist Åstrand <lha@it.su.se> 191 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| H A D | ChangeLog.2006 | 1 2006-12-28 Love Hörnquist Åstrand <lha@it.su.se> 29 2006-12-27 Love Hörnquist Åstrand <lha@it.su.se> 35 2006-12-26 Love Hörnquist Åstrand <lha@it.su.se> 51 2006-12-22 Love Hörnquist Åstrand <lha@it.su.se> 55 2006-12-20 Love Hörnquist Åstrand <lha@it.su.se> 68 2006-12-19 Love Hörnquist Åstrand <lha@it.su.se> 72 2006-12-18 Love Hörnquist Åstrand <lha@it.su.se> 77 2006-12-17 Love Hörnquist Åstrand <lha@it.su.se> 82 2006-12-15 Love Hörnquist Åstrand <lha@it.su.se> 114 2006-12-14 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/sys/i386/i386/ |
| H A D | in_cksum_machdep.c | 74 union { char c[2]; u_short s; } su; in in_cksum_skip() local 101 su.c[1] = *(u_char *)w; in in_cksum_skip() 102 sum += su.s; in in_cksum_skip() 120 su.c[0] = *(char *)w; in in_cksum_skip() 269 su.c[1] = *(char *)w; in in_cksum_skip() 270 sum += su.s; in in_cksum_skip() 281 su.c[0] = *(char *)w; in in_cksum_skip() 289 su.c[1] = 0; in in_cksum_skip() 290 sum += su.s; in in_cksum_skip()
|
| /src/crypto/heimdal/lib/gssapi/ |
| H A D | ChangeLog | 39 2008-05-02 Love Hörnquist Åstrand <lha@it.su.se> 44 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se> 48 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 52 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> 57 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 61 2008-03-14 Love Hörnquist Åstrand <lha@it.su.se> 65 2008-03-09 Love Hörnquist Åstrand <lha@it.su.se> 70 2008-02-26 Love Hörnquist Åstrand <lha@it.su.se> 78 2008-02-21 Love Hörnquist Åstrand <lha@it.su.se> 83 2008-02-18 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | ChangeLog | 31 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> 35 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se> 40 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se> 44 2008-02-26 Love Hörnquist Åstrand <lha@it.su.se> 48 2008-02-24 Love Hörnquist Åstrand <lha@it.su.se> 52 2008-02-23 Love Hörnquist Åstrand <lha@it.su.se> 70 2008-02-12 Love Hörnquist Åstrand <lha@it.su.se> 76 2008-02-11 Love Hörnquist Åstrand <lha@it.su.se> 85 2008-02-05 Love Hörnquist Åstrand <lha@it.su.se> 91 2008-02-03 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/tools/regression/iscsi/ |
| H A D | iscsi-test.sh | 646 su -m pgsql -c "initdb -D $MNTDIR/db" 647 su -m pgsql -c "pg_ctl -D $MNTDIR/db -l /tmp/log start" 649 su -m pgsql -c "pgbench -i postgres" 650 su -m pgsql -c "pgbench -t 10000 postgres" 651 su -m pgsql -c "pg_ctl -D $MNTDIR/db stop" 661 su -m pgsql -c "initdb -D /$ZFSPOOL/db" 662 su -m pgsql -c "pg_ctl -D /$ZFSPOOL/db -l /tmp/log start" 664 su -m pgsql -c "pgbench -i postgres" 665 su -m pgsql -c "pgbench -t 10000 postgres" 666 su -m pgsql -c "pg_ctl -D /$ZFSPOOL/db stop" [all …]
|
| /src/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 1 2008-04-23 Love Hörnquist Åstrand <lha@it.su.se> 7 2008-01-21 Love Hörnquist Åstrand <lha@it.su.se> 11 2008-01-11 Love Hörnquist Åstrand <lha@it.su.se> 16 2007-12-07 Love Hörnquist Åstrand <lha@it.su.se> 25 2007-09-29 Love Hörnquist Åstrand <lha@it.su.se> 29 2007-08-16 Love Hörnquist Åstrand <lha@it.su.se> 38 2007-08-10 Love Hörnquist Åstrand <lha@it.su.se> 44 2007-08-07 Love Hörnquist Åstrand <lha@it.su.se> 51 2007-08-06 Love Hörnquist Åstrand <lha@it.su.se> 57 2007-08-03 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/crypto/heimdal/lib/kafs/ |
| H A D | ChangeLog | 1 2008-07-17 Love Hörnquist Åstrand <lha@it.su.se> 7 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> 11 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se> 15 2007-05-10 Love Hörnquist Åstrand <lha@it.su.se> 19 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se> 25 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se> 29 2006-05-01 Love Hörnquist Åstrand <lha@it.su.se> 33 2006-04-11 Love Hörnquist Åstrand <lha@it.su.se> 35 * afssys.c: use afs_ioctlnum, From Tomas Olsson <tol@it.su.se> 37 2006-04-10 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 16 2008-04-29 Love Hörnquist Åstrand <lha@it.su.se> 20 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> 24 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 28 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> 41 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se> 45 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se> 49 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 61 2008-03-19 Love Hörnquist Åstrand <lha@it.su.se> 65 2008-03-16 Love Hörnquist Åstrand <lha@it.su.se> 74 2008-03-14 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/usr.sbin/mtest/ |
| H A D | mtest.c | 381 sockunion_t su, su2; in process_cmd() local 392 su.sa.sa_family = AF_UNSPEC; in process_cmd() 423 ifindex = parse_cmd_args(&su, &su2, str1, str2, str3); in process_cmd() 428 af = su.sa.sa_family; in process_cmd() 442 mr.mrs.imr_multiaddr = su.sin.sin_addr; in process_cmd() 454 mr.mr.imr_multiaddr = su.sin.sin_addr; in process_cmd() 483 mr.gr.gsr_group = su.ss; in process_cmd() 494 mr.mr6.ipv6mr_multiaddr = su.sin6.sin6_addr; in process_cmd() 540 ifindex = parse_cmd_args(&su, NULL, str1, str2, NULL); in process_cmd() 545 af = su.sa.sa_family; in process_cmd() [all …]
|
| /src/crypto/heimdal/lib/vers/ |
| H A D | ChangeLog | 1 2007-10-16 Love Hörnquist Åstrand <lha@it.su.se> 5 2006-12-29 Love Hörnquist Åstrand <lha@it.su.se> 9 2006-10-21 Love Hörnquist Åstrand <lha@it.su.se> 13 2006-10-20 Love Hörnquist Åstrand <lha@it.su.se> 17 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se> 21 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se> 25 2005-01-01 Love Hörnquist Åstrand <lha@it.su.se> 29 2004-01-05 Love Hörnquist Åstrand <lha@it.su.se>
|
| /src/crypto/heimdal/kadmin/ |
| H A D | ChangeLog | 1 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 5 2007-12-09 Love Hörnquist Åstrand <lha@it.su.se> 11 2007-07-26 Love Hörnquist Åstrand <lha@it.su.se> 15 2007-05-10 Love Hörnquist Åstrand <lha@it.su.se> 21 2007-02-22 Love Hörnquist Åstrand <lha@it.su.se> 32 2007-02-17 Love Hörnquist Åstrand <lha@it.su.se> 40 2006-12-22 Love Hörnquist Åstrand <lha@it.su.se> 48 2006-12-05 Love Hörnquist Åstrand <lha@it.su.se> 54 2006-10-22 Love Hörnquist Åstrand <lha@it.su.se> 60 2006-10-07 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /src/contrib/mandoc/ |
| H A D | roff_term.c | 162 struct roffsu su; in roff_term_pre_po() local 177 a2roffsu(n->child->string, &su, SCALE_EM) != NULL) { in roff_term_pre_po() 178 ponew = term_hspan(p, &su); in roff_term_pre_po() 199 struct roffsu su; in roff_term_pre_sp() local 203 if (a2roffsu(n->child->string, &su, SCALE_VS) == NULL) in roff_term_pre_sp() 204 su.scale = 1.0; in roff_term_pre_sp() 205 len = term_vspan(p, &su); in roff_term_pre_sp() 229 struct roffsu su; in roff_term_pre_ti() local 249 if (a2roffsu(cp, &su, SCALE_EM) == NULL) in roff_term_pre_ti() 251 len = term_hspan(p, &su); in roff_term_pre_ti()
|
| /src/sys/sys/ |
| H A D | un.h | 75 #define SUN_LEN(su) \ argument 76 (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
|
| /src/crypto/heimdal/lib/sl/ |
| H A D | ChangeLog | 5 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se> 11 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se> 15 2007-06-18 Love Hörnquist Åstrand <lha@it.su.se> 24 2007-06-09 Love Hörnquist Åstrand <lha@it.su.se> 29 2007-06-01 Love Hörnquist Åstrand <lha@it.su.se> 33 2007-04-20 Love Hörnquist Åstrand <lha@it.su.se> 38 2006-12-29 Love Hörnquist Åstrand <lha@it.su.se> 42 2006-12-27 Love Hörnquist Åstrand <lha@it.su.se> 54 2006-12-05 Love Hörnquist Åstrand <lha@it.su.se> 59 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|