summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add function krb5_append_addresses, to concatenate two address listsJohn Carr1992-08-211-0/+53
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2344 dc483132-0cff-0310-8789-dd5450dbe970
* Pass extra argument to krb5_walk_realm_tree.John Carr1992-08-211-4/+4
| | | | | | Principal type changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2343 dc483132-0cff-0310-8789-dd5450dbe970
* Reduce the scope of the temporary assignment to tktauthent->ticketJohn Carr1992-08-211-4/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2342 dc483132-0cff-0310-8789-dd5450dbe970
* Realm separator is now an argument, not a constantJohn Carr1992-08-211-10/+14
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2341 dc483132-0cff-0310-8789-dd5450dbe970
* Add protoype for krb5_walk_realm_treeJohn Carr1992-08-211-0/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2340 dc483132-0cff-0310-8789-dd5450dbe970
* Allow imake config files to change kerberos config file locationsJohn Carr1992-08-211-4/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2339 dc483132-0cff-0310-8789-dd5450dbe970
* Allow suppression of function prototypes within structure declarations,John Carr1992-08-214-41/+42
| | | | | | to avoid MIPS compiler bug. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2338 dc483132-0cff-0310-8789-dd5450dbe970
* For mips compiler, allow definition of "NO_NESTED_PROTOTYPES" toJohn Carr1992-08-211-4/+41
| | | | | | | suppress prototype function declarations within structure declarations. Change krb5_principal to be a pointer to structure; add accessor macros. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2337 dc483132-0cff-0310-8789-dd5450dbe970
* Read data into temporary variables to avoid dependencies on size ofJohn Carr1992-08-211-3/+11
| | | | | | key version number data type. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2336 dc483132-0cff-0310-8789-dd5450dbe970
* Delete definition of DEPLIBSJohn Carr1992-08-211-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2335 dc483132-0cff-0310-8789-dd5450dbe970
* Changed so that the krb5_data structures (in the principal structure)Theodore Tso1992-08-201-5/+2
| | | | | | | | | have nulls at the end of the strings, just in case poeple are depending on it. They shouldn't, since principals component may have embedded NULL's in them, even though they usually don't. Nevertheless, it's good to be careful. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2334 dc483132-0cff-0310-8789-dd5450dbe970
* Changed so that the krb5_data structures (in the principal structure)Theodore Tso1992-08-201-5/+2
| | | | | | | | | have nulls at the end of the strings, just in case poeple are depending on it. They shouldn't, since principals component may have embedded NULL's in them, even though they usually don't. Nevertheless, it's good to be careful. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2333 dc483132-0cff-0310-8789-dd5450dbe970
* Added missing queue to rc_io.cTheodore Tso1992-08-181-1/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2332 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support new version of ccache file format. (This one handles ↵Theodore Tso1992-08-188-13/+88
| | | | | | | | principal types.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2331 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure the right structures actually get copied instead of aliased, andTheodore Tso1992-08-181-2/+5
| | | | | | make sure everything gets freed on an error return. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2330 dc483132-0cff-0310-8789-dd5450dbe970
* Modified to use new principal type systemTheodore Tso1992-08-181-0/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2329 dc483132-0cff-0310-8789-dd5450dbe970
* Added new file conv_princ.cTheodore Tso1992-08-181-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2328 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1992-08-181-0/+98
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2327 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed delcaration bug for krb5_create_secure_fileTheodore Tso1992-08-181-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2326 dc483132-0cff-0310-8789-dd5450dbe970
* Added some new feeds that originally came from SandiaTheodore Tso1992-08-181-1/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2325 dc483132-0cff-0310-8789-dd5450dbe970
* Andded new ticket files as originally defined by SandiaTheodore Tso1992-08-181-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2324 dc483132-0cff-0310-8789-dd5450dbe970
* Changed krb5_db_fetch_mkey()'s calling sequenceTheodore Tso1992-08-181-2/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2323 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support new principal typeTheodore Tso1992-08-181-6/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2322 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed memory leak and bug in V4 srvtab extraction routineTheodore Tso1992-08-181-12/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2321 dc483132-0cff-0310-8789-dd5450dbe970
* Changed to use the krb5_425_conv_principal() function to map V4 principalTheodore Tso1992-08-181-4/+2
| | | | | | names to V5 principal names. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2320 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1992-08-181-0/+100
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2319 dc483132-0cff-0310-8789-dd5450dbe970
* Added defins for krb5_create_secure_file() and krb5_sync_disk_file()Theodore Tso1992-08-131-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2318 dc483132-0cff-0310-8789-dd5450dbe970
* Modifications to use the new krb5_principal structureTheodore Tso1992-07-301-29/+75
| | | | | | | Modifications to make the krbtgt tickets be handled correctly, including cross realm tickets. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2317 dc483132-0cff-0310-8789-dd5450dbe970
* Changed what was logged and what wasn'tTheodore Tso1992-07-301-9/+18
| | | | | | | Made sure the emulation code was careful about zeroing out any sensitive data. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2316 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes: krb5_principal reorganizationTheodore Tso1992-07-291-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2315 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed bug in calling sequence to krb5_principal_compareTheodore Tso1992-07-291-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2314 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed bug in calling sequence of fcc_retrvTheodore Tso1992-07-291-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2313 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1992-07-271-0/+29
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2312 dc483132-0cff-0310-8789-dd5450dbe970
* Added kadmin subdirectoryTheodore Tso1992-07-271-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2311 dc483132-0cff-0310-8789-dd5450dbe970
* Added bsd to the list of subdirectoriesTheodore Tso1992-07-241-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2310 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes (principal type change)Theodore Tso1992-06-191-26/+53
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2309 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes to track new principal structureTheodore Tso1992-06-181-11/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2308 dc483132-0cff-0310-8789-dd5450dbe970
* Added new argument to krb5_db_fetch_mkey callTheodore Tso1992-06-182-4/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2307 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1992-06-171-0/+61
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2306 dc483132-0cff-0310-8789-dd5450dbe970
* Initial revisionTheodore Tso1992-06-172-0/+171
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2305 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed typo; missing close commentTheodore Tso1992-06-161-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2304 dc483132-0cff-0310-8789-dd5450dbe970
* Sandia change: don't include definition for strlen on hpux machinesTheodore Tso1992-06-161-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2303 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes: Theodore Tso1992-06-161-11/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2302 dc483132-0cff-0310-8789-dd5450dbe970
* Added sandia changes for Unicos61Theodore Tso1992-06-161-2/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2301 dc483132-0cff-0310-8789-dd5450dbe970
* Added sandia changes for using rand/srand on System V machines thatTheodore Tso1992-06-161-0/+12
| | | | | | don't have random() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2300 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes to do with function prototypesTheodore Tso1992-06-161-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2299 dc483132-0cff-0310-8789-dd5450dbe970
* Added Sandia changes for BITS64, but commented out for now...Theodore Tso1992-06-161-0/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2298 dc483132-0cff-0310-8789-dd5450dbe970
* Added definitions for new error codesTheodore Tso1992-06-111-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2297 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes to handle the new principal structureTheodore Tso1992-06-102-49/+47
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2296 dc483132-0cff-0310-8789-dd5450dbe970
* Checked in jfc's changes to handle new principal typeTheodore Tso1992-06-101-14/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2295 dc483132-0cff-0310-8789-dd5450dbe970