Johan Danielsson
73166ab9eb
Now should return correct value.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@687 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-26 17:46:51 +00:00
Björn Groenvall
2afaff02b7
Total confusion of what the return values shall be from k_afslog_file
...
and k_afsklog_all_local_cells.
Changed it to not always return error!
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@686 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-26 09:35:05 +00:00
Johan Danielsson
be21d64fb8
Add a cast.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@672 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-24 19:39:12 +00:00
Björn Groenvall
8367da7fd3
Move extern int h_errno; to protos.H
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@664 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-22 11:59:23 +00:00
Johan Danielsson
bd0dcd7894
Add support for a ~/.TheseCells.
...
Look for AFS database servers in dns also.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@663 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-21 19:45:43 +00:00
Johan Danielsson
3dd53c94a2
Add third way to get AFS syscallno.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@649 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-15 12:30:23 +00:00
Björn Groenvall
0a019a02b0
Minor security fix.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@640 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-08 13:28:04 +00:00
Johan Danielsson
44aa7b335f
AFSLIBPATH can be set to point to afslib.so
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@622 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-04 21:59:06 +00:00
Johan Danielsson
dfbbb90006
Fix aix/afs brokenness.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@614 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-08-04 16:49:38 +00:00
Johan Danielsson
fd6f2a1aa0
Add option to exclude afs support.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@609 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-07-22 11:55:48 +00:00
Assar Westerlund
6c1f09cb89
lunix has no SIGSYS
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@603 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-07-01 17:03:51 +00:00
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