summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * mkrel: Fix to work with new modules definitions because cvsTom Yu1996-11-082-4/+9
| | | | | | export -d foo doesn't dtrt. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9340 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (LinkFileDir, LinkFile): AC_REQUIRE the AC_LN_S macroTom Yu1996-11-082-2/+7
| | | | | | to avoid gratuitous rechecks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9339 dc483132-0cff-0310-8789-dd5450dbe970
* Remove calls to macros that are a part of CONFIG_RULES;Tom Yu1996-11-0810-9/+18
| | | | | | see ChangeLogs for details git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9338 dc483132-0cff-0310-8789-dd5450dbe970
* * svr_iters.c (glob_to_regexp): a principal glob with no @Barry Jaspan1996-11-072-5/+8
| | | | | | defaults to @*, not @LOCAL.REAM [krb5-admin/161] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9337 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (server.o): Fix typo in previous checkinTom Yu1996-11-072-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9336 dc483132-0cff-0310-8789-dd5450dbe970
* Fix stupid typo in previous checkinTheodore Tso1996-11-072-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9335 dc483132-0cff-0310-8789-dd5450dbe970
* Use single quotes around @KRB5_RUN_ENV@ so that bash doesn't try toTheodore Tso1996-11-072-1/+6
| | | | | | expand $(TOPLIBD) in the echo line. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9334 dc483132-0cff-0310-8789-dd5450dbe970
* Correctly build the file lists for the Macintosh 68K and PPC objectTheodore Tso1996-11-072-4/+17
| | | | | | file lists. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9333 dc483132-0cff-0310-8789-dd5450dbe970
* (unparse_err): add new finer-grained conf file error codesBarry Jaspan1996-11-072-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9332 dc483132-0cff-0310-8789-dd5450dbe970
* add new conf file error codesBarry Jaspan1996-11-071-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9331 dc483132-0cff-0310-8789-dd5450dbe970
* add init test #154Barry Jaspan1996-11-071-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9330 dc483132-0cff-0310-8789-dd5450dbe970
* * api.2/init-v2.exp: update tests for new init error codes andBarry Jaspan1996-11-072-2/+24
| | | | | | get_config_params behavior when KDC_PROFILE does not exist git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9329 dc483132-0cff-0310-8789-dd5450dbe970
* lib.t moved to lib/lib.tBarry Jaspan1996-11-071-367/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9328 dc483132-0cff-0310-8789-dd5450dbe970
* Make the KRB5_CONFIG_CANTOPEN andTheodore Tso1996-11-072-2/+8
| | | | | | | KRB5_CONFIG_BADFORMAT error messages more clear that the problem is with the _Kerberos_ configuration file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9327 dc483132-0cff-0310-8789-dd5450dbe970
* * tcl_kadm5.c: don't assume tl_data_contents is null-terminated,Barry Jaspan1996-11-072-2/+10
| | | | | | and zero allocated princ before parsing it git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9326 dc483132-0cff-0310-8789-dd5450dbe970
* * api.2/mod-principal-v2.exp: provide finer-grained test numbersBarry Jaspan1996-11-072-15/+25
| | | | | | in case of failure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9325 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed mangled copyright noticeTheodore Tso1996-11-073-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9324 dc483132-0cff-0310-8789-dd5450dbe970
* kdc_preauth.c (check_padata): Fixed error handling; in order forTheodore Tso1996-11-073-9/+34
| | | | | | | | | | | | | | check_preauth to return successfully, there must be at least one preauth which succeeded, and no REQUIRED preauth system which failed. If a preauth is marked SUFFICIENT, then the rest of the preauth list aren't checked. Fixed bug where when none of the preauth types were recognized, an error message corresponding to stack garbage was printed. main.c (argv): Check the error return from krb5_init_context(), and print an error message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9323 dc483132-0cff-0310-8789-dd5450dbe970
* New error codes for KADM5_MISSING_CONF_PARAMS andTheodore Tso1996-11-072-0/+7
| | | | | | KADM5_BAD_SERVER_NAME. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9322 dc483132-0cff-0310-8789-dd5450dbe970
* client_init.c (_kadm5_init_any): Use a more fined grained error code,Theodore Tso1996-11-072-2/+10
| | | | | | | | | KADM5_MISSING_CONF_PARAMS, instead of KRB5_CONFIG_BADFORMAT (_kadm5_init_any): Use a more fined grained error code, KADM5_BAD_SERVER_NAME, instead of KRB5_CONFIG_BADFORMAT. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9321 dc483132-0cff-0310-8789-dd5450dbe970
* server_init.c (kadm5_init): Use a more fined grained error code,Theodore Tso1996-11-072-1/+7
| | | | | | KADM5_MISSING_CONF_PARAMS, instead of KRB5_CONFIG_BADFORMAT git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9320 dc483132-0cff-0310-8789-dd5450dbe970
* alt_prof.c (krb5_aprof_init): If the user specifies the config fileTheodore Tso1996-11-072-9/+24
| | | | | | | | | | using a configuration file, it must exist. Otherwise, krb5_aprof_init will return an error. (kadm5_get_config_params): If aprof_init returns an error, it should return an error as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9319 dc483132-0cff-0310-8789-dd5450dbe970
* Eliminate extra files not needed for Macintosh and Windows. (ThisTheodore Tso1996-11-072-11/+23
| | | | | | directory is only used for Windows and Macintosh at this point.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9318 dc483132-0cff-0310-8789-dd5450dbe970
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-077-21/+55
| | | | | | | | | | | | | of creating a new krb5 context for no good reason. krshd.c (main): krsh.c (main): krlogind.c (main): krlogin.c (main): krcp.c(main): Check the error return from krb5_init_context(), and print an error message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9317 dc483132-0cff-0310-8789-dd5450dbe970
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-072-2/+12
| | | | | | message if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9316 dc483132-0cff-0310-8789-dd5450dbe970
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-072-2/+11
| | | | | | message if neceesary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9315 dc483132-0cff-0310-8789-dd5450dbe970
* Check the return code from krb5_init_context, and print an errorTheodore Tso1996-11-072-2/+11
| | | | | | | message if appropriate. No longer call krb5_init_ets(), as it's no longer necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9314 dc483132-0cff-0310-8789-dd5450dbe970
* (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
* * install.texinfo (Upgrading existing Master and Slave KDCs to theBarry Jaspan1996-11-052-3/+89
| | | | | | | current release): added section on upgrading to new db format with dump/load [krb5-doc/119] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9297 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
* * admin.texinfo (Adding or Modifying Principals): update kadminBarry Jaspan1996-11-042-7/+16
| | | | | | "default" policy semantics [krb5-doc/84] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9293 dc483132-0cff-0310-8789-dd5450dbe970
* * install.texinfo: various minor comments from jhawk [krb5-doc/55]Barry Jaspan1996-11-042-13/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9292 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