Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2000-02-19 | Remove com_right.h, it's included in com_err.h | Hans Insulander | |
2000-02-19 | Update to a newer version from KTH-Kerberos. | Hans Insulander | |
(most work by art@) | |||
1998-05-13 | use errcode_t | Artur Grabowski | |
change errcode_t from long to int to make the API match the usage. This should solve the problems with having kerberos servers on alphas. | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-16 | Compatibility | Jason Downs | |
1996-12-14 | lean up lint & compile warnings | Thorsten Lockert | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-11 | Slight update. | Jason Downs | |
1996-11-11 | Move libcom_err out of Kerberos, change include location. | Jason Downs | |