summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* Added support for secondary KDC portTheodore Tso1992-09-291-0/+5
* Added support for secondary Kerberos portTheodore Tso1992-09-291-3/+30
* Delete unused variablesJohn Carr1992-08-211-2/+1
* Support separate source and binary directoriesJohn Carr1992-08-211-33/+39
* Initial revisionTheodore Tso1992-08-181-0/+100
* Added principal type of NT_SRV_HSTTheodore Tso1992-06-101-0/+2
* Principal type changesJohn Carr1992-06-101-33/+6
* <sys/errno.h> -> <errno.h>John Carr1992-02-231-1/+1
* AIX 3.1 support: work around include file bug; include <sys/access.h>John Carr1992-02-231-0/+6
* Always include <krb5/sysincl.h>John Carr1992-02-231-1/+1
* Use connect() and send() instead of sendto() for betterJohn Carr1992-02-231-17/+30
* Fixes from pato@apollo.com:John Carr1991-12-201-10/+26
* Integrate changes from James Bottomley at UK to make this work onTheodore Tso1991-10-021-8/+58
* Install localaddr.o, ustime.o, and rnd_confoun.o into -ldes5.John Carr1991-06-061-2/+20
* Update copyright noticeJohn Kohl1991-06-0628-56/+448
* need PROTOTYPE macroJohn Kohl1991-05-062-2/+2
* use a common strdup()John Kohl1991-04-302-24/+1
* fix rcsid nameJohn Kohl1991-03-291-1/+1
* add <krb5/ext-proto.h>John Kohl1991-03-291-1/+2
* fix name of .c files (send_msg should be write_msg)John Kohl1991-03-291-5/+5
* Added read_msg.c and write_msg.cTheodore Tso1991-03-281-0/+4
* *** empty log message ***Theodore Tso1991-03-282-0/+103
* add sn2princJohn Kohl1991-03-211-0/+2
* use strdup for hostname as wellJohn Kohl1991-03-211-10/+17
* *** empty log message ***John Kohl1991-03-211-0/+106
* libos-proto.h -> los-proto.hJohn Kohl1991-03-1413-13/+13
* fix copyrightsJohn Kohl1991-03-0515-26/+21
* can't use /, it is a pathname component separator!John Kohl1991-03-041-2/+2
* If krb5_us_timeofday() now checks the microsecond field for overflowTheodore Tso1991-03-011-3/+7
* Added a hack so that krb5_us_timeofday() will always return a monotonicallyTheodore Tso1991-02-271-0/+7
* make it implement spec via gethostnameJohn Kohl1991-02-271-0/+7
* put in const where appropriateJohn Kohl1991-02-254-5/+5
* add gen_port, gen_rnameJohn Kohl1991-02-251-1/+6
* add krb5_unpack_full_ipaddr, krb5_make_full_ipaddrJohn Kohl1991-02-251-3/+22
* *** empty log message ***John Kohl1991-02-252-0/+105
* parameterize on USE_INETJohn Kohl1991-02-251-6/+12
* parameterize on USE_INETJohn Kohl1991-02-251-0/+6
* *** empty log message ***John Kohl1991-02-252-0/+151
* add full_ipadr, port2ipJohn Kohl1991-02-251-0/+4
* Changes to conform with API modifications (to krb5_get_default_realm)Theodore Tso1991-02-213-35/+21
* update copyright noticesJohn Kohl1991-02-195-26/+22
* use Krb5LibraryTargetJohn Kohl1991-02-151-1/+1
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-142-8/+8
* <krb5/ext-proto.h> depends on <krb5/config.h>John Carr1990-12-032-0/+2
* readin_string must be declared volatile, since it may be accessedJohn Carr1990-12-031-14/+17
* change bzero to memsetJohn Kohl1990-11-081-11/+11
* change index/rindex to strchr/strrchrJohn Kohl1990-10-294-7/+7
* don't check return address, as it can fail on certain implementationsJohn Kohl1990-10-291-15/+18
* don't need posix-conf.h anymore (it's subsumed in config.h)John Kohl1990-10-292-2/+5
* change 'const krb5_principal' to krb5_const_principalJohn Kohl1990-10-191-2/+2