summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove krb5_encode_ticket prototype as function does not existEzra Peisach1995-05-242-5/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5867 dc483132-0cff-0310-8789-dd5450dbe970
* Change klog prototype to match sourceEzra Peisach1995-05-242-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5866 dc483132-0cff-0310-8789-dd5450dbe970
* Added for shared library supportTheodore Tso1995-05-243-0/+1266
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5865 dc483132-0cff-0310-8789-dd5450dbe970
* Fix OSF/1 and Ultrix native make problemPaul Park1995-05-242-5/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5864 dc483132-0cff-0310-8789-dd5450dbe970
* Check for string.h and include if present, else include strings.hEzra Peisach1995-05-244-0/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5862 dc483132-0cff-0310-8789-dd5450dbe970
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-243-6/+26
| | | | | | | | | | declare malloc. (kerberos5_send): Fix improperly closed comment krb5_get_credentials second argument is not kdc_options configure.in (LIBOBJS): Removed duplicate WITH_KRB4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5861 dc483132-0cff-0310-8789-dd5450dbe970
* ring.c: Include string.h or strings.hEzra Peisach1995-05-244-1/+25
| | | | | | | | | configure.in: Check for stdlib.h externs.h: Include sys/param.h before redefining BSD Include stdlib.h or define malloc, realloc, calloc git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5860 dc483132-0cff-0310-8789-dd5450dbe970
* Cast sockaddr_in * to sockaddr * in call to bindEzra Peisach1995-05-242-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5859 dc483132-0cff-0310-8789-dd5450dbe970
* Include stdlib.h or declare malloc, calloc, reallocEzra Peisach1995-05-241-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5858 dc483132-0cff-0310-8789-dd5450dbe970
* Check for stdlib.h and include if present or declare malloc, calloc and reallocEzra Peisach1995-05-243-2/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5857 dc483132-0cff-0310-8789-dd5450dbe970
* Include <stdlib.h> or declare malloc, calloc, or reallocEzra Peisach1995-05-248-1/+48
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5856 dc483132-0cff-0310-8789-dd5450dbe970
* Include k5-sockets.h now that k5-config.h does not include netdb.h.Ezra Peisach1995-05-242-0/+7
| | | | | | (Conditionalized on NEED_SOCKETS being defined) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5855 dc483132-0cff-0310-8789-dd5450dbe970
* Make clean: Remove libkdb4.a and libkrb4.a symlinksEzra Peisach1995-05-242-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5854 dc483132-0cff-0310-8789-dd5450dbe970
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-2320-18/+63
| | | | | | | the debugging information can be more efficiently collapsed since the type numbers will be the same. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5853 dc483132-0cff-0310-8789-dd5450dbe970
* Don't install the error table header files; they shouldn't be neededTheodore Tso1995-05-232-8/+5
| | | | | | by an end-programmer. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5852 dc483132-0cff-0310-8789-dd5450dbe970
* Generate krb5.h from krb5.hin in awk-windows, for the Windows portTheodore Tso1995-05-232-0/+29
| | | | | | | Added kerbsrc-nt.zip, which creates the zip file without the option to truncate the names to the MS-DOS 8.3 convention. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5851 dc483132-0cff-0310-8789-dd5450dbe970
* Remove krb5.h, since it's no longer neededTheodore Tso1995-05-232-1911/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5850 dc483132-0cff-0310-8789-dd5450dbe970
* k5-config.h, k5-sockets.h: Move the sockets specific setup outTheodore Tso1995-05-233-72/+104
| | | | | | | | | | | of k5-config.h to k5-sockets.h, and modify k5-int to include k5-sockets.h (if it is requested by NEED_SOCKETS) after including krb5.h. This keeps the gdb type numbers the same across .o files, so that recent binuntils can compress the debugging information in executables linked with a debugging library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5849 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in, configure.in, krb5.hin: Move krb5.h to krb5.hin,Theodore Tso1995-05-235-2/+1951
| | | | | | | | | | | | | | | | | and build krb5.h from krb5.hin and the error table include files, which are now built in this directory. This way, krb5.h is the only include file that we need to install. k5-int.h: Move the sockets specific setup out of k5-config.h to k5-sockets.h, and modify k5-int to include k5-sockets.h (if it is requested by NEED_SOCKETS) after including krb5.h. This keeps the gdb type numbers the same across .o files, so that recent binuntils can compress the debugging information in executables linked with a debugging library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5848 dc483132-0cff-0310-8789-dd5450dbe970
* Use the POSIX utime instead of utimes. (For hpux)Ezra Peisach1995-05-222-6/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5847 dc483132-0cff-0310-8789-dd5450dbe970
* Add gssapi.expPaul Park1995-05-223-0/+420
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5846 dc483132-0cff-0310-8789-dd5450dbe970
* Fix problem when gss_accept_sec_context() fails where error message was lostPaul Park1995-05-222-2/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5845 dc483132-0cff-0310-8789-dd5450dbe970
* Add gssapi to list of include subdirectoriesPaul Park1995-05-222-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5844 dc483132-0cff-0310-8789-dd5450dbe970
* Add install SUBDIRSPaul Park1995-05-222-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5843 dc483132-0cff-0310-8789-dd5450dbe970
* Describe previous changesPaul Park1995-05-221-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5842 dc483132-0cff-0310-8789-dd5450dbe970
* Do not report creds as expired if the expiration time is indefinitePaul Park1995-05-221-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5841 dc483132-0cff-0310-8789-dd5450dbe970
* Add null install targetPaul Park1995-05-221-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5840 dc483132-0cff-0310-8789-dd5450dbe970
* Install EXPORTED_HEADERS in gssapi subdirectoryPaul Park1995-05-223-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5839 dc483132-0cff-0310-8789-dd5450dbe970
* Install old kadmin targets as <mumble>_oldPaul Park1995-05-226-6/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5838 dc483132-0cff-0310-8789-dd5450dbe970
* Install kadmind5 and manpage in correct locationPaul Park1995-05-223-4/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5837 dc483132-0cff-0310-8789-dd5450dbe970
* Fix install target logicPaul Park1995-05-226-17/+25
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5836 dc483132-0cff-0310-8789-dd5450dbe970
* * loginpaths.h: Add NetBSD pathsEzra Peisach1995-05-216-0/+37
| | | | | | | | | | | | | | * login.c: Define TAB3 to 0 if non existant * krlogin.c (mode): ifdef code based on TABDLY existing on machine. (netbsd lacks this). * krcp.c: Declare sys_errlist only if needed by the OS. * configure.in: Add DECLARE_SYS_ERRLIST Check for libcrypt defining the function crypt git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5835 dc483132-0cff-0310-8789-dd5450dbe970
* Handle problem of O_SYNC not existing on a platform. (for netbsd)Ezra Peisach1995-05-213-0/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5834 dc483132-0cff-0310-8789-dd5450dbe970
* Determine the location of RCTMPDIR at configuration time. (netbsd does not haveEzra Peisach1995-05-215-1/+31
| | | | | | /usr/tmp) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5833 dc483132-0cff-0310-8789-dd5450dbe970
* Include k5-int.h before krb.h so that PROTOTYPE is not redefinedEzra Peisach1995-05-212-2/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5832 dc483132-0cff-0310-8789-dd5450dbe970
* Check for stdlib.h and if present, include, otherwise declare mallocEzra Peisach1995-05-213-0/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5831 dc483132-0cff-0310-8789-dd5450dbe970
* Port to OSF/1. (deal with the longs that should be 4 bytes)Ezra Peisach1995-05-212-29/+36
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5830 dc483132-0cff-0310-8789-dd5450dbe970
* If kpropd invoked with -r option, invoke kdb5_edit with different realmEzra Peisach1995-05-202-4/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5829 dc483132-0cff-0310-8789-dd5450dbe970
* Increment remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQUENCE is setEzra Peisach1995-05-202-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5828 dc483132-0cff-0310-8789-dd5450dbe970
* kprop.M and kpropd.M: Document -P (port) optionEzra Peisach1995-05-206-21/+124
| | | | | | | | | | | | | | kprop.h: Change path to kdb5_edit to reflect current reality. (should be determined by configure....) kpropd.c: use krb5_int32 for over-the-wire length of database Make -s (srvtab) option work. kprop.c: Add support for keytab and port specification Add call to krb5_auth_setaddrs Use krb5_int32 for OTW db length git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5827 dc483132-0cff-0310-8789-dd5450dbe970
* Use the KRB5_KTNAME environment variable to override the defaultTheodore Tso1995-05-202-6/+19
| | | | | | location of the keytab. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5826 dc483132-0cff-0310-8789-dd5450dbe970
* login.c (main): Only try to use TIOCSETD if it is definedTheodore Tso1995-05-203-2/+15
| | | | | | | | | | | (instead of relying on _IBMR2 *not* being defined). Only try to use TIOCNXCL if it is defined. krcp.c: If setreuid() is emulated using setresuid(), #define HAVE_SETREUID so it gets used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5825 dc483132-0cff-0310-8789-dd5450dbe970
* in_tkt.c: Use HAVE_SETREUID and HAVE_SETRESUID to define setreuid properlyEzra Peisach1995-05-183-3/+13
| | | | | | configure.in: Check for setreuid and setresuid git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5824 dc483132-0cff-0310-8789-dd5450dbe970
* Use available random number generator and free all allocated memoryPaul Park1995-05-164-31/+90
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5823 dc483132-0cff-0310-8789-dd5450dbe970
* Fix Ultrix problems for testsPaul Park1995-05-163-8/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5822 dc483132-0cff-0310-8789-dd5450dbe970
* Fix bug in ktent_to_proto() and add test modulesPaul Park1995-05-161-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5821 dc483132-0cff-0310-8789-dd5450dbe970
* Add new test modulesPaul Park1995-05-164-0/+1193
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5820 dc483132-0cff-0310-8789-dd5450dbe970
* Fix bug in krb5_adm_ktent_to_proto() which botched integersPaul Park1995-05-161-16/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5819 dc483132-0cff-0310-8789-dd5450dbe970
* Fix nitty bug in gmt_mktime()Paul Park1995-05-162-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5818 dc483132-0cff-0310-8789-dd5450dbe970
* Do not destroy the replay cache when done with a requestPaul Park1995-05-162-3/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5817 dc483132-0cff-0310-8789-dd5450dbe970