summaryrefslogtreecommitdiffstats
path: root/src/slave/kpropd.c
Commit message (Expand)AuthorAgeFilesLines
* Change fopen() to open() to yield an fdPaul Park1995-08-171-1/+1
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-161-6/+5
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* If kpropd invoked with -r option, invoke kdb5_edit with different realmEzra Peisach1995-05-201-4/+10
* kprop.M and kpropd.M: Document -P (port) optionEzra Peisach1995-05-201-8/+31
* * kpropd.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-031-1/+1
* kpropd uses fork instead of vfork, because it's closing fileTheodore Tso1995-04-181-10/+35
* * kprop.c : Use new calling conventions for krb5_sendauth(),Chris Provenzano1995-03-271-99/+91
* kpropd.c (PRS): Don't bother initializing server_addrs sinceTheodore Tso1995-03-241-6/+0
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-9/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-65/+95
* * kprop.c: Use NPROTOTYPE for declarations.Mark Eichin1994-11-181-32/+18
* Only report errors to syslog if the debug flag is not set. (OtherwiseTheodore Tso1994-09-151-2/+4
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* fix bogus fprintfMark Eichin1994-08-141-2/+1
* * configure.in:Tom Yu1994-08-041-0/+2
* remove sys/ioctl since daemon() is now usedMark Eichin1994-07-261-4/+0
* Removed internal routine detach_process(), and replaced it with aTheodore Tso1994-07-161-39/+1
* set BSD_COMP, get sys/ioctl for solaris TIOCNOTTYMark Eichin1994-06-241-0/+4
* move includes for aixMark Eichin1994-06-171-14/+10
* Added new extra flags argument to the call to krb5_recvauth()Theodore Tso1993-12-011-1/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-9/+9
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Changed to use an ACL file to determine who is allowed to download newTheodore Tso1992-09-241-39/+31
* Principal type changesJohn Carr1992-08-211-4/+7
* Use vfork only on BSD systems, and union wait only on BSD systemsJohn Carr1992-02-111-1/+15
* Add debugging, fix printf callsJohn Carr1992-02-111-3/+16
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* krb5_error.error is an unsigned type, don't need to check for error < 0John Carr1991-04-031-1/+1
* krb5_sendauth() and company moved to the Kerberos libraryTheodore Tso1991-03-291-12/+27
* Fixed bug in the options parser;forgot to check for a NULL in a while loopTheodore Tso1991-03-061-2/+2
* use the internal sequence-numbering codeJohn Kohl1991-03-011-9/+4
* updates for new mk_safe/mk_priv interfacesJohn Kohl1991-02-271-5/+12
* *** empty log message ***Theodore Tso1991-02-271-0/+813