summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-09-18s-s-d: Reset the user and group names from the password entry on --chuidGuillem Jover1-0/+2
2011-09-18s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_HGuillem Jover1-5/+19
2011-09-18s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a warningGuillem Jover1-1/+1
2011-09-18u-a: Free struct alternative_map variablesGuillem Jover1-0/+23
2011-09-18u-a: Add ref counting support to struct alternativeGuillem Jover1-0/+17
2011-09-12update-alternatives: properly handle stat()/lstat() failuresRaphaël Hertzog1-9/+25
2011-09-12update-alternatives: use alternative_path_classify() more extensivelyRaphaël Hertzog1-3/+3
2011-09-12update-alternatives: new non-regression testRaphaël Hertzog1-1/+9
2011-09-12Revert "u-a: Use xreadlink() instead of areadlink() in alternative_evolve()"Raphaël Hertzog1-2/+2
2011-09-09u-a: Update alternative links only if they changeGuillem Jover1-3/+29
2011-09-09u-a: Refactor alternative_path_classify from alternative_can_replace_pathGuillem Jover1-9/+23
2011-09-09u-a: Do not try to readlink() a non-symlinkGuillem Jover1-0/+6
2011-09-09u-a: Use xreadlink() instead of areadlink() in alternative_evolve()Guillem Jover1-1/+1
2011-09-09u-a: Split xreadlink() allocation code into areadlink()Guillem Jover1-16/+26
2011-08-20u-a: Do not build strings from parts in alternative_check_install_argsGuillem Jover1-7/+7
2011-08-20u-a: Refactor alternative argument checks into new functionGuillem Jover1-22/+19
2011-08-20u-a: Refactor --install argument checking into a new functionGuillem Jover1-100/+104
2011-08-20u-a: Move alternative map loading to the actions that make use of themGuillem Jover1-10/+15
2011-08-20u-a: Split alternative map loading into two functionsGuillem Jover1-20/+49
2011-08-20u-a: Refactor scandir() namelist free into new altdb_free_namelist()Guillem Jover1-6/+10
2011-08-20u-a: Rename get_all_alternatives() to altdb_get_namelist()Guillem Jover1-3/+3
2011-08-20u-a: Do not check if linknames can be updated if --force is in useGuillem Jover1-1/+4
2011-08-20Do not use possessive «'s» after ‘s’ or ‘x’Guillem Jover1-2/+2
2011-08-20Fix spelling errorsGuillem Jover2-3/+3
2011-07-16update-alternatives: can_replace_link() → can_replace_path()Raphaël Hertzog1-5/+5
2011-07-16update-alternatives: clarify role of --force concerning removal of linksRaphaël Hertzog2-7/+14
2011-07-16update-alternatives: fix regression when dropping slave alternativesRaphaël Hertzog2-15/+68
2011-06-28update-alternatives: do not allow to reuse a slave link in another slave alte...Raphaël Hertzog2-1/+17
2011-04-30s-s-d: Return status_unknown on error reading from the pid fileGuillem Jover1-0/+2
2011-04-29s-s-d: Add process name kernel limits for several systemsGuillem Jover1-0/+10
2011-04-29s-s-d: Add LSB --status command to check for process statusGuillem Jover1-25/+73
2011-04-29Clarify exit status in dpkg-split and start-stop-daemon --help outputGuillem Jover1-2/+5
2011-04-29s-s-d: Use a single action variable to track the command line actionsGuillem Jover1-10/+26
2011-04-26s-s-d: Change do_stop() to always obey global quietmodeGuillem Jover1-4/+4
2011-04-25s-s-d: Refactor do_stop_summary() out from do_stop()Guillem Jover1-13/+23
2011-04-23u-a: Flush the alternatives database file stream before fsync()ing itGuillem Jover1-0/+2
2011-04-22update-alternatives: fsync the administrative files before installationRaphaël Hertzog1-0/+2
2011-04-22update-alternatives: new syserr() functionRaphaël Hertzog1-25/+33
2011-04-21u-a: Remove unused new_choice assignmentGuillem Jover1-1/+1
2011-03-14Use size_t and %zu to handle memory sizes and offsetsGuillem Jover1-1/+1
2011-03-14u-a: Do not unneedingly initialize variables to NULLGuillem Jover1-1/+0
2011-03-14u-a: Fix memory leaks due to scandir() return valueGuillem Jover1-0/+3
2011-03-02s-s-d: Do not unneedingly fsync() the pid fileGuillem Jover1-5/+2
2011-01-31Merge branch 'squeeze' (through tag '1.15.8.10')Guillem Jover1-1/+5
2011-01-30u-a: Fix segfault in --auto on link groups with only dangling symlinksGuillem Jover1-1/+5
2011-01-16Propagate --admindir to programs run from maintainer scriptsGuillem Jover1-1/+20
2011-01-08u-a: Removed unused ret variable from altdb_parse_error()Guillem Jover1-2/+1
2011-01-08s-s-d: Rename do_help() to usage()Guillem Jover1-2/+2
2011-01-08s-s-d: Rename clear() to pid_list_free()Guillem Jover1-3/+3
2011-01-08s-s-d: Rename push() to pid_list_push()Guillem Jover1-3/+3