summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed so that kdb5_edit can be run even if there is no validTheodore Tso1991-02-051-17/+42
| | | | | | | | | database. (Needed for slave propagation to do the load_db request). Added backout code to load_db so that if there is an error, the newly created database will be deleted. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1649 dc483132-0cff-0310-8789-dd5450dbe970
* Changed so that kdb5_edit can be run even if there is no valid Theodore Tso1991-02-051-6/+47
| | | | | | database. (Needed for slave propagation to do the load_db request). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1648 dc483132-0cff-0310-8789-dd5450dbe970
* Added kdb_db_destroy() functionTheodore Tso1991-02-021-0/+61
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1647 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed type in krb5_dbm_db_destroy #defineTheodore Tso1991-02-021-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1646 dc483132-0cff-0310-8789-dd5450dbe970
* malloc changes for new gnu include filesJohn Kohl1991-02-011-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1645 dc483132-0cff-0310-8789-dd5450dbe970
* Added declarations for kdb_dbm_destroy()Theodore Tso1991-02-011-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1644 dc483132-0cff-0310-8789-dd5450dbe970
* add unix and vaxJohn Kohl1991-02-011-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1643 dc483132-0cff-0310-8789-dd5450dbe970
* changes from Cliff for / processingJohn Kohl1991-01-291-39/+80
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1642 dc483132-0cff-0310-8789-dd5450dbe970
* add slash testsJohn Kohl1991-01-291-11/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1641 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionJohn Kohl1991-01-293-0/+106
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1640 dc483132-0cff-0310-8789-dd5450dbe970
* Changed to use the decryption key from the the _client_ principal,Theodore Tso1991-01-181-6/+6
| | | | | | | not the _server_ principal. This is confusing becuase we're getting the key from the srvtab file, but it's the right thing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1639 dc483132-0cff-0310-8789-dd5450dbe970
* Added some macros for the checksum switch abstractionTheodore Tso1991-01-181-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1638 dc483132-0cff-0310-8789-dd5450dbe970
* the DES_CBC checksum is collision proof and keyedJohn Kohl1991-01-171-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1637 dc483132-0cff-0310-8789-dd5450dbe970
* make all the default targetJohn Kohl1991-01-171-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1636 dc483132-0cff-0310-8789-dd5450dbe970
* need to clean up rv2John Kohl1991-01-171-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1635 dc483132-0cff-0310-8789-dd5450dbe970
* fix problem with referencing past end of array on byte-alignedJohn Kohl1991-01-171-4/+12
| | | | | | input git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1634 dc483132-0cff-0310-8789-dd5450dbe970
* need to encrypt the output, dummy!John Kohl1991-01-171-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1633 dc483132-0cff-0310-8789-dd5450dbe970
* finish cleanup from conversion to take donot_replayJohn Kohl1991-01-161-3/+25
| | | | | | (don't free things from the argument!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1632 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed update_ok_file to use com_err and so that it doesn't exit if itTheodore Tso1991-01-151-22/+21
| | | | | | errors out. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1631 dc483132-0cff-0310-8789-dd5450dbe970
* Changed to export some global variables as externsTheodore Tso1991-01-151-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1630 dc483132-0cff-0310-8789-dd5450dbe970
* Changed to import progname from an extern variableTheodore Tso1991-01-151-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1629 dc483132-0cff-0310-8789-dd5450dbe970
* Unlink the output dump file before we open it, to make sure we don'tTheodore Tso1991-01-111-0/+11
| | | | | | stomp on a running kprop. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1628 dc483132-0cff-0310-8789-dd5450dbe970
* Changed error message not to refer to kdb_utilTheodore Tso1991-01-101-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1627 dc483132-0cff-0310-8789-dd5450dbe970
* Robustified copy_authenticator so that the passed in authenticatorTheodore Tso1991-01-091-18/+21
| | | | | | can have a NULL subkey or checksum. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1625 dc483132-0cff-0310-8789-dd5450dbe970
* changes to move the conversion outside the store routinesJohn Kohl1991-01-081-2/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1624 dc483132-0cff-0310-8789-dd5450dbe970
* changes to move the conversion outside the store routinesJohn Kohl1991-01-082-53/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1623 dc483132-0cff-0310-8789-dd5450dbe970
* add rc_conv.{c,o}John Kohl1991-01-081-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1622 dc483132-0cff-0310-8789-dd5450dbe970
* lJohn Kohl1991-01-081-0/+47
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1621 dc483132-0cff-0310-8789-dd5450dbe970
* modify replay cache code to generalize itJohn Kohl1991-01-081-4/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1620 dc483132-0cff-0310-8789-dd5450dbe970
* revision to replay cache to generalizeJohn Kohl1991-01-083-6/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1619 dc483132-0cff-0310-8789-dd5450dbe970
* add an echo to ignore the errorJohn Kohl1991-01-041-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1618 dc483132-0cff-0310-8789-dd5450dbe970
* better error code interpretationJohn Kohl1991-01-041-4/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1617 dc483132-0cff-0310-8789-dd5450dbe970
* some better error interpretation and sequencing when a databaseJohn Kohl1991-01-041-7/+20
| | | | | | exists already git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1616 dc483132-0cff-0310-8789-dd5450dbe970
* fix up depend stepJohn Kohl1991-01-041-4/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1615 dc483132-0cff-0310-8789-dd5450dbe970
* add a 'world' target to do the Right Thing, and change all to be justJohn Kohl1991-01-041-6/+18
| | | | | | a rebuild step git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1614 dc483132-0cff-0310-8789-dd5450dbe970
* cast the seed to an octet *John Kohl1991-01-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1613 dc483132-0cff-0310-8789-dd5450dbe970
* make sure ap_req checksum is collision proof,John Kohl1991-01-031-4/+12
| | | | | | and do better error message returns. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1612 dc483132-0cff-0310-8789-dd5450dbe970
* add RSAMD4LIBJohn Kohl1991-01-031-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1611 dc483132-0cff-0310-8789-dd5450dbe970
* fix names of table entriesJohn Kohl1991-01-032-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1610 dc483132-0cff-0310-8789-dd5450dbe970
* use proper names in the glue entriesJohn Kohl1991-01-031-3/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1609 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***John Kohl1991-01-031-0/+87
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1608 dc483132-0cff-0310-8789-dd5450dbe970
* add md4cryptoJohn Kohl1991-01-031-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1607 dc483132-0cff-0310-8789-dd5450dbe970
* add MD4 des versionJohn Kohl1991-01-031-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1606 dc483132-0cff-0310-8789-dd5450dbe970
* #3 is now encrypted MD4John Kohl1991-01-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1605 dc483132-0cff-0310-8789-dd5450dbe970
* add encrypted version entriesJohn Kohl1991-01-031-3/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1604 dc483132-0cff-0310-8789-dd5450dbe970
* provide MD4John Kohl1991-01-031-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1603 dc483132-0cff-0310-8789-dd5450dbe970
* actually don't need DES version, since it's in an encrypted piece in theJohn Kohl1991-01-031-1/+1
| | | | | | request. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1602 dc483132-0cff-0310-8789-dd5450dbe970
* need a digest function which is secureJohn Kohl1991-01-031-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1601 dc483132-0cff-0310-8789-dd5450dbe970
* oops, mis-counted bits on primitive construction identifiersJohn Kohl1991-01-031-15/+15
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1600 dc483132-0cff-0310-8789-dd5450dbe970
* change to 1991John Kohl1991-01-022-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1599 dc483132-0cff-0310-8789-dd5450dbe970