summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleanupPascal Rigaux2005-09-022-4/+4
|
* we want the release extensionPascal Rigaux2005-09-021-1/+4
|
* allow upgrading a local_install (no need to call use_root_part)Pascal Rigaux2005-09-021-1/+1
|
* set {upgrade_by_removing_pkgs} when upgrading conectiva and redhatPascal Rigaux2005-09-021-1/+2
|
* rename pkgs::rpmDbOpenForInstall() to pkgs::open_rpm_db_rw()Pascal Rigaux2005-09-022-4/+4
|
* allow verbose removing of packagesPascal Rigaux2005-09-021-1/+1
|
* opening rpm db in selectPackage(), so remove some rpmDbOpen()Pascal Rigaux2005-09-023-2/+2
|
* new function select_by_package_names()Pascal Rigaux2005-09-023-9/+12
|
* hoist things in install_anyPascal Rigaux2005-09-023-13/+11
|
* fs::format::wait_message() is now ->wait_message_with_progress_bar (on ↵Pascal Rigaux2005-09-025-36/+36
| | | | interactive objects)
* Updated pt_BR translation from Arthur R. Mello <renato@conectiva.com.br>.Funda Wang2005-09-011-7077/+1209
|
* melo corrigidoJosé Jorge2005-09-011-132/+243
|
* 10.3-0.51mdkOlivier Blin2005-09-011-1/+39
|
* enable Ifw by default in high security levels and enable the psd ruleOlivier Blin2005-09-011-0/+1
|
* require dbus_object only when neededOlivier Blin2005-09-011-1/+1
|
* install and configure Interface Firewall in drakfirewallOlivier Blin2005-09-013-16/+78
|
* forgotten picturesFlorent Villard2005-09-012-0/+3
|
* - Do not display or use the description field of the IEEE-1284 IDTill Kamppeter2005-09-011-3/+4
| | | | | | string of a printer if it is shorter than 5 characters (Many HP printers have a 4-digit number there).
* create remove_raw(), remove() now retries with option noscriptsPascal Rigaux2005-09-011-4/+14
|
* run drakids on click if an alert is still availableOlivier Blin2005-09-011-6/+5
|
* drivers/fglrx_drv.o is now drivers/fglrx_drv.soPascal Rigaux2005-09-011-1/+1
|
* add few parametersFlorent Villard2005-09-012-41/+89
|
* Change definition for Active Directory with SFU and Active Directory WinbindVicent Guardiola2005-09-011-5/+5
| | | | | Remove idmap ldap backend for winbind AD (obsolete, see Samba 3.0.20)
* interactive is unusedOlivier Blin2005-09-011-1/+0
|
* fix return value (thanks to blino for finding the pb)Pascal Rigaux2005-09-011-5/+6
|
* use window instead of rwindow, they're equivalentOlivier Blin2005-09-011-11/+11
|
* perl_checker compliancePascal Rigaux2005-09-011-1/+1
|
* Updated Japanese translation from Yukiko Bando <ybando@k6.dion.ne.jp>Funda Wang2005-09-011-233/+268
|
* allow Active Directory even on non corporate product (requested by our ↵Pascal Rigaux2005-09-011-1/+1
| | | | commercial team)
* Fix newline in translationRafael Garcia-Suarez2005-09-011-1/+1
|
* preferred packages:Pascal Rigaux2005-09-011-1/+1
| | | | | | - remove packages not existing anymore - add nail and glibc-devel
* help debugging packageCallbackChoices()Pascal Rigaux2005-09-011-2/+3
|
* Remove default_tgs_enctypes, default_tkt_enctypes, permitted_enctypesVicent Guardiola2005-09-011-0/+3
| | | | | from /etc/krb5.conf for winbind configuration, Buzgilla 15232
* handle "=" between keyword and value (esp. useful for reading conectiva's ↵Pascal Rigaux2005-09-011-1/+1
| | | | menu.lst) (bugzilla #18090)
* *** empty log message ***Arpad Biro2005-09-011-213/+106
|
* allow removing lines in krb5_conf_update() (for vguardiola)Pascal Rigaux2005-09-011-3/+3
|
* set TMPDIR and TMP during install (bugzilla #18088)Pascal Rigaux2005-09-011-0/+2
|
* cleanupPascal Rigaux2005-09-011-4/+5
|
* fix include path (#18103)Olivier Blin2005-09-011-1/+1
|
* short-circuit and fix embedded modeOlivier Blin2005-08-311-1/+1
|
* avoid warningOlivier Blin2005-08-311-1/+1
|
* don't display keyring icon if the wireless network doesn't need a key ↵Olivier Blin2005-08-311-1/+1
| | | | (thanks to Couriousous)
* meloJosé Jorge2005-08-311-366/+267
|
* - When having added one's own PPD file now it gets pre-selected in theTill Kamppeter2005-08-311-9/+28
| | | | | printer/driver list.
* initial deployment server supportOlivier Blin2005-08-312-0/+26
|
* Updated plus added new TranslatorWilly Sudiarto Raharjo2005-08-311-7/+8
|
* - new advertisingPascal Rigaux2005-08-311-62/+44
| | | | | - nicer "Details" mode
* simpler and better code, allowing forcing scrolling to bottomPascal Rigaux2005-08-311-4/+3
|
* use "to_bottom" functionality from mygtk2 (note that scroll_to_iter is no ↵Pascal Rigaux2005-08-311-8/+4
| | | | good for this, scroll_to_mark is better (cf gtk's doc))
* allow ScrolledWindow around TextView to be automatically scrolled down on ↵Pascal Rigaux2005-08-311-2/+24
| | | | new text insert