1990-10-29 |
John Kohl | need a NO_STDLIB_H for saber as well |
commit | commitdiff | tree | snapshot |
1990-10-29 |
John Kohl | don't have a real stdlib.h, even with gcc |
commit | commitdiff | tree | snapshot |
1990-10-29 |
John Kohl | use fake-stdlib.h now |
commit | commitdiff | tree | snapshot |
1990-10-26 |
John Kohl | use optimization, and punt debug symbols |
commit | commitdiff | tree | snapshot |
1990-10-26 |
John Kohl | allow override of DefaultCDebugFlags |
commit | commitdiff | tree | snapshot |
1990-10-26 |
John Kohl | add CopyHeaderNewName, make CopyHeader use it. |
commit | commitdiff | tree | snapshot |
1990-10-26 |
John Kohl | already had a recursive target named 'includes' for... |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | changes so that gcc gets the right flags on the DEC... |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | don't count the NULL in the size |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | make sure makefile gets rebuilt |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | fix arg types to match prototype |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | had an extra count to the length of the principal names |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | remove asn.1 directory; add rules to build its headers |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | add asn.1 |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | add stuff to copy generated .h file to include dir |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | use new relative pathnames |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | replace erroneously-removed asn1glue.h |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | fix include files |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | use relative pathnames to new location of error table... |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | remove error_tables |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | make sure headers get installed in include dir |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | add error_tables |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | need .h & .c on SUFFIXES for proper make rules |
commit | commitdiff | tree | snapshot |
1990-10-25 |
John Kohl | rearrange object rules |
commit | commitdiff | tree | snapshot |
1990-10-24 |
Ezra Peisach | ANSI cpp # directive cleanup |
commit | commitdiff | tree | snapshot |
1990-10-24 |
John Kohl | use <syslog.h>; our include files will make that the... |
commit | commitdiff | tree | snapshot |
1990-10-23 |
John Kohl | change random_confounder interface to fill in the area... |
commit | commitdiff | tree | snapshot |
1990-10-23 |
John Kohl | change to a lengt/contents fill-in rather than a return... |
commit | commitdiff | tree | snapshot |
1990-10-23 |
John Kohl | change random_confounder to just fill in a krb5_pointer |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | remove replay cache stuff |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | remove kdc_rcache |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | use our syslog.h |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | fix up types on encode_generic, decode_generic, transla... |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | use real prototypes |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | fix prototypes for openlog, syslog |
commit | commitdiff | tree | snapshot |
1990-10-22 |
John Kohl | use const pointer in translator |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | put the const in the right place |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | don't need casts |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | the decrypt arg is now const |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | need to dereference the pointer |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | fix erroneous use of . rather than -> |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | fix const ptr |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | the arg is now a const * |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | need const krb5_data ** |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | no need for keyprocarg to be const |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | no need for keyprocarg to be const |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | no need for keyprocarg to be const |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | process_key takes a const arg #2 |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | need to cast (keyblock is const) |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | process_key doesn't modify key |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | need to cast since sname is const |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | need to cast because server is const |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | make error case of mk_req_ext() explicit |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | change 'const krb5_principal' to krb5_const_principal |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | add 'const' where needed |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | add 'const' where needed. |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | add const_principal |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | use internal prototypes |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | code rearrangement for const * stuff; make the _f funct... |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | change const krb5_pointer to krb5_const_pointer |
commit | commitdiff | tree | snapshot |
1990-10-19 |
John Kohl | add krb5_const_pointer |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | remove extraneous XXX (correct error code) |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | no need for XXX...it is the proper error code |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | make it the caller's responsibility to clean up creds |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | nuke the encryption keys when cleaning up |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | fix some cleanup code to eradicate the keys |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | clean up stuff in credentials, if necessary after a... |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | whoops, forgot to change function name when copying... |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | added code to free up credentials when done |
commit | commitdiff | tree | snapshot |
1990-10-18 |
Theodore Tso | Added declarations for krb5_unprase_name_ext and krb5_f... |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add f_cred_cnt |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | use new free_cred_contents() routine |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | remove f_tgt_cred.c |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add f_tgt_cred.c |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | remove inappropriate XXX |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | we pass in the sumtype now |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add authorization data stuff (from Bill Sommerfeld) |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add authdata stuff (from Bill Sommerfeld) |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add authdata stuff (from Bill Sommerfeld) |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add krb5_fcc_read_authdata, krb5_fcc_read_authdatum... |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add authdata to credentials structure (from Bill Sommer... |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | fix concat_authorization_data to work properly in absen... |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | add KRB5_TC_MATCH_AUTHDATA (from Bill Sommerfeld) |
commit | commitdiff | tree | snapshot |
1990-10-18 |
John Kohl | bug fix from Bill Sommerfeld: zero out my_creds to... |
commit | commitdiff | tree | snapshot |
1990-10-15 |
Theodore Tso | Rewritten to allow for principals with components that... |
commit | commitdiff | tree | snapshot |
1990-10-15 |
Theodore Tso | Changes to export kdb5_db_lock and kdb5_db_unlock to... |
commit | commitdiff | tree | snapshot |
1990-10-15 |
John Kohl | remove krb5_decode_ticket |
commit | commitdiff | tree | snapshot |
1990-10-15 |
John Kohl | stdlib.h |
commit | commitdiff | tree | snapshot |
1990-10-15 |
Theodore Tso | Changes to the includes so that krb5_db_lock and krb5_d... |
commit | commitdiff | tree | snapshot |
1990-10-11 |
Donald Davis | changed process_v4() stub & its call to have three... |
commit | commitdiff | tree | snapshot |
1990-10-11 |
John Kohl | fix confusion about type of apreq |
commit | commitdiff | tree | snapshot |
1990-10-11 |
John Kohl | add setting of authenticator__vno |
commit | commitdiff | tree | snapshot |
1990-10-11 |
John Kohl | need to allocate, not call ourselves. |
commit | commitdiff | tree | snapshot |
1990-10-11 |
John Kohl | can't be const since it is modified |
commit | commitdiff | tree | snapshot |
1990-10-11 |
John Kohl | avoid bug with null tickets in array |
commit | commitdiff | tree | snapshot |
1990-10-10 |
John Kohl | need to zero out authorization_data |
commit | commitdiff | tree | snapshot |
1990-10-10 |
John Kohl | packet can be modified by decode_krb5_as_req, so we... |
commit | commitdiff | tree | snapshot |
1990-10-10 |
John Kohl | remove spurious return |
commit | commitdiff | tree | snapshot |
1990-10-10 |
John Kohl | wrong function name for free.. |
commit | commitdiff | tree | snapshot |
next |