Age | Commit message (Collapse) | Author |
|
* ping.c (MAXHOSTNAMELEN): Don't define.
(main): Delete variable `hnamebuf'. Store directly into properly
malloced `hostname' variable.
|
|
* ping.c: New file. Originally P.D. from US Army; then modified
by BSD, then added to Linux. Taken from Linux ping and adapted
for Hurd and submitted for inclusion by Kunihiro Ishiguro
(kunihiro@zebra.org).
* Makefile (targets): Add `ping'.
(SRCS): Add `ping.c'.
(ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the
pfinet sources.
(INSTALL-ping-ops): Install ping suid root.
(ping): Depend on `../libthreads/libthreads.a'.
|
|
|
|
|
|
|
|
* navigating: New file.
* Makefile (DIST_FILES): Mention `navigating'.
|
|
* file-reparent.c (diskfs_S_file_reparent): Use diskfs_nrele
instead of protocol-violating up-tree lock.
* peropen-rele.c (diskfs_release_peropen): Likewise.
|
|
|
|
|
|
Support 256 ptys.
|
|
|
|
Add ugids-verify-auth.c.
|
|
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.
|
|
Change type of GETPASS_FN arg.
Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
|
|
Change FROM arg into an array, & add NUM_FROM arg.
|
|
Change type of GETPASS_FN arg.
Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
|
|
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.
|
|
|
|
Add AUTHS & NUM_AUTHS parameters.
|
|
|
|
Remove DEFAULT_OUTPUT variable.
|
|
Add AUTHS & NUM_AUTHS parameters.
|
|
Use correct program name.
(main):
Supply new args to frobauth_modify.
|
|
Supply new args to frobauth_modify.
|
|
Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
|
|
Supply new args to frobauth_modify.
Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
|
|
* password.defs: New file.
* paths.h (_SERVERS_PASSWORD): New entry.
* subsystems: Add password at 38000.
|
|
|
|
New function.
|
|
New declaration.
(store_mvol_class):
New declaration.
|
|
Add mvol.c.
|
|
|
|
Initialize NEW->misc_len.
|
|
Allocate the correct amount of memory for the encoding vectors.
|
|
|
|
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
|
|
|
|
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
|
|
Rename definitions from ..._OPT.
(set_opts):
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
|
|
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.
|
|
|
|
Declaration removed.
(_diskfs_nosuid, _diskfs_noexec):
Renamed from nosuid & noexec.
|
|
ER->lenid should be ER->len_id.
Remove unused variable C.
|
|
Make value a string.
|
|
* Makefile (DIST_FILES): Add, referring to EXTENSIONS.
* EXTENSIONS: New file.
|
|
* 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.
|
|
|
|
Add --no-suid and --no-exec options.
Don't deallocate ARGZ when we get an error.
|
|
* opts-append-std.c (diskfs_append_std_options): Add --no-suid and
--no-exec when appropriate.
|
|
* host.c (hostid, hostname, hostnamelen): Delete variables.
(S_proc_sethostid, S_proc_gethostid, S_proc_sethostname,
S_proc_gethostname): Delete functions.
|