Timeline


and

02/09/89:

14:30 Changeset [1735] by epeisach
Fixed bug where zephyr would return not locatable if user on more than once

02/05/89:

15:35 Changeset [1734] by jik
just to make sure I have an up-to-date version checked in

02/01/89:

05:13 Changeset [1733] by jik
*** empty log message ***

01/31/89:

22:43 Changeset [1732] by jik
*** empty log message ***

01/29/89:

16:16 Changeset [1731] by jik
who knows what I changed ;-)
12:20 Changeset [1730] by srz
Added flag routines, and version check.
12:17 Changeset [1729] by srz
Added flag routines.
12:16 Changeset [1728] by srz
Add new kerberos ticket support.
12:14 Changeset [1727] by srz
Added trn_info2, new flag routines.
12:10 Changeset [1726] by srz
Added new operations dealing with flags.
12:09 Changeset [1725] by srz
Added NO_SUPPORT error code, which means server doesn't support operation.
12:08 Changeset [1724] by srz
Added flag to output.
12:08 Changeset [1723] by srz
Added flags, and set_flag routine.
12:08 Changeset [1722] by srz
Added set flag command.
08:38 Changeset [1721] by srz
Ken's changes.
08:18 Changeset [1720] by srz
Ken's changes.

01/27/89:

09:25 Changeset [1719] by epeisach
Converted to work with new compile_et that was installed 1/25/88
05:46 Changeset [1718] by jik
added destdir of /bin/athena
05:31 Changeset [1717] by jik
added lsdel and saber counterpart of it
05:30 Changeset [1716] by jik
Initial revision
05:19 Changeset [1715] by jik
added a blank line in the header
05:17 Changeset [1714] by jik
Initial revision
05:15 Changeset [1713] by jik
changed path-resolving code so that it no longer prints "./" in front of filenames in the cwd.
03:24 Changeset [1712] by jik
fixed incorrect filetype checking (I was using the flags in a stat struct wrong).
03:15 Changeset [1711] by jik
changed the access checking so that it doesn't ask for confirmation if the file is a link, and changed the file type (from struct stat) checking so that it does things right.
02:44 Changeset [1710] by jik
missing [] in rcs id string

01/26/89:

23:50 Changeset [1709] by jik
added a newline in the header
23:50 Changeset [1708] by jik
Initial revision
22:20 Changeset [1707] by jik
added -- to usage message
22:13 Changeset [1706] by jik
added headers at the top of the file
21:59 Changeset [1705] by jik
frep
21:58 Changeset [1704] by jik
Initial revision
21:56 Changeset [1703] by jik
punted match-pattern and wrote a bunch of sub-procedures to replace it. works very well.
21:55 Changeset [1702] by jik
"exit(status | ERROR_MASK)" should be "exit(status & ERROR_MASK)"
21:55 Changeset [1701] by jik
a few minor corrections
09:28 Changeset [1700] by jik
I wasn't checking a pointer before referencing it.
09:16 Changeset [1699] by jik
moved a declaration to the top of the block in get_home
07:31 Changeset [1698] by jik
Was passing in a pointer to num in process_files when I didn't need to because I wasn't returning anything.
07:26 Changeset [1697] by jik
deleted an extra line
07:04 Changeset [1696] by jik
incorrect argument should cause usage and exit
07:02 Changeset [1695] by jik
added get_home
06:51 Changeset [1694] by jik
interactive_mode should return, not exit
05:59 Changeset [1693] by jik
fixed some missing static declarations
05:47 Changeset [1692] by jik
moved around a few routines
05:47 Changeset [1691] by jik
Initial revision
05:46 Changeset [1690] by jik
moved a few routines out of this file and into other files
05:46 Changeset [1689] by jik
05:45 Changeset [1688] by jik
Took a couple routines out to add them to util.c
05:45 Changeset [1687] by jik
*** empty log message ***
04:56 Changeset [1686] by jik
this is the version that's probably going into testers
04:56 Changeset [1685] by jik
Initial revision

01/25/89:

19:09 Changeset [1684] by jik
working version!
19:08 Changeset [1683] by jik
fixed a bug -- don't remember what it was, but it had something to do with an incorrect error message
04:08 Changeset [1682] by shanzer
Fixed Ken's ANSI stuff
04:02 Changeset [1681] by shanzer
Initial revision

01/24/89:

21:53 Changeset [1680] by jik
This version is nowhere near a working version; match_pattern and add_arrays are not even written properly, and the other stuff is written to use a requested pattern, which I am going to punt.
21:53 Changeset [1679] by jik
Initial revision
14:34 Changeset [1678] by srz
Protect the temporary file used in editing. Mode 0700.

01/23/89:

16:14 Changeset [1677] by shanzer
Jtkohl's fixes to finger for Zephyr stuff.
13:52 Changeset [1676] by jik
This is the last version of undelete in which I attempt to store the path names as strings. I am now going to switch to a directory tree in order to avoid the difficulties of directory names changing out from under me.
11:48 Changeset [1675] by jtkohl
remove spurious space
10:12 Changeset [1674] by jik
*** empty log message ***
07:57 Changeset [1673] by jik
I was printing the verbose message before doing the rename. Very stupid.
07:41 Changeset [1672] by jik
it wasn't checking if files were already deleted, and it was checking for dot files in the wrong place.
06:04 Changeset [1671] by jik
*** empty log message ***
05:59 Changeset [1670] by jik
added -- to usage message
04:26 Changeset [1669] by jik
fixed a flag problem in do_move which would have caused some messages when force was enabled.
04:25 Changeset [1668]
This commit was manufactured by cvs2svn to create tag 'PATCH5'.
04:25 Changeset [1667]
This commit was manufactured by cvs2svn to create tag 'KREL1'.
04:25 Changeset [1666]
This commit was manufactured by cvs2svn to create tag 'KPATCH4'.
04:25 Changeset [1665]
This commit was manufactured by cvs2svn to create tag 'KPATCH3'.
04:25 Changeset [1664]
This commit was manufactured by cvs2svn to create tag 'KPATCH2'.
04:25 Changeset [1663] by jtkohl
Programmer/Auditor: John Kohl changes: name changes to krb_xxx
04:22 Changeset [1662] by jik
fixed problem with passing status of recursive deletes up and down by using a NO_DELETE_MASK to signal with a file is queried by not deleted.
04:18 Changeset [1661]
This commit was manufactured by cvs2svn to create tag 'PATCH7'.
04:18 Changeset [1660]
This commit was manufactured by cvs2svn to create tag 'KPATCH6'.
04:17 Changeset [1659]
This commit was manufactured by cvs2svn to create tag 'ASRSNAP1001'.
04:17 Changeset [1658] by jtkohl
Programmer/Auditor: John Kohl changes: name changes to krb_xxx
03:32 Changeset [1657] by jik
fixed some stuff with recursion and prompting "delete directory foo?" as well as an incorrect call to access().
03:01 Changeset [1656] by jik
Initial revision

01/22/89:

21:23 Changeset [1655] by jik
*** empty log message ***
21:16 Changeset [1654] by jik
Initial revision
15:52 Changeset [1653] by qjb
Corrected incorrect hostnames in examples and changed examples to match new prompt format
11:47 Changeset [1652] by qjb
Initial revision

01/21/89:

12:21 Changeset [1651] by jtkohl
lint cleanup
09:33 Changeset [1650] by probe
Don't setuid "track"
09:26 Changeset [1649] by probe
Cleaned up installation.
Note: See TracTimeline for information about the timeline view.