summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* * poplib.c (pop_init()): Use new calling convention for krb5_sendauth()Chris Provenzano1995-03-272-8/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5251 dc483132-0cff-0310-8789-dd5450dbe970
* kcmd.c (kcmd()): Don't pass any data to sendauth() to beChris Provenzano1995-03-275-87/+69
| | | | | | | | | | | | cchecksummed. The remote side doesn't check it anyway. krcp.c (send_auth()): Use new calling convention for krb5_rd_req(). krshd.c (recvauth()): Use new calling convention for krb5_compat_recvauth(). krlogind.c (recvauth()): Use new calling convention for krb5_compat_recvauth(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5250 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (memmove.c): memmove.c is in krb5/posix, not krb5/osMark Eichin1995-03-252-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5249 dc483132-0cff-0310-8789-dd5450dbe970
* * scc_maybe.c (krb5_scc_open_file): fixed typo (extra & inTom Yu1995-03-252-1/+4
| | | | | | reference to fvno_bytes) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5248 dc483132-0cff-0310-8789-dd5450dbe970
* * scc_gennew.c: Ultrix cc (and K&R compilers) doesn't deal withTom Yu1995-03-252-3/+9
| | | | | | automatic aggregate initialization, so fixed scc_fvno usage. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5247 dc483132-0cff-0310-8789-dd5450dbe970
* * asn1_decode.c: move declaration of gmt_mktime() outside ofTom Yu1995-03-252-1/+8
| | | | | | | asn1_decode_generaltime() so that compilers like Ultrix cc that don't support prototypes within function bodies don't break git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5246 dc483132-0cff-0310-8789-dd5450dbe970
* Initialize auth_context to zero before calling mk_reqTheodore Tso1995-03-252-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5245 dc483132-0cff-0310-8789-dd5450dbe970
* fix copied code in HAVE_GETUTENT caseMark Eichin1995-03-251-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5244 dc483132-0cff-0310-8789-dd5450dbe970
* Oops. The ketype field was 2 bytes, not 1Theodore Tso1995-03-252-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5243 dc483132-0cff-0310-8789-dd5450dbe970
* Fix stupid bug from the last changeTheodore Tso1995-03-252-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5242 dc483132-0cff-0310-8789-dd5450dbe970
* Hardcode the size of the keytype field in the file format, to beTheodore Tso1995-03-253-2/+10
| | | | | | | compatible with what was used in the Beta 4 release (before we changed the size of a krb5_keytype type). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5241 dc483132-0cff-0310-8789-dd5450dbe970
* Don't include sys/socket.h and netdb.h, since they are included byTheodore Tso1995-03-242-4/+5
| | | | | | k5-config.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5240 dc483132-0cff-0310-8789-dd5450dbe970
* locate_kdc.c: Don't include sys/socket.h, netdb.h, netinet/in.h,Theodore Tso1995-03-244-15/+11
| | | | | | | | | | | | since these files are already included by k5-config.h sendto_kdc.c: Don't include sys/socket.h, since it is already included by k5-config.h sn2princ.c: Don't include netdb.h, since it is already included by k5-config.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5239 dc483132-0cff-0310-8789-dd5450dbe970
* Don't cast dbm_close() to void, because dbm_close is already voidTheodore Tso1995-03-242-5/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5238 dc483132-0cff-0310-8789-dd5450dbe970
* kinit.c (main): Remove the call to krb5_os_localaddr() sinceTheodore Tso1995-03-242-10/+16
| | | | | | | | | get_in_tkt_XXXX will default appropriately. kinit.c (main): Kinit will print an error when there are two many arguments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5237 dc483132-0cff-0310-8789-dd5450dbe970
* kdc5_hammer.c (get_tgt): Remove the call to krb5_os_localaddr()Theodore Tso1995-03-242-8/+6
| | | | | | since get_in_tkt_XXXX will default appropriately. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5236 dc483132-0cff-0310-8789-dd5450dbe970
* kpropd.c (PRS): Don't bother initializing server_addrs sinceTheodore Tso1995-03-243-17/+9
| | | | | | | | | it's not used. kprop.c (get_tickets): Remove the call to krb5_os_localaddr() since get_in_tkt_XXXX will default appropriately. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5235 dc483132-0cff-0310-8789-dd5450dbe970
* Use $(SRCTOP) instead of $(srcdir), since Mac's don't like dealingTheodore Tso1995-03-242-6/+11
| | | | | | with $(U)$(U). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5234 dc483132-0cff-0310-8789-dd5450dbe970
* replay.c: The KDC replay cache needs to store the databaseTheodore Tso1995-03-243-27/+43
| | | | | | | | | | | | | modification time, so that if the database is modified in between when it receives a request and when it receives a replay of the same request, it knows to throw away the replay cache entry and generate a new response (since the record in the database on which the response is based may have been modified). main.c (kdc_com_err_proc): Use syslog() instead of vsyslog(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5233 dc483132-0cff-0310-8789-dd5450dbe970
* Add install rule for the error table headersTheodore Tso1995-03-242-0/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5232 dc483132-0cff-0310-8789-dd5450dbe970
* If /etc/services doesn't have the kadmin port, use a compiled in defaultTheodore Tso1995-03-242-6/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5231 dc483132-0cff-0310-8789-dd5450dbe970
* adm_defs.h (ADM5_DEFAULT_PORT): Add definition of defaultTheodore Tso1995-03-243-8/+24
| | | | | | | | | | administration port. Makefile.in (install): Delete the destination header files before copying in the new ones. Also install autoconf.h. Only install header files if the header file has changed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5230 dc483132-0cff-0310-8789-dd5450dbe970
* Make same fix for krlogindTheodore Tso1995-03-241-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5217 dc483132-0cff-0310-8789-dd5450dbe970
* Stupid typo in previous fixTheodore Tso1995-03-241-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5216 dc483132-0cff-0310-8789-dd5450dbe970
* Add "support_desmd5" flagTheodore Tso1995-03-242-1/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5215 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in (krshd): Move $(K4LIB) after $(KLIB) so that ifTheodore Tso1995-03-243-2/+9
| | | | | | | | we're using des425, the V5 crypto library can be picked up. configure.in: Use the correct path to find libdes425 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5214 dc483132-0cff-0310-8789-dd5450dbe970
* realm_dom.c (krb5_get_realm_domain): Don't indent preprocessor directives.Theodore Tso1995-03-243-11/+17
| | | | | | | | | (Not portable). hst_realm.c (krb5_get_host_realm): Don't indent preprocessor directives. Removed excess close paren introduced by Keith. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5213 dc483132-0cff-0310-8789-dd5450dbe970
* * logutil.c (update_wtmp): initialize ut from ent the way the V4Mark Eichin1995-03-242-0/+22
| | | | | | | code did. Appears to handle SunOS case (when nearly all of the ifdef's are off) correctly now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5207 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed breakage introduced by windows port. com_err() is supposed toTheodore Tso1995-03-242-0/+9
| | | | | | print a newline at after printing the error message! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5206 dc483132-0cff-0310-8789-dd5450dbe970
* Also produce a link map along with the DLLKeith Vetter1995-03-232-5/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5205 dc483132-0cff-0310-8789-dd5450dbe970
* Updated windows readme to reflect the name change of the zip targetKeith Vetter1995-03-232-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5204 dc483132-0cff-0310-8789-dd5450dbe970
* Changed the name of the zipping up source target for the PCKeith Vetter1995-03-232-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5203 dc483132-0cff-0310-8789-dd5450dbe970
* Work around of fscanf which is not available in a windows DLLKeith Vetter1995-03-233-4/+122
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5202 dc483132-0cff-0310-8789-dd5450dbe970
* Added some error checking code to handle missing realms fileKeith Vetter1995-03-232-30/+43
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5201 dc483132-0cff-0310-8789-dd5450dbe970
* Added readme file to the windows directoryKeith Vetter1995-03-222-0/+31
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5200 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed problem in com_err.c due to the fact that the PC doesn't use autoconf andKeith Vetter1995-03-222-1/+7
| | | | | | com_err.c doesn't include k5-config.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5199 dc483132-0cff-0310-8789-dd5450dbe970
* Added prototypes to ccache change notificationKeith Vetter1995-03-227-13/+72
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5198 dc483132-0cff-0310-8789-dd5450dbe970
* New file, unix_time, didn't work on the PCKeith Vetter1995-03-224-2/+105
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5197 dc483132-0cff-0310-8789-dd5450dbe970
* Repair some makefile changes which broke the PC buildKeith Vetter1995-03-222-3/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5196 dc483132-0cff-0310-8789-dd5450dbe970
* PC config changes due to changes in include sys/types.hKeith Vetter1995-03-222-18/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5195 dc483132-0cff-0310-8789-dd5450dbe970
* Added all-mac target to the top level makefileKeith Vetter1995-03-222-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5192 dc483132-0cff-0310-8789-dd5450dbe970
* Make -I options work when the build and source tree are differentTheodore Tso1995-03-222-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5191 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed up zipping up PC source for uncleaned source treesKeith Vetter1995-03-222-2/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5190 dc483132-0cff-0310-8789-dd5450dbe970
* Added files to the windows/cns directoryKeith Vetter1995-03-2224-0/+3692
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5189 dc483132-0cff-0310-8789-dd5450dbe970
* Adding files to newley created windows directoryKeith Vetter1995-03-221-0/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5188 dc483132-0cff-0310-8789-dd5450dbe970
* Oops. Missed a directory in zipping up for the PCKeith Vetter1995-03-222-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5187 dc483132-0cff-0310-8789-dd5450dbe970
* Added zipping up source for the PC to the top-level makefileKeith Vetter1995-03-222-9/+77
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5186 dc483132-0cff-0310-8789-dd5450dbe970
* Added the GSSAPI routines to the windows dllKeith Vetter1995-03-223-380/+420
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5185 dc483132-0cff-0310-8789-dd5450dbe970
* Bug fixes in ccache/file for the PC: files need to be opened in binary mode,Keith Vetter1995-03-228-9/+105
| | | | | | | unitialized variable and changed some clever code that depends upon 32 bit integers. Also, added hooks, ala k4, that notify the world when the cache changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5184 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed signed/unsigned assignment mismatchesKeith Vetter1995-03-224-4/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5183 dc483132-0cff-0310-8789-dd5450dbe970