Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+1 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | handle spaces in username | Pascal Rigaux | 2005-01-05 | 1 | -2/+2 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | syntax changes in winbind smb.conf (errors in /var/log/messages) | Stew Benedict | 2004-09-14 | 1 | -3/+3 |
| | |||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | - fs::set_all_default_options() -> fs::mount_options::set_all_default() - fs::mount_options_pack() -> fs::mount_options::pack() - fs::mount_options_unpack() -> fs::mount_options::unpack() - fs::rationalize_options() -> fs::mount_options::rationalize() - fs::set_default_options() -> fs::mount_options::set_default() - fs::mount_options() -> fs::mount_options::list() - fs::mount_options_help() -> fs::mount_options::help() | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | - use option -g for smbclient -L, this fixes bad parsing of formatted ↵ | Pascal Rigaux | 2004-07-28 | 1 | -14/+20 |
| | | | | | | | smbclient output - skip "netlogon" Disk share (lowercase letters) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Vicent Guardiola | 2004-07-19 | 1 | -3/+1 |
| | |||||
* | Add function write_smb_ads_conf | Vicent Guardiola | 2004-07-19 | 1 | -0/+32 |
| | |||||
* | shut up "smbclient -L" | Pascal Rigaux | 2004-06-30 | 1 | -1/+1 |
| | |||||
* | authentification is french, the english word is authentication | Pascal Rigaux | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | - move write_smb_conf() from install_any to network::smb | Pascal Rigaux | 2003-08-01 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | "every", "partition" | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -4/+4 |
| | |||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -2/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | use ensure_is_installed | Pascal Rigaux | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | fix yet another bug regarding credentials during install | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | - use $::prefix for reading/writing (it was missing for writing) | Pascal Rigaux | 2002-07-29 | 1 | -3/+3 |
| | | | | | | - use output_p so that /etc/samba directory is created if needed (fix bug reported by David Eastcott) | ||||
* | try harder to find the full list of servers available, using "smbclient -L" to | Pascal Rigaux | 2002-07-02 | 1 | -14/+36 |
| | | | | | check the workgroup masters | ||||
* | - add authentification in diskdrake --smb (esp. for windows NT) | Pascal Rigaux | 2002-06-28 | 1 | -6/+60 |
| | | | | | | | | | | - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-( | ||||
* | fix typo (s/nfs/smbfs/) | Pascal Rigaux | 2002-02-17 | 1 | -1/+1 |
| | |||||
* | cleaner & OOed code, with more code sharing | Pascal Rigaux | 2002-02-14 | 1 | -17/+25 |
| | |||||
* | don't show shares ending with "$" | Pascal Rigaux | 2002-02-13 | 1 | -1/+1 |
| | |||||
* | $server->{ip} is no more mandatory | Pascal Rigaux | 2002-02-13 | 1 | -1/+2 |
| | |||||
* | ask before installing nfs-utils-clients or samba-client | Pascal Rigaux | 2001-12-06 | 1 | -3/+11 |
| | |||||
* | cleaner smbclient call | Pascal Rigaux | 2001-12-04 | 1 | -2/+2 |
| | |||||
* | fileshare should be ok, handle diskdrake --fileshare, fix smb import | Pascal Rigaux | 2001-11-30 | 1 | -2/+2 |
| | |||||
* | basic smb handling | Pascal Rigaux | 2001-08-19 | 1 | -0/+57 |