summaryrefslogtreecommitdiffstats
path: root/src/slave/kpropd.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach2001-12-061-3/+10
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-15/+15
* * configure.in: Check for daemon() prototypeEzra Peisach2001-06-211-0/+4
* * kpropd.c (authorized_principal): Cast argument to ispace() to intEzra Peisach2001-06-181-2/+2
* * kpropd.c (load_database): Initialize save_stderr variableKen Raeburn2001-01-301-1/+1
* * kprop.c, kpropd.c: Use krb5_set_principal_realm() instead ofEzra Peisach2000-10-171-3/+6
* * kpropd.c, kprop.c: Ensure size of database sent OTW as 4 bytesEzra Peisach2000-10-141-4/+6
* * kprop.c, kpropd.c: Compiler warning fixes including: notEzra Peisach2000-08-031-64/+83
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-051-3/+0
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-8/+72
* main returns int, not void. ANSI X3.159-1989Ezra Peisach1998-01-211-1/+1
* Fixed one more instance of the wrong variable name (context variable)Richard Basch1997-02-191-1/+1
* Fixed "context" nameRichard Basch1997-02-191-1/+1
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-9/+9
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-081-2/+5
* * kpropd.c (PRS): munge realm of sname_to_princ when -r isBarry Jaspan1996-10-221-0/+5
* don't give kdb5_util the -d option unless kpropd is given -FKevin Mitchell1996-09-271-3/+5
* * kpropd.c: rework to use kdb5_util instead of kdb5_edit; don'tBarry Jaspan1996-08-121-39/+59
* * kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.Richard Basch1996-03-051-19/+12
* 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