cbe95e0177
x
Love Hörnquist Åstrand
2005-04-13 11:39:16 +00:00
043e2fb6c6
don't close stderr, close all fd that is num 3 and larger
Love Hörnquist Åstrand
2005-04-13 11:39:00 +00:00
a3cd0311be
x
Love Hörnquist Åstrand
2005-04-13 08:06:42 +00:00
d15c9d7cc6
(pipe_execv): use closefrom
Love Hörnquist Åstrand
2005-04-13 08:05:03 +00:00
fe3cbd31f3
check for closefrom
Love Hörnquist Åstrand
2005-04-13 08:02:35 +00:00
34416ca94f
drop <errno.h>
Love Hörnquist Åstrand
2005-04-13 08:01:38 +00:00
ff78cfca60
add closefrom
Love Hörnquist Åstrand
2005-04-13 08:00:44 +00:00
f1f84477a8
provide ROKEN_LIB_FUNCTION glue
Love Hörnquist Åstrand
2005-04-13 05:52:27 +00:00
75fd257d78
x
Love Hörnquist Åstrand
2005-04-12 11:33:04 +00:00
eac4d15ae9
rk_WIN32_EXPORT for roken
Love Hörnquist Åstrand
2005-04-12 11:32:48 +00:00
709aa58c74
define ROKEN_LIB_FUNCTION on all exported functions
Love Hörnquist Åstrand
2005-04-12 11:29:18 +00:00
9d25af4667
x
Love Hörnquist Åstrand
2005-04-10 19:20:54 +00:00
1ca7fa435c
don't include bit types, the user must do that #ifdef wrap
Love Hörnquist Åstrand
2005-04-10 19:18:13 +00:00
5a741de6cd
#ifdef wrap
Love Hörnquist Åstrand
2005-04-10 19:09:47 +00:00
c1c535f239
x
Love Hörnquist Åstrand
2005-04-10 19:01:48 +00:00
1a5d075bae
print DS
Love Hörnquist Åstrand
2005-04-10 19:00:02 +00:00
3ee2d21177
ignore login_protos.h, its a built file
Love Hörnquist Åstrand
2005-04-10 16:33:08 +00:00
8398e942dc
x
Love Hörnquist Åstrand
2005-04-10 16:07:36 +00:00
4903a8daab
x
Love Hörnquist Åstrand
2005-04-10 15:01:39 +00:00
e743a6ca8a
break out the processing of the delegated credential to a separate function to make error handling easier, move the credential handling to after other setup is done
Love Hörnquist Åstrand
2005-04-10 15:01:21 +00:00
f15888e4ec
x
Love Hörnquist Åstrand
2005-04-10 14:48:32 +00:00
d0cc9002ed
print out client principla of delegated credential
Love Hörnquist Åstrand
2005-04-10 14:47:41 +00:00
cce019aa2f
make less verbose in case of success
Love Hörnquist Åstrand
2005-04-10 14:05:15 +00:00
e8bd38e643
add test_sequence to TESTS
Love Hörnquist Åstrand
2005-04-10 14:04:43 +00:00
84ebbbffc2
sync patypes with pkinit branch
Love Hörnquist Åstrand
2005-04-08 10:32:44 +00:00
9385c74733
x
Love Hörnquist Åstrand
2005-04-07 20:26:18 +00:00
9dd70b312a
(process_pa_data_to_key): also check for KRB5_PADATA_PK_AS_REP_19, From: Douglas Engert
Love Hörnquist Åstrand
2005-04-07 20:15:18 +00:00
96e25e02a1
x
Love Hörnquist Åstrand
2005-04-07 19:33:50 +00:00
50d9ed5566
clean_ttyname might be unused, mark it so with __attribute__
Love Hörnquist Åstrand
2005-04-07 19:33:29 +00:00
79cd8dcd14
ignore more generate files
Love Hörnquist Åstrand
2005-04-07 19:02:50 +00:00
9e68a7aabe
remove libdes leftovers
Love Hörnquist Åstrand
2005-04-07 19:01:37 +00:00
81fa5fb42f
remove last leftover ENABLE_AES
Love Hörnquist Åstrand
2005-04-07 18:59:00 +00:00
e74cf57105
x
Love Hörnquist Åstrand
2005-04-07 18:57:54 +00:00
b2320af622
fix 3 'var' might be used uninitialized warnings
Love Hörnquist Åstrand
2005-04-07 18:57:29 +00:00
717eaf3c8f
x
Love Hörnquist Åstrand
2005-04-07 18:48:52 +00:00
2a95fd688b
remove unused variable
Love Hörnquist Åstrand
2005-04-07 17:49:26 +00:00
c41860a8ee
use NULL as last argument to execl, not 0
Love Hörnquist Åstrand
2005-04-06 11:23:54 +00:00
2697d2a0f3
x
Love Hörnquist Åstrand
2005-04-06 11:23:17 +00:00
b88827c01d
use NULL as last argument to execl
Love Hörnquist Åstrand
2005-04-06 11:20:32 +00:00
032007ddbd
x
Love Hörnquist Åstrand
2005-04-04 20:16:09 +00:00
d762bb20d1
x
Love Hörnquist Åstrand
2005-04-04 19:41:25 +00:00
9dfec2715f
use size_t, print size_t by casting to unsigned long
Love Hörnquist Åstrand
2005-04-04 19:36:37 +00:00
5e74cbdab9
print size_t by casting to unsigned long
Love Hörnquist Åstrand
2005-04-04 19:31:56 +00:00
a33daf69bf
print size_t by casting to unsigned long
Love Hörnquist Åstrand
2005-04-04 19:24:18 +00:00
a9cb9acffa
MacOS is also a unix that doesn't define __unix__/unix While here, rewrite this part of the function to not modify that string, but rather take a copy of it and them modify is, all this just to pacify gcc
Love Hörnquist Åstrand
2005-04-04 18:16:00 +00:00
2629865bf9
x
Love Hörnquist Åstrand
2005-04-04 18:02:04 +00:00
6f5805bd03
max-life and max-renew is of unsigned int in asn1 compiler, use that for the parser too
Love Hörnquist Åstrand
2005-04-04 18:01:35 +00:00
a15822844f
print size_t by casting to unsigned long
Love Hörnquist Åstrand
2005-04-04 17:54:50 +00:00
d463f754ad
x
Love Hörnquist Åstrand
2005-04-04 17:40:33 +00:00
d40ed2e5a1
print size_t by casting to unsigned long
Love Hörnquist Åstrand
2005-04-04 17:40:10 +00:00
1659be0b81
x
Love Hörnquist Åstrand
2005-04-04 15:59:10 +00:00
4d54830246
one more v6 range test
Love Hörnquist Åstrand
2005-04-04 14:22:08 +00:00
2bc7e95431
x
Love Hörnquist Åstrand
2005-04-04 14:17:21 +00:00
01d4d3ef29
Argument to create_new_ccache is a principal, not a credential cache name. Clean up lossage related to this problem.
Love Hörnquist Åstrand
2005-04-04 14:17:00 +00:00
44feff968e
CHECK_SYMBOLS += HDBFlags2int
Love Hörnquist Åstrand
2005-04-04 14:12:27 +00:00
e675686719
x
Love Hörnquist Åstrand
2005-04-04 12:09:29 +00:00
c1465d2937
assume symbols prefixed with _ is a sideeffekt of the local linker and also just fine
Love Hörnquist Åstrand
2005-04-04 12:09:06 +00:00
8663e85292
(krb5_address_prefixlen_boundary,krb5_free_address): use find_atype when we are dealing with a kerberos address type
Love Hörnquist Åstrand
2005-04-04 12:04:41 +00:00
401620865e
size_t vs int + fix printf
Love Hörnquist Åstrand
2005-04-04 11:12:31 +00:00
5a1b9bec7a
(do_version4): fix stupid error in previous
Johan Danielsson
2005-04-04 11:01:02 +00:00
1c0bae5c0a
x
Love Hörnquist Åstrand
2005-04-04 08:55:21 +00:00
6611feed76
Since the decode can't make out the diffrence between PA-PK-AS-REP-19 and PA-PK-AS-REQ-Win2k, try harder to verify both cases
Love Hörnquist Åstrand
2005-04-04 08:54:45 +00:00
e0d75a3766
make generation of pa data into a switch instead of a bitmask
Love Hörnquist Åstrand
2005-04-04 08:24:01 +00:00
cc56ff64fe
x
Love Hörnquist Åstrand
2005-04-03 19:54:25 +00:00
f7a0ee5acf
print size_t by casting to unsigned long
Love Hörnquist Åstrand
2005-04-03 19:53:32 +00:00
c02d9c6872
x
Love Hörnquist Åstrand
2005-04-02 05:21:57 +00:00
626555bfd3
x
Love Hörnquist Åstrand
2005-04-02 05:16:24 +00:00
d17c7b3d8d
"must set with '=' before using '+='"
Love Hörnquist Åstrand
2005-04-02 05:08:40 +00:00
0a9b41aa28
x
Johan Danielsson
2005-04-01 15:53:31 +00:00
ffa0f87aa6
(do_version4): check client and server max_life
Johan Danielsson
2005-04-01 15:53:18 +00:00
441228af89
(do_getticket): check client max_life
Johan Danielsson
2005-04-01 15:47:40 +00:00
7bb695aa15
x
Love Hörnquist Åstrand
2005-04-01 09:00:49 +00:00
b42998d374
(gssapi_krb5_verify_8003_checksum): check that cksum isn't NULL From: Nicolas Pouvesle <npouvesle@tenablesecurity.com>
Love Hörnquist Åstrand
2005-04-01 08:55:36 +00:00
227fcde20c
x
Love Hörnquist Åstrand
2005-04-01 08:40:57 +00:00
55e1336d94
(try): reset va_list argument between reuse, from Peter Kruty <xkruty@fi.muni.cz>
Love Hörnquist Åstrand
2005-04-01 08:40:40 +00:00
6ac6552a8a
const poison
Love Hörnquist Åstrand
2005-03-31 00:47:55 +00:00
381c3f8b41
const poison
Love Hörnquist Åstrand
2005-03-31 00:37:42 +00:00
61e8cc87ed
wrap IPv6 test code with HAVE_IPV6
Love Hörnquist Åstrand
2005-03-31 00:15:32 +00:00
8835d48518
test parse IPv6 RANGE addresses
Love Hörnquist Åstrand
2005-03-31 00:13:28 +00:00
1fffb1a13a
implement mask boundary for IPv6
Love Hörnquist Åstrand
2005-03-31 00:11:14 +00:00
6d7b7f51f7
avoid const string warnings steming from writeable-string
Love Hörnquist Åstrand
2005-03-31 00:08:58 +00:00
21b6751d15
x
Love Hörnquist Åstrand
2005-03-30 23:59:47 +00:00
205d62f211
avoid const string and strict aliasing warnings
Love Hörnquist Åstrand
2005-03-30 23:58:53 +00:00
3eeb75e552
make previous commit really work
Love Hörnquist Åstrand
2005-03-30 16:53:19 +00:00
bac06ed5bd
(roken_gethostby): s/sin/addr/ to avoid shadowing
Love Hörnquist Åstrand
2005-03-30 16:50:02 +00:00
f4727981b9
(dns_lookup_int): s/stat/state/ to avoid shadowing
Love Hörnquist Åstrand
2005-03-30 16:47:18 +00:00
dbba0be7b2
avoid shadowing div
Love Hörnquist Åstrand
2005-03-30 16:43:52 +00:00
4e447ca6d4
x
Love Hörnquist Åstrand
2005-03-28 22:48:26 +00:00
02805ed17d
From FreeBSD:
Love Hörnquist Åstrand
2005-03-28 22:43:34 +00:00