summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* (initialize_realms): Remove rather pointless use of krb5.conf to findTheodore Tso1996-11-072-344/+323
| | | | | | | | | | the kdc.conf used to get the default port list. It's not useful for anything else, and will just confuse people. (init_realm): Reformat function to be readable. Add error checking to call of krb5_read_realm_params. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9313 dc483132-0cff-0310-8789-dd5450dbe970
* * client_principal.c (kadm5_get_principal,Ezra Peisach1996-11-072-2/+19
| | | | | | | kadm5_modify_principal): For a V1 request, copy only the memory that is allocated for the incomming principal. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9312 dc483132-0cff-0310-8789-dd5450dbe970
* * tcl_kadm5.c (parse_keysalts, parse_tl_data): Do not free memoryEzra Peisach1996-11-073-3/+12
| | | | | | | | twice. * Makefile.in: Use $(LD) instead of $(CC) for linking. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9311 dc483132-0cff-0310-8789-dd5450dbe970
* * gssftp.exp: Check for "foo: No such file or directory" inTom Yu1996-11-072-1/+9
| | | | | | addition to "foo not found". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9310 dc483132-0cff-0310-8789-dd5450dbe970
* * kadm_rpc_xdr.c (xdr_krb5_principal): handle a NULL principalBarry Jaspan1996-11-062-8/+20
| | | | | | | | pointer (this can happen when get_principal is passed a mask without KADM5_PRINCIPAL in it, and will cause a beta 7 kadmind to coredump) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9309 dc483132-0cff-0310-8789-dd5450dbe970
* * lib/lib.t: global $test everywhere it is usedBarry Jaspan1996-11-063-18/+24
| | | | | | | | * api.2/mod-principal-v2.exp: init to kadmin/admin, not kadmin/changepw; specify real principal, not null (obviously I never ran these tests via the client library before) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9308 dc483132-0cff-0310-8789-dd5450dbe970
* Don't ignore errors found from parsing the config file. Currently, weTheodore Tso1996-11-062-4/+27
| | | | | | | | return an error if the profile isn't found. In the future we can maybe do something better with intelligent defaulting if krb5.conf doesn't exist, but we don't have this today. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9307 dc483132-0cff-0310-8789-dd5450dbe970
* * svr_principal.c (kadm5_modify_principal): don't free theBarry Jaspan1996-11-062-2/+12
| | | | | | caller's tl_data (oops) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9306 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Add dependencies on $(srcdir)/foo.c so that someTom Yu1996-11-062-0/+7
| | | | | | makes can deal with VPATH properly (e.g. NetBSD pmake) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9305 dc483132-0cff-0310-8789-dd5450dbe970
* Initialize the error tables, so applications don't need to callTheodore Tso1996-11-062-0/+8
| | | | | | krb5_init_ets(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9304 dc483132-0cff-0310-8789-dd5450dbe970
* We don't need the special case for linux anymore, since we'reTheodore Tso1996-11-062-11/+6
| | | | | | including the output from rpcgen in the source tree now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9303 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (HDRS): Changes so that $(OBJS) will not getTom Yu1996-11-063-8/+10
| | | | | | | | recompiled gratuitously if someone touches the include directory. * configure.in: Revert previous change re: CopySrcHeader. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9302 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Revert removal of CopySrcHeader, etc., for nowTom Yu1996-11-053-33/+25
| | | | | | | | * Makefile.in (OBJS): Remove dependency of $(OBJS) on shared, also remove dependency of $(HDRS) on $(HDRDIR). Both of these to avoid unecessary copying. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9301 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (install-recurse): Add dependency of install-recurseTom Yu1996-11-052-1/+6
| | | | | | on install-mkdirs to force directories to be made first. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9300 dc483132-0cff-0310-8789-dd5450dbe970
* * admin_server.c: use params.admin_keytab instead of a hard-codedBarry Jaspan1996-11-052-7/+10
| | | | | | value [krb5-admin/30] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9299 dc483132-0cff-0310-8789-dd5450dbe970
* minor fix to verification of specified load version (autodetect codeBarry Jaspan1996-11-052-8/+9
| | | | | | already worked properly) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9298 dc483132-0cff-0310-8789-dd5450dbe970
* * serialize.c (krb5_register_serializer): Do not free a NULL pointerEzra Peisach1996-11-052-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9296 dc483132-0cff-0310-8789-dd5450dbe970
* kadmin/testing/tcl/util.t is in the source tree and not the build tree.Ezra Peisach1996-11-052-1/+5
| | | | | | (This was initially missed by me as I had a symlink in my tree) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9295 dc483132-0cff-0310-8789-dd5450dbe970
* Accept either ';' or '#' on the first line of a string as a commentTheodore Tso1996-11-052-1/+6
| | | | | | character. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9294 dc483132-0cff-0310-8789-dd5450dbe970
* recurse into unit-testBarry Jaspan1996-11-041-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9291 dc483132-0cff-0310-8789-dd5450dbe970
* Removed unusued prototype for krb5_verify_padata();Theodore Tso1996-11-042-6/+5
| | | | | | this is old code that has since been removed. [PR#21] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9290 dc483132-0cff-0310-8789-dd5450dbe970
* * mkrel: Run make in doc so that .info and .ps files get created.Tom Yu1996-11-042-5/+18
| | | | | | [krb5-misc/143] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9289 dc483132-0cff-0310-8789-dd5450dbe970
* Start by breaking my own rule about not changing this code;Sam Hartman1996-11-022-17/+20
| | | | | | | the Makefile produced by mkdist is too limited for krb5, so we need our own. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9288 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionSam Hartman1996-11-029-0/+1447
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9284 dc483132-0cff-0310-8789-dd5450dbe970
* * Fix broken comment ; it's setuid() that must suceed not the setleuidSam Hartman1996-11-022-3/+14
| | | | | | | | | | | equivelent under AIX. * You want to destroy v4 tickets if you are converting them just as if you are getting them directly. * Attempt to be more reasonable about printing out errors in in_tkt. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9283 dc483132-0cff-0310-8789-dd5450dbe970
* * Remove rhosts support [138]Sam Hartman1996-11-026-244/+25
| | | | | | | * Remove tab3 from initial terminal settings. We don't really care about horizontal tab delays, do we? This was breaking on NetBSD. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9282 dc483132-0cff-0310-8789-dd5450dbe970
* * Add forward command. [45]Sam Hartman1996-11-024-6/+138
| | | | | | * Add TOS support. [57] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9281 dc483132-0cff-0310-8789-dd5450dbe970
* * Add TOS support on other than Cray [57]Sam Hartman1996-11-026-33/+67
| | | | | | | | | | | | | | | | * Externalize forward options from kerberos5.c to reduce cut/paste inheritance between kerberos5.c and main.c in telnet. * Fix up source of error messages (telnet|telnetd) in kerberos5.c [77] CVS: ---------------------------------------------------------------------- automatically CVS: CVS: Committing in libtelnet CVS: CVS: Modified Files: CVS: ChangeLog Makefile.in auth.h configure.in kerberos5.c CVS: parsetos.c CVS: ---------------------------------------------------------------------- git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9280 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (AC_KRB5_TCL): Check for -ldl when checking for -ltclTom Yu1996-11-022-5/+10
| | | | | | or -ltcl7.5 in case the TCL library needs it. [krb5-admin/141] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9279 dc483132-0cff-0310-8789-dd5450dbe970
* * tcl_kadm5.c (unparse_err): update for new tl_data semanticsBarry Jaspan1996-11-012-0/+8
| | | | | | [krb5-admin/140] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9274 dc483132-0cff-0310-8789-dd5450dbe970
* * kadm_err.et: update for new tl_data semantics [krb5-admin/140]Barry Jaspan1996-11-012-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9273 dc483132-0cff-0310-8789-dd5450dbe970
* * svr_principal.c (kadm5_modify_principal): update for new tl_dataBarry Jaspan1996-11-012-20/+22
| | | | | | semantics [krb5-admin/140] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9272 dc483132-0cff-0310-8789-dd5450dbe970
* * api.2/get-principal-v2.exp, api.2/mod-principal-v2.exp: updateBarry Jaspan1996-11-013-12/+40
| | | | | | for new tl_data semantics [krb5-admin/140] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9271 dc483132-0cff-0310-8789-dd5450dbe970
* * kadmin.c (kadmin_cpw): fix typo [krb5-admin/139]Barry Jaspan1996-11-012-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9269 dc483132-0cff-0310-8789-dd5450dbe970
* Start installing krb4 headers again. [36]Sam Hartman1996-10-314-1/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9268 dc483132-0cff-0310-8789-dd5450dbe970
* Make it more obvious that default ticket lifetimes is not yetTheodore Tso1996-10-312-2/+9
| | | | | | supported. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9267 dc483132-0cff-0310-8789-dd5450dbe970
* Use $(LD) instead of $(CC) at link stage - this allows one to useEzra Peisach1996-10-312-2/+7
| | | | | | purify correctly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9266 dc483132-0cff-0310-8789-dd5450dbe970
* Add for compiling with shared librariesEzra Peisach1996-10-312-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9265 dc483132-0cff-0310-8789-dd5450dbe970
* Add an option "SHARED" which runs configure with option --enable-sharedEzra Peisach1996-10-312-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9264 dc483132-0cff-0310-8789-dd5450dbe970
* Add "uname" for use by config.guessEzra Peisach1996-10-312-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9263 dc483132-0cff-0310-8789-dd5450dbe970
* * main.c (main): Add -T keyfile and -D debug_levelEzra Peisach1996-10-312-1/+26
| | | | | | options. [krb5-admin/42] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9262 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (t_kdb): Link with $(TOPLIBD)/libdb.aEzra Peisach1996-10-312-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9261 dc483132-0cff-0310-8789-dd5450dbe970
* For libdb.a - use a relative path $(TOPLIBD)/libdb.a instead of -ldbEzra Peisach1996-10-312-1/+5
| | | | | | | | | | to prevent getting the system installed libdb.so on the Alpha. (Under DU 4.0 ld will scan the library search path - including -L paths for .so files, failing to find any will then look for the .a one. I think this is broken as you should take the first .so or .a file found) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9260 dc483132-0cff-0310-8789-dd5450dbe970
* Fix typo in lastEzra Peisach1996-10-311-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9259 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Only run tests if required programs, librariesEzra Peisach1996-10-313-1/+26
| | | | | | | | available. * configure.in: Check for runtest, Perl, and tcl before making checks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9258 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (check): Only run tests is Perl, tcl, runtestEzra Peisach1996-10-313-8/+17
| | | | | | * configure.in: Check for Perl before running tests. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9257 dc483132-0cff-0310-8789-dd5450dbe970
* Implement Autoconf style directory handling option support.Sam Hartman1996-10-316-22/+39
| | | | | | [37] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9256 dc483132-0cff-0310-8789-dd5450dbe970
* nuke leftover conflict markerMark Eichin1996-10-311-1/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9255 dc483132-0cff-0310-8789-dd5450dbe970
* * kadmin.M: update ktadd's description [krb5-doc/137]Barry Jaspan1996-10-302-2/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9254 dc483132-0cff-0310-8789-dd5450dbe970
* * xdr_stdio.c: Remove the #ifndef mc68000 cruft. I'm not sureBarry Jaspan1996-10-302-5/+12
| | | | | | | | | | what it was supposed to accomplish, but in both places it appeared it was unquestionably wrong. I suspect that the ifdef was put in originally to optimize byte-alignment code that wasn't necessary on the 68000. Who knows? Someone will complain if this isn't right. [krb5-libs/47] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9253 dc483132-0cff-0310-8789-dd5450dbe970