Commit Graph

19 Commits

Author SHA1 Message Date
Assar Westerlund
3a26642882 changed bzero/bcmp/bcopy to memset/memcmp/memcpy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@546 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-05-29 23:24:19 +00:00
Björn Groenvall
e88938bfeb Remove possible newline not the last character of the cellname.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@408 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-04-19 09:39:32 +00:00
Assar Westerlund
cd603ba071 Corrected cell truncation code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@396 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-04-17 07:31:15 +00:00
Björn Groenvall
218bd7346f I guess it should have read
cell[sizeof(cell) - 1] = '\0';
rather than
cell[strlen(cell) - 1] = '\0';
as it originally did (2 versions back).


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@390 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-04-09 19:21:15 +00:00
Björn Groenvall
04f7fa949e One byte off when appending trailing 0.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@389 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-04-09 19:17:13 +00:00
Assar Westerlund
4acc571d2b k_afsklog_all_local_cells: new function. Called when cell == NULL.
Tries to obtain tokens for all cells in /usr/vice/etc/TheseCells or /usr/vice/etc/ThisCell.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@384 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-04-04 20:37:32 +00:00
Unknown User d91-jda
1a29ac6d78 More thorough guessing of what realm a cell belongs to.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@381 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-04-04 03:21:38 +00:00
Björn Groenvall
711f73505c Change $Header$ to $Id$
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@336 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-03-25 13:10:31 +00:00
Unknown User d91-jda
55db31afbe General cleanup of old and ugly code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@235 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-02-07 10:48:34 +00:00
Björn Groenvall
4eac32e222 More uses of RCSID() in lib/* and appl/bsd.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@178 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-10-24 14:03:21 +00:00
Assar Westerlund
acce7c45ca fclose of _PATH_THISCELL!
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@157 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-10-18 07:55:21 +00:00
Björn Groenvall
b789954d34 Include unistd.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@125 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-09-28 16:12:41 +00:00
Björn Groenvall
c20927d4a0 First we try afs.cell@REALM, if there is no such thing try afs@CELL
instead.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@103 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-09-12 19:17:26 +00:00
Björn Groenvall
70ab525525 Must include sys/filio.h on Psoriasis.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@100 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-09-04 14:58:29 +00:00
Björn Groenvall
7c10c53f6a Need to reinstall handler on SYSV.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@73 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-08-04 08:37:14 +00:00
Björn Groenvall
bf9f487ee9 Allow realm argument to k_afsklog() to be 0 or "" for default realm.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@68 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-07-24 17:40:56 +00:00
Björn Groenvall
783cbc2e4f Fix for AIX
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@30 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-07-10 22:14:41 +00:00
Björn Groenvall
8c2d8964c2 Fix for horror _AIX
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@29 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-07-10 22:12:42 +00:00
Björn Groenvall
ecaf61d7ac Initial revision
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22 ec53bebd-3082-4978-b11e-865c3cabbd6b
1995-06-20 16:19:19 +00:00