aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2002-05-081-0/+13
|
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-12/+12
| | | | * portinfo.c (print_port_info): Use %z formats for port names.
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-4/+4
| | | | * wire.c: Use ElfW(TYPE) in place of Elf32_TYPE throughout.
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-7/+6
| | | | | * portxlate.c (port_name_xlator_xlate): Use mach_msg_type_name_t instead of mach_port_type_t, to match RPC prototype.
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-4/+3
| | | | * idvec-auth.c (idvec_merge_auth): int -> size_t.
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-5/+4
| | | | * idvec-verify.c (verify_passwd): Cast to intptr_t before int.
* .Roland McGrath2002-02-071-0/+4
|
* 2002-02-06 Roland McGrath <roland@frob.com>Roland McGrath2002-02-071-3/+1
| | | | * Makefile (CFLAGS): Don't add -DHAVE_LINEWRAP_H -DHAVE_CTHREADS_H.
* * idvec-impgids.c (_merge_implied_gids) [HAVE_GETGROUPLIST]:Mark Kettenis2001-06-262-5/+12
| | | | | | Conditionally enable code that calls getgrouplist. Use `int' instead of `size_t' for number of groups. [!HAVE_GETGROUPLIST]: Add #warning about missing getgrouplist.
* .Roland McGrath2001-03-311-0/+9
|
* 2001-03-29 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-03-311-6/+10
| | | | | * idvec-auth.c (idvec_merge_auth): Really allow parameters to be NULL.
* 2001-03-31 Roland McGrath <roland@frob.com>Roland McGrath2001-03-311-3/+3
| | | | * ugids.h: Fix obsolescent #endif syntax.
* .Roland McGrath2001-02-261-0/+6
|
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-5/+5
| | | | * idvec.h: Include <string.h> for memcmp decl.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-2/+6
| | | | * wire.c (map_extent): Add dead return stmt to silence gcc warning.
* 2001-02-20 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-202-0/+6
| | | | | * timefmt.c: Include <time.h>. Reported by Arkadi E. Shishlov <arkadi@it.lv>.
* 2000-10-30 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2000-10-302-0/+5
| | | | * wire.c: Include <error.h>.
* .Roland McGrath2000-10-291-0/+3
|
* 2000-10-29 Roland McGrath <roland@redhat.sf.frob.com>Roland McGrath2000-10-291-1/+4
| | | | | * wire.c (map_extent): Pass second arg of RTLD_NOLOAD to dlopen. (RTLD_NOLOAD): Define macro to zero if undefined.
* .Roland McGrath2000-10-291-0/+4
|
* 2000-10-29 Roland McGrath <roland@frob.com>Roland McGrath2000-10-291-5/+20
| | | | * wire.c (map_extent): Rewrite using dlsym on library's _end symbol.
* Remove these files that were renamed to =* before CVSificationRoland McGrath2000-03-187-900/+0
|
* .Roland McGrath2000-03-181-0/+4
|
* 2000-03-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-182-310/+0
| | | | * options.c, options.h: Ancient unused files removed.
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-172-2/+9
| | | | | * exec-reauth.c (exec_reauth): Always destroy REF, even when we get errors.
* .Roland McGrath2000-02-041-0/+4
|
* 2000-01-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-041-2/+3
| | | | * maptime.h: Include <errno.h> for error_t decl.
* .Roland McGrath1999-10-291-2/+6
|
* 1999-10-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-291-0/+2
| | | | * wire.c: Use a weak reference to _DYNAMIC.
* 1999-09-29 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-09-303-9/+17
| | | | | | * idvec.c (idvec_setid): Switch last two arguments in call to idvec_insert_only. * idvec.h: Doc fix.
* 1999-09-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-282-21/+26
| | | | | | | * idvec.c (idvec_setid): Implement Posix saved set-user id correctly. (idvec_insert_only): Doc fix. Reported by Mark Kettenis <kettenis@wins.uva.nl>.
* .Roland McGrath1999-09-131-0/+5
|
* 1999-08-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-131-14/+16
| | | | | * wire.c (map_extent): Use p_memsz instead of p_filesz. (loaded): Return zero if _DYNAMIC has address zero (i.e., static link).
* .Roland McGrath1999-08-201-0/+5
|
* * mktime.c: File removed. Current libc code is good.Roland McGrath1999-08-201-431/+0
|
* 1999-08-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-08-201-2/+1
| | | | | * mktime.c: File removed. Current libc code is good. * Makefile (SRCS): Remove mktime.c.
* .Roland McGrath1999-07-111-1/+8
|
* 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-113-2/+6
| | | | | | | * portinfo.h: Don't include <sys/types.h>, <sys/mman.h>. This is an exported header, and its decls don't need them. * portinfo.c: Include them here instead. * xportinfo.c: And here.
* 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-114-6/+9
| | | | | | | | | | | | | | * ugids-argp.c (parse_opt): Clarify if-then-else structure by adding more braces. * portinfo.h: Include <sys/types.h>. * portxlate.c: Likewise. * portinfo.c: (print_port_info): Cast first arg of munmap correctly. (print_task_ports_info): Likewise. * xportinfo.c (print_xlated_task_ports_info): Likewise. * idvec-auth.c (idvec_merge_auth): Likewise. * portxlate.c (port_name_xlator_create): Likewise. (port_name_xlator_free): Likewise.
* 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-115-33/+54
| | | | | | | | | | | | | * ugids-argp.c (parse_opt): Clarify if-then-else structure by adding more braces. * portinfo.c (print_port_info): Cast first arg of munmap correctly. (print_task_ports_info): Likewise. * xportinfo.c (print_xlated_task_ports_info): Likewise. * idvec-auth.c (idvec_merge_auth): Likewise. * portxlate.c (port_name_xlator_create): Likewise. (port_name_xlator_free): Likewise.
* .Roland McGrath1999-07-111-0/+1
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-2/+3
| | | | | | | * portinfo.h: Add #include <sys/mman.h> for munmap decl. * fsysops.c: Likewise. * idvec-auth.c: Likewise. * portxlate.c: Likewise.
* .Roland McGrath1999-07-111-0/+6
|
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-113-2/+5
| | | | | | * portinfo.h: Add #include <sys/mman.h> for munmap decl. * fsysops.c: Likewise. * idvec-auth.c: Likewise.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-036-32/+29
| | | | | | | | | | * fsysops.c (fsys_get_readonly): Use munmap instead of vm_deallocate. * idvec-auth.c (idvec_merge_auth): Likewise. * portinfo.c (print_port_info): Likewise. (print_task_ports_info): Likewise. * portxlate.c (port_name_xlator_create): Likewise. (port_name_xlator_free): Likewise. * xportinfo.c (print_xlated_task_ports_info): Likewise.
* .Roland McGrath1999-05-241-0/+10
|
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-241-19/+34
| | | | | | | | | | * idvec-verify.c (SHADOW_PASSWORD_STRING): New macro. (verify_id): Check for shadow password immediately after getpwuid_r call, and replace PW->pw_passwd pointer with SP->sp_pwdp. This is ok since the only use will be later in the function, and we give the lookup buffer function scope. (verify_passwd): Don't call CHECK_SHADOW for main passwd, only when rechecking for wheel-group hack.
* .Roland McGrath1999-05-201-1/+6
|
* 1999-05-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-201-8/+29
| | | | | * idvec-verify.c (verify_passwd): Avoid nonreentrant getpwuid. If pw_passwd is "x", use getspnam_r and use its sp_pwdp if it succeeds.
* 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>Thomas Bushnell1999-04-263-26/+25
| | | | | | | | | | | | | * ugids-verify-auth.c: Include <hurd/password.h> again and remove temporary definitions of password_check_user and password_check_group. 1998-11-29 Mark Kettenis <kettenis@phys.uva.nl> * idvec-verify.c (verify_passwd): Grant access when the password in the passwd DB is empty. (verify_id): Also call verify_fn when the password in the password DB is empty.