summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-09-29.Miles Bader
1997-09-29(SRCS):Miles Bader
Add ugids-verify-auth.c.
1997-09-29(verify_id):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args. Remove WHEEL_UID arg. Use VERIFY_FN & VERIFY_HOOK instead of doing password comparison ourselves. (verify_passwd, get_passwd): New functions. (idvec_verify): Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args & use them.
1997-09-29(idvec_verify):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
1997-09-29(ugids_make_auth):Miles Bader
Change FROM arg into an array, & add NUM_FROM arg.
1997-09-29(ugids_verify):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
1997-09-29(ugids_verify):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args. (ugids_make_auth): Change FROM arg into an array, & add NUM_FROM. (ugids_verify_make_auth): New declaration.
1997-09-29Initial checkinMiles Bader
1997-09-29(frobauth_modify):Miles Bader
Add AUTHS & NUM_AUTHS parameters.
1997-09-29.Miles Bader
1997-09-29(main):Miles Bader
Remove DEFAULT_OUTPUT variable.
1997-09-29(frobauth_modify):Miles Bader
Add AUTHS & NUM_AUTHS parameters.
1997-09-29(argp_program_version):Miles Bader
Use correct program name. (main): Supply new args to frobauth_modify.
1997-09-29(main):Miles Bader
Supply new args to frobauth_modify.
1997-09-29(main):Miles Bader
Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
1997-09-29(main):Miles Bader
Supply new args to frobauth_modify. Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
1997-09-23Tue Sep 23 15:52:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* password.defs: New file. * paths.h (_SERVERS_PASSWORD): New entry. * subsystems: Add password at 38000.
1997-09-22.Miles Bader
1997-09-22(diskfs_append_args):Miles Bader
New function.
1997-09-22(store_mvol_create):Miles Bader
New declaration. (store_mvol_class): New declaration.
1997-09-22(SRCS):Miles Bader
Add mvol.c.
1997-09-22Initial checkin.Miles Bader
1997-09-22(_store_create):Miles Bader
Initialize NEW->misc_len.
1997-09-22(store_encode):Miles Bader
Allocate the correct amount of memory for the encoding vectors.
1997-09-19.Miles Bader
1997-09-19(parse_startup_opt):Miles Bader
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
1997-09-19Prepend "_diskfs" to uses of NOSUID & NOEXEC.Miles Bader
1997-09-19(diskfs_S_file_exec):Miles Bader
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
1997-09-19(OPT_EXEC_OK, OPT_SUID_OK):Miles Bader
Rename definitions from ..._OPT. (set_opts): Prepend "_diskfs" to uses of NOSUID & NOEXEC.
1997-09-19(read_disknode):Miles Bader
RR should be RL. Assign 0's type-correctly to NP->dn->translator and ->translen. (diskfs_node_norefs): The translator field is in NP->dn, not NP.
1997-09-19.Miles Bader
1997-09-19(fs_control_port):Miles Bader
Declaration removed. (_diskfs_nosuid, _diskfs_noexec): Renamed from nosuid & noexec.
1997-09-19(rrip_work):Miles Bader
ER->lenid should be ER->len_id. Remove unused variable C.
1997-09-19(GNUEXT_ID):Miles Bader
Make value a string.
1997-09-16Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (DIST_FILES): Add, referring to EXTENSIONS. * EXTENSIONS: New file.
1997-09-16Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* rr.c (gnuext_live): New variable. (rrip_work): Comprehend AU, TR, MD, and FL, all as GNU extensions. Recognize GNU extension id field when processing ER fields. (release_rrip): Free RR->trans if it's live. * inode.c (read_disknode): Interpret and install the values set by AU, TR, MD, and FL extensions. (diskfs_node_norefs): Free NP->translator if it's set. * isofs.h (struct disknode): New members `translen' and `translator'. * rr.h (struct gn_au, struct gn_tr, struct gn_md, struct gn_fl): New strucures. (GNUEXT_SRC, GNUEXT_DES, GNUEXT_ID, GNUEXT_VERS): New macros. (struct rrip_lookup): New members author, translen, trans, allmode, flags. (VALID_AU, VALID_TR, VALID_MD, VALID_FL): New macros. * Makefile (DIST_FILES): Add, referring to EXTENSIONS. * EXTENSIONS: New file.
1997-09-16.Miles Bader
1997-09-16(diskfs_append_std_options):Miles Bader
Add --no-suid and --no-exec options. Don't deallocate ARGZ when we get an error.
1997-09-16Tue Sep 16 14:37:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* opts-append-std.c (diskfs_append_std_options): Add --no-suid and --no-exec when appropriate.
1997-09-16Tue Sep 16 15:26:04 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* host.c (hostid, hostname, hostnamelen): Delete variables. (S_proc_sethostid, S_proc_gethostid, S_proc_sethostname, S_proc_gethostname): Delete functions.
1997-09-16Tue Sep 16 15:24:37 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* process.defs: Delete proc_sethostid, proc_gethostid, proc_sethostname, and proc_gethostname.
1997-09-16*** empty log message ***Thomas Bushnell
1997-09-16Tue Sep 16 14:37:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* priv.h (nosuid, noexec): New variables. * init-init.c (nosuid, noexec): New variables, initialized to zero. * file-exec.c (diskfs_S_file_exec): If noexec is on, then prohibit all execution with EACCES. If nosuid is on, then prohibit setuid or setgid execution by silently omitting the uid substitution. * opts-std-startup.c (parse_startup_opt): Implement --no-suid and --no-exec. * opts-common.c (diskfs_common_options): Add --no-suid and --no-exec. * opts-std-runtime.c (struct parse_hook): Add nosuid and noexec. (parse_opt) [cases 'S', 'E', OPT_SUID_OK, OPT_EXEC_OK] Understand --no-suid, --no-exec, --suid-ok, and --exec-ok. (parse_opt) [case ARGP_KEY_INIT]: Initialize H->nosuid and H->noexec. (OPT_SUID_OK, OPT_EXEC_OK): New macros. (std_runtime_options): Add --suid-ok and --exec-ok. (set_opts): Set nosuid and noexec from H->nosuid and H->noexec. * opts-common.c (diskfs_common_options): Rename --nosync to --no-sync; leave --nosync as an alias.
1997-09-16*** empty log message ***Thomas Bushnell
1997-09-09.Miles Bader
1997-09-09(netfs_append_args):Miles Bader
Fix printed name of --node-cache-size. (parse_runtime_opt): New function. (runtime_argp): Use it.
1997-09-09.Miles Bader
1997-09-09(delete):Miles Bader
Immediately free entries without nodes.
1997-09-09(netfs_S_dir_lookup):Miles Bader
Fix type signature of short_circuited_callback1.
1997-09-05.Miles Bader