summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* * krb524d.c: Remove #include <netdb.h> (already gotten byTom Yu1996-07-312-1/+5
| | | | | | kadm5/admin.h) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8869 dc483132-0cff-0310-8789-dd5450dbe970
* * client_init.c: Remove #include <netdb.h> because rpc/types.hTom Yu1996-07-302-1/+5
| | | | | | (included from kadm5/admin.h) gets it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8868 dc483132-0cff-0310-8789-dd5450dbe970
* * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu1996-07-309-8/+12
| | | | | | | | getrpcent.c, getrpcport.c, pmap_getmaps.c, svc_simple.c: Remove #include <netdb.h>; it's already included in rpc/types.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8867 dc483132-0cff-0310-8789-dd5450dbe970
* * svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (toTom Yu1996-07-301-1/+5
| | | | | | get sys/types.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8866 dc483132-0cff-0310-8789-dd5450dbe970
* * rpc.h: Don't include netdb.h (rpc/types.h already includes it)Tom Yu1996-07-301-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8865 dc483132-0cff-0310-8789-dd5450dbe970
* Deal with a /usr/include/netdb.h that contains struct rpcentSam Hartman1996-07-304-5/+25
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8864 dc483132-0cff-0310-8789-dd5450dbe970
* * hash/hash.c, hash/hash_func.c, hash/hash_page.c: Add "static" toTom Yu1996-07-303-12/+12
| | | | | | | some function defn's that need them; they were prototyped as static but not defined as static. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8863 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Tom Yu1996-07-301-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8862 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Determine sizeof short, int, long for secure.cEzra Peisach1996-07-302-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8861 dc483132-0cff-0310-8789-dd5450dbe970
* * secure.c: Do not assume sizeof(long) = 4 for sending lengths OTWEzra Peisach1996-07-303-3/+24
| | | | | | * configure.in: Determine sizeof short, int, long for secure.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8860 dc483132-0cff-0310-8789-dd5450dbe970
* * kadmin.exp: Added back in. Rewritten to use new admin systemEzra Peisach1996-07-292-0/+851
| | | | | | | | | | | | Notes: a) This only tests the old functionailty - the policy database testing does not exist b) The rename test is taken out as you currently cannot rename a random key (deficiency in kadmind) c) The v4 keytab extraction does not have an equivalent in this system and is not included. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8859 dc483132-0cff-0310-8789-dd5450dbe970
* defaul.exp (kinit): Look for the end-of-file from kinit beforeEzra Peisach1996-07-292-0/+8
| | | | | | going into wait.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8858 dc483132-0cff-0310-8789-dd5450dbe970
* * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should haveTom Yu1996-07-292-1/+6
| | | | | | been HAVE_REGEXPR_H git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8857 dc483132-0cff-0310-8789-dd5450dbe970
* For some reason, I allowd symbols from libc to overide symbols fromSam Hartman1996-07-282-1/+6
| | | | | | | the shared library when building AIX shared libraries without gcc. This is broken and fails when using gssrpc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8856 dc483132-0cff-0310-8789-dd5450dbe970
* Fix up shared library handling and $(STEXT) usageSam Hartman1996-07-282-6/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8855 dc483132-0cff-0310-8789-dd5450dbe970
* Remove prototype of strcpySam Hartman1996-07-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8854 dc483132-0cff-0310-8789-dd5450dbe970
* Commit prototyping of krb5_setenv; not sure why this failed yesterday.Sam Hartman1996-07-282-0/+7
| | | | | | | | | | CVS: ---------------------------------------------------------------------- automatically CVS: CVS: Committing in include CVS: CVS: Modified Files: CVS: ChangeLog k5-int.h CVS: ---------------------------------------------------------------------- git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8853 dc483132-0cff-0310-8789-dd5450dbe970
* * default.exp: Rewrite to use kdb5_util instead of kdb5_create andEzra Peisach1996-07-272-36/+40
| | | | | | | kdb5_stash. No longer add the kadmin/admin and changepw keys to the database as this is handled automatically. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8852 dc483132-0cff-0310-8789-dd5450dbe970
* * kdb5_create.c (kdb5_create): Ignore (expected) failure inEzra Peisach1996-07-272-1/+10
| | | | | | | open_db_and_mkey when creating database in returning exit status. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8851 dc483132-0cff-0310-8789-dd5450dbe970
* It's not an out-of-space error if malloc(0) returns 0.Sam Hartman1996-07-272-13/+21
| | | | | | | So, when copying key_data, only call malloc if the length is non-zero. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8850 dc483132-0cff-0310-8789-dd5450dbe970
* Remove old 1988 version of setenv in preference to calling krb5_setenvSam Hartman1996-07-275-172/+10
| | | | | | from lib/krb5/posix. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8849 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Sam Hartman1996-07-271-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8848 dc483132-0cff-0310-8789-dd5450dbe970
* * Define a non-zero FUDGE_FACTOR for GSSAPI; I have it set to 64 now,Sam Hartman1996-07-273-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | even though I tend to see 52 bytes of increased data because I'm not sure that the 52 bytes is constant across all implementations ands options. * When allocating outbuf, set bufsize to the size that was actually allocated; it tends not to be nbyte+FUDGE_FACTOR exactly, and you smash the heap if you store a different size than you actually allocate. * If a secure_putbyte fails, set nout to zero so you don't run off the end of the buffer next time around. * Only write out foure bytes of net_len, no matter how big it is. The right answer is to have it be some 32-bit type but I'm not sure if I should use the krb5 type, the GSSAPI type, or what. (Remember, this code has ifdefs for KerberosIV without GSSAPI) * While we're at it, if secure_write fails while writing out a file in the client, notice the error. (a break in an inner loop didn't break out quite far enough) With these changes, I am able to get and put multi-megabyte files even on an Alpha. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8847 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (OBJS): Remove trailing backslash on a comment; itTom Yu1996-07-262-1/+6
| | | | | | was keeping HDRS from getting set. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8846 dc483132-0cff-0310-8789-dd5450dbe970
* resolved conflictsMarc Horowitz1996-07-261-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8845 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Marc Horowitz1996-07-261-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8844 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in, an_to_ln.c (do_replacement, aname_do_match): useMarc Horowitz1996-07-261-2/+7
| | | | | | | the compile() function in -lgen on solaris. Check for the relevant stuff at configure-time git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8843 dc483132-0cff-0310-8789-dd5450dbe970
* * an_to_ln.c (do_replacement, aname_do_match): use the compile()Marc Horowitz1996-07-261-15/+7
| | | | | | function in -lgen on solaris git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8842 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: remove createTom Yu1996-07-262-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8841 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Marc Horowitz1996-07-261-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8840 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (LIBS): include -lgen if compile() is present andMarc Horowitz1996-07-261-0/+12
| | | | | | -lkrb5 is used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8839 dc483132-0cff-0310-8789-dd5450dbe970
* Actually install kadmin.local. (Or rather, don't install kadmin.localTheodore Tso1996-07-262-1/+7
| | | | | | as kadmin, and then reinstall kadmin on top of kadmin. :-) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8838 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Marc Horowitz1996-07-261-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8837 dc483132-0cff-0310-8789-dd5450dbe970
* * kdc.conf: added acl_file to prototypeMarc Horowitz1996-07-261-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8836 dc483132-0cff-0310-8789-dd5450dbe970
* Remove the new kdb5_create, which is subsumed by kdb5_utilTheodore Tso1996-07-2612-1666/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8835 dc483132-0cff-0310-8789-dd5450dbe970
* Remove last traces of the old admin serverTheodore Tso1996-07-261-46/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8834 dc483132-0cff-0310-8789-dd5450dbe970
* Remove v5client, which is the old client for the old kadmin systemTheodore Tso1996-07-2611-3148/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8833 dc483132-0cff-0310-8789-dd5450dbe970
* Remove the old kadmin serverTheodore Tso1996-07-2613-8173/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8832 dc483132-0cff-0310-8789-dd5450dbe970
* Add a blank install target to keep the top-level "make install" happyTheodore Tso1996-07-262-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8831 dc483132-0cff-0310-8789-dd5450dbe970
* Add AC_PROG_INSTALL, since it's needed for a "make install"Theodore Tso1996-07-262-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8830 dc483132-0cff-0310-8789-dd5450dbe970
* AIX shared libraries treat resolution of imported symbolsSam Hartman1996-07-262-0/+14
| | | | | | | | | | | | different from resolution of external non-imported symbols. Therefore, we really want to link against libdb.a at shared library creation time. Instead of linking on all platforms and making libdb.a a shared library, I have chosen to only link on AIX where it will work and not generate a problem even if the application later linksgainst libdb.a because making libdb.a a shared library would make it harder to distribute util/db2. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8829 dc483132-0cff-0310-8789-dd5450dbe970
* Remove setenv.c and use krb5_setenv instead. This version of setenvSam Hartman1996-07-263-166/+6
| | | | | | | had major prototype problems, was redundant, and was older than all seven of the other versions in the tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8828 dc483132-0cff-0310-8789-dd5450dbe970
* restore old version (oops checked in debugging versTom Yu1996-07-261-3/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8827 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: remove trailing backslash from comment under SRCSTom Yu1996-07-263-1/+10
| | | | | | because it was causing line that set OBJS variable to git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8826 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in, configure.in, adm_rw.c, kadm5_defs.h, main.c,Marc Horowitz1996-07-258-0/+2943
| | | | | | | | proto_serv.c, srv_net.c: combined pieces of the old v5server and kadm libraries with calls to the new kadm5srv library to produce a daemon which handles the v5b6 "simple" password changing protocol. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8825 dc483132-0cff-0310-8789-dd5450dbe970
* Remove OID's that weren't being used, and rename gss_nt_service_nameTheodore Tso1996-07-252-8/+6
| | | | | | to nt_service_name to prevent name colision. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8824 dc483132-0cff-0310-8789-dd5450dbe970
* admin_internal.h (_KADM5_CHECK_HANDLE): Add parenthesis aroundTheodore Tso1996-07-253-1/+11
| | | | | | | | | assignment used as truth value to reduce gcc -Wall flames. misc_free.c (kadm5_free_name_list, krb5_free_key_data_contents: Add KADM5_OK return value upon success. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8823 dc483132-0cff-0310-8789-dd5450dbe970
* kadmin.c (quit): Return zero so that we return the proper exit status.Theodore Tso1996-07-252-1/+8
| | | | | | (kadmin_getprivs): Declare function as returning void git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8822 dc483132-0cff-0310-8789-dd5450dbe970
* Don't build the create, destroy, and stash directoriesTheodore Tso1996-07-252-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8821 dc483132-0cff-0310-8789-dd5450dbe970
* Declare function as returning voidTheodore Tso1996-07-252-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8820 dc483132-0cff-0310-8789-dd5450dbe970