aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/exec-reauth.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix spurious destroy during RPC to self with rendez-vousSamuel Thibault2012-09-221-1/+1
| | | | | | | | | | | | In that case we have two receive right references, which we should consume one per one, instead of destroying them all at once (and thus fail on second destroy) http://lists.gnu.org/archive/html/bug-hurd/2011-03/msg00045.html * libfshelp/fetch-root.c (fshelp_fetch_root): Unreference rendez-vous port receive right instead of destroying the port. * libshouldbeinlibc/exec-reauth.c (exec_reauth): Likewise.
* Address gcc warningsBob Ham2012-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | * exec-reauth.c (exec_reauth): Change type of temp var i to unsigned int to address gcc warning. * idvec-impgids.c (idvec_merge_implied_gids) Change type of temp var i to unsigned int to address gcc warning. * idvec-impgids.c (idvec_merge_implied_gids): Change type of temp var i to unsigned int to address gcc warning. * idvec-rep.c (idvec_rep): Change type of temp var i to unsigned int to address gcc warning. * idvec-verify (idvec_verify): Change type of temp var i to unsigned int to address gcc warning. * idvec.c (idvec_merge_ids, idvec_remove): Change type of temp var i to unsigned int to address gcc warning. * portxlate.c (port_name_xlator_create, port_name_xlator_free): Change type of temp var i to unsigned int to address gcc warning. * timefmt.c (fmt_seconds): Cast width to int in test to modify frac_places to address gcc warning. * (ugids_verify_make_auth): Change type of temp var i to unsigned int to address gcc warning.
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-2/+4
| | | | | * exec-reauth.c (exec_reauth): Always destroy REF, even when we get errors.
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-7/+9
|
* (exec_reauth): Use new args to auth_user_authenticate.Michael I. Bushnell1996-05-091-3/+3
|
* (exec_reauth): Doc fix.Miles Bader1996-01-021-4/+7
|
* Initial revisionMiles Bader1996-01-021-0/+101