manual/Makefile.am: Install the HTML version of the manual correctly.
[become] / src /
2006-03-14 Mark Woodingsrc/become.c: Reintroduce missing newline in usage...
2006-02-06 Mark WoodingExtract Subversion ignore data.
2005-10-03 mdwLittle tidyings.
2005-05-05 mdwFixing for new autotools.
2004-09-12 mdwExpunge CVS cruft.
2004-04-17 mdwSupport elliptic curves, and bigger hashes.
2004-04-08 mdwExpunge revision histories in files.
2003-11-29 mdwDebianization.
2003-10-26 mdwFix key reloading core dumps. Change advice on keys.
2003-10-17 mdwReload keys and config files automatically.
2003-10-15 mdwMake sure standard file descriptors are open before...
2003-10-12 mdwAdd a header, kill a warning.
2003-10-12 mdwFix for daemon mode. Oops.
2003-10-12 mdwLight fixes for strange building.
2003-10-12 mdwMissed an old include...
2003-10-12 mdwFix to makefile install rules.
2003-10-12 mdwMajor overhaul. Now uses DSA signatures rather than...
2003-09-17 mdwMake it build\!
1999-07-28 mdwRemove blank line.
1999-07-28 mdwEmpty path components are equivalent to `.'.
1999-05-04 mdwChange library to `libbecome.a', for aesthetic reasons. 1.3.3
1999-05-04 mdwThe lex and yacc output files aren't included in the...
1999-05-04 mdwChanges for new Automake version.
1999-05-04 mdwFile renamed to `parse.h', q.v.
1999-05-04 mdwThis file used to be `parser.h'. It's been renamed...
1999-05-04 mdwChange to header file name for parser. See log for...
1999-03-26 mdwInsert some missing semicolons. Bison didn't seem...
1998-06-29 mdwAdd some commentary regarding an issue in `sudo' which...
1998-06-26 mdwCosmetic change: use sizeof(destination) in memcpy. 1.3.2
1998-06-19 mdwSet close-on-exec flag for UDP socket.
1998-06-18 mdwRemove the IDEA test case.
1998-06-18 mdwSECURITY HOLE: the file descriptor for the secret key...
1998-06-18 mdwParanoia: set close-on-exec flag for seed file.
1998-06-18 mdwImprove signal handling when accumulating noise from...
1998-06-18 mdwClose log before execing program to avoid leaving a...
1998-06-08 mdwFixed bug in password and group file reading: strtok...
1998-06-08 mdw(class__wildMatch) Fixed bug which overran pattern...
1998-04-23 mdwNew interface to YP server. Only bind once, and never...
1998-04-23 mdwSwitch to using the ypstuff interface to YP server.
1998-04-23 mdwExport structure of the rule list, for `bcquery's benefit.
1998-04-23 mdwNew `parse' interface to configuration file parser...
1998-04-23 mdwNew `parse' interface to configuration file parser...
1998-04-23 mdwTry to reduce the amount of `ps'ing done under OSF...
1998-04-23 mdwFix multiple inclusion guard macro name.
1998-04-23 mdwFix bugs involving empty classes.
1998-04-23 mdwSupport new interface to configuration file parser.
1998-04-23 mdwFix value of clNode_binop, required for bcquery.
1998-04-23 mdwSupport no-network configuration option, and new interf...
1998-04-23 mdwDisable trace constants for networking when it's not...
1998-04-23 mdwSmall tweaks. Support no-network configuration option...
1998-04-23 mdwAdded new program to verify and query Become configurat...
1998-04-23 mdwNew program `bcquery', and `ypstuff' module added.
1998-02-20 mdwMake the `become' program setuid root when installing.
1998-02-20 mdwDon't use `df' for noise gathering, because it gets...
1998-01-13 mdwAdd `TZ' to the list of variables to be preserved.
1998-01-12 mdwFix copyright date.
1998-01-12 mdwInclude required header files. Fix copyright date.
1998-01-09 mdwIDEA cipher removed: replaced by blowfish.
1997-12-08 mdwFormatting fixes. Very boring.
1997-12-08 mdwMajor update: make random number sources configurable...
1997-09-26 mdwMerged blowfish branch into trunk.
1997-09-25 mdwChange directory after becoming someone else, instead...
1997-09-24 mdwFix (scary) overrun bug in group allocation stuff.
1997-09-18 mdwFix comment leaders. Don't know why this CVS keeps...
1997-09-17 mdwMix the noise from the key timings with some other...
1997-09-17 mdwRemove `set.c'. No longer necessary.
1997-09-17 mdwSet handling has been subsumed by the class handler...
1997-09-17 mdwUse rewritten class handler.
1997-09-17 mdwUse rewritten class handler. Makes the expression...
1997-09-17 mdwUse rewritten class handler. Support `none' class.
1997-09-17 mdwFlush output before and after writing memory tracking...
1997-09-17 mdwUse `uid_t' instead of `int' for uids and gids. Not...
1997-09-17 mdwFix a typo. Port numbers are in network order now...
1997-09-17 mdwComplete rewrite to support class trees. Makes the...
1997-09-17 mdwFix a typo. Support service names in `--port' option.
1997-09-10 mdwAllow default port to be given as a service name or...
1997-09-09 mdwAllow default port to be given as a service name or...
1997-09-08 mdwChange criteria for expunging items from the user's...
1997-09-08 mdwFlush tracedump file after each `interesting' write.
1997-09-08 mdwChange userid when creating tracefiles rather than...
1997-09-05 mdwMake the `-L' (trace-level) option's argument optional...
1997-09-05 mdwAdd support for different login styles, and environment...
1997-08-20 mdwAdd some simple `malloc' tracking.
1997-08-20 mdwRename `userdb_reinit' to `userdb_end' for more sensibl...
1997-08-20 mdwPatch memory leak. Rename `userdb_reinit' to `userdb_e...
1997-08-20 mdwPatch memory leak.
1997-08-20 mdwRename `rule_reinit' to `rule_end' for more sensible...
1997-08-20 mdwRename `rule_reinit' to `rule_end' for more sensible...
1997-08-20 mdwFix test for `/dev/random' so that it doesn't close...
1997-08-20 mdwReplace `name_reinit' by `name_end' for more sensible...
1997-08-20 mdwPatch memory leak. Replace `name_reinit' by `name_end...
1997-08-20 mdwMore sensible restart routine: `_reinit' functions...
1997-08-20 mdwPatch memory leak. Don't try to trace when tracing...
1997-08-20 mdwOverhaul of environment handling. Fix daft bug in...
1997-08-20 mdwBuild parser and lexer into the source directory. ...
1997-08-13 mdwRemove common files: use CFD.
1997-08-07 mdwDo something useful when users attempt to become themse...
1997-08-07 mdwAdd some file or other.
1997-08-07 mdw(Log entry for previous version is bogus.) No changes...
1997-08-07 mdw(Log entry for previous version is bogus.) Read netgro...
next