Home
last modified time | relevance | path

Searched refs:su (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/freebsd/crypto/heimdal/appl/su/
H A DChangeLog1 2008-07-15 Love Hörnquist Åstrand <lha@it.su.se>
5 * su.c: Drop kerberos 4 support.
15 * su.c: Check all local realms when su-ing, from Magnus Holmberg.
37 * su.c: Include <crypt.h>.
55 * su.c: make this build without krb5
73 * su.c: set KRBTKFILE
77 * Makefile.am: actually install su
117 * su.c: some more error checking
121 * su.c (-f): implement
123 * su.c: implement -i
[all …]
/freebsd/lib/libc/rpc/
H A Dsvc_dg.c127 su = mem_alloc(sizeof (*su)); in svc_dg_create()
128 if (su == 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()
175 if (su) in svc_dg_create()
176 (void) mem_free(su, sizeof (*su)); in svc_dg_create()
259 (struct sockaddr *)su->su_srcaddr.buf, &su->su_srcaddr.len); in svc_dg_recv()
361 if (su->su_cache) in svc_dg_reply()
399 (void) mem_free(su->su_srcaddr.buf, su->su_srcaddr.maxlen); in svc_dg_destroy()
[all …]
/freebsd/tests/sys/mac/bsdextended/
H A Dmatches_test.sh115 su -fm $uidinrange -c "$command1"
139 su -fm $uidinrange -c "$command1"
195 su -fm $uidinrange -c "$command1"
203 su -fm $uidoutrange -c "$command1"
227 su -fm $uidinrange -c "$command1"
259 su -fm $uidinrange -c "$command1"
282 su -fm $uidinrange -c "$command1"
307 su -fm $uidinrange -c "$command1"
331 su -fm $uidinrange -c "$command1"
354 su -fm $uidinrange -c "$command1"
[all …]
/freebsd/crypto/heimdal/lib/ntlm/
H A DChangeLog5 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 …]
/freebsd/usr.sbin/ypserv/
H A Dyp_svc_udp.c51 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()
/freebsd/crypto/heimdal/lib/asn1/
H A DChangeLog1 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 …]
/freebsd/sys/i386/i386/
H A Din_cksum_machdep.c74 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()
/freebsd/crypto/heimdal/
H A DChangeLog.20041 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 DChangeLog.20031 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 DChangeLog.20051 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 DChangeLog98 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 DChangeLog.20061 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 …]
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog39 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 …]
/freebsd/crypto/heimdal/lib/wind/
H A DChangeLog31 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 …]
/freebsd/tools/regression/iscsi/
H A Discsi-test.sh646 su -m pgsql -c "initdb -D $MNTDIR/db"
649 su -m pgsql -c "pgbench -i postgres"
661 su -m pgsql -c "initdb -D /$ZFSPOOL/db"
664 su -m pgsql -c "pgbench -i postgres"
681 su -m postgres -c "pgbench -i"
682 su -m postgres -c "pgbench -t 10000"
696 su -m postgres -c "pgbench -i"
697 su -m postgres -c "pgbench -t 10000"
711 su postgres -c "initdb -D $MNTDIR/db"
714 su postgres -c "pgbench -i postgres"
[all …]
/freebsd/contrib/mandoc/
H A Dtbl_html.c52 html_tbl_sulen(const struct roffsu *su, void *arg) in html_tbl_sulen() argument
54 if (su->scale < 0.0) in html_tbl_sulen()
57 switch (su->unit) { in html_tbl_sulen()
59 return su->scale * 65536.0 / 24.0; in html_tbl_sulen()
61 return su->scale * 10.0; in html_tbl_sulen()
63 return su->scale * 10.0 / 2.54; in html_tbl_sulen()
66 return su->scale * 10.0 / 6.0; in html_tbl_sulen()
69 return su->scale; in html_tbl_sulen()
71 return su->scale * 10.0 / 6.0 / 12.0; in html_tbl_sulen()
73 return su->scale / 24.0; in html_tbl_sulen()
[all …]
H A Droff_term.c161 struct roffsu su; in roff_term_pre_po() local
170 a2roffsu(n->child->string, &su, SCALE_EM) != NULL) { in roff_term_pre_po()
171 ponew = term_hen(p, &su); in roff_term_pre_po()
191 struct roffsu su; in roff_term_pre_sp() local
195 if (a2roffsu(n->child->string, &su, SCALE_VS) == NULL) in roff_term_pre_sp()
196 su.scale = 1.0; in roff_term_pre_sp()
197 len = term_vspan(p, &su); in roff_term_pre_sp()
221 struct roffsu su; in roff_term_pre_ti() local
240 if (a2roffsu(cp, &su, SCALE_EM) == NULL) in roff_term_pre_ti()
242 len = term_hen(p, &su); in roff_term_pre_ti()
H A Dterm_ascii.c261 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan() argument
265 switch (su->unit) { in ascii_hspan()
267 r = su->scale; in ascii_hspan()
270 r = su->scale * 240.0 / 2.54; in ascii_hspan()
273 r = su->scale * 65536.0; in ascii_hspan()
276 r = su->scale * 240.0; in ascii_hspan()
279 r = su->scale * 0.24; in ascii_hspan()
283 r = su->scale * 40.0; in ascii_hspan()
286 r = su->scale * 10.0 / 3.0; in ascii_hspan()
290 r = su->scale * 24.0; in ascii_hspan()
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog1 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 …]
/freebsd/crypto/heimdal/lib/kafs/
H A DChangeLog1 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>
37 2006-04-10 Love Hörnquist Åstrand <lha@it.su.se>
47 2005-12-21 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog16 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 …]
/freebsd/usr.sbin/mtest/
H A Dmtest.c381 sockunion_t su, su2; in process_cmd() local
392 su.sa.sa_family = AF_UNSPEC; in process_cmd()
428 af = su.sa.sa_family; 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()
545 af = su.sa.sa_family; in process_cmd()
588 &su.sa, su.sa.sa_len, fmode, n, &sources[0].ss) != 0) in process_cmd()
608 af = su.sa.sa_family; in process_cmd()
616 &su.sa, su.sa.sa_len, &fmode, &n, NULL) != 0) { in process_cmd()
669 mr.gr.gsr_group = su.ss; in process_cmd()
[all …]
/freebsd/crypto/heimdal/lib/vers/
H A DChangeLog1 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>
/freebsd/crypto/heimdal/kadmin/
H A DChangeLog1 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>
64 2006-08-28 Love Hörnquist Åstrand <lha@it.su.se>
[all …]
/freebsd/sys/sys/
H A Dun.h75 #define SUN_LEN(su) \ argument
76 (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))

12345678910>>...16