summaryrefslogtreecommitdiffstats
path: root/perl-install/network/smb.pm
Commit message (Collapse)AuthorAgeFilesLines
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+1
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* handle spaces in usernamePascal Rigaux2005-01-051-2/+2
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* syntax changes in winbind smb.conf (errors in /var/log/messages)Stew Benedict2004-09-141-3/+3
|
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-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 itPascal Rigaux2004-08-021-1/+1
|
* - use option -g for smbclient -L, this fixes bad parsing of formatted ↵Pascal Rigaux2004-07-281-14/+20
| | | | | | | smbclient output - skip "netlogon" Disk share (lowercase letters)
* perl_checker compliancePascal Rigaux2004-07-211-1/+1
|
* *** empty log message ***Vicent Guardiola2004-07-191-3/+1
|
* Add function write_smb_ads_confVicent Guardiola2004-07-191-0/+32
|
* shut up "smbclient -L"Pascal Rigaux2004-06-301-1/+1
|
* authentification is french, the english word is authenticationPascal Rigaux2004-01-081-1/+1
|
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-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 Rigaux2003-01-071-1/+1
| | | | "every", "partition"
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-4/+4
|
* use output_with_perm()Pascal Rigaux2002-12-021-2/+1
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* use ensure_is_installedPascal Rigaux2002-08-131-1/+1
|
* fix yet another bug regarding credentials during installPascal Rigaux2002-08-111-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
|
* - use $::prefix for reading/writing (it was missing for writing)Pascal Rigaux2002-07-291-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" toPascal Rigaux2002-07-021-14/+36
| | | | | check the workgroup masters
* - add authentification in diskdrake --smb (esp. for windows NT)Pascal Rigaux2002-06-281-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 Rigaux2002-02-171-1/+1
|
* cleaner & OOed code, with more code sharingPascal Rigaux2002-02-141-17/+25
|
* don't show shares ending with "$"Pascal Rigaux2002-02-131-1/+1
|
* $server->{ip} is no more mandatoryPascal Rigaux2002-02-131-1/+2
|
* ask before installing nfs-utils-clients or samba-clientPascal Rigaux2001-12-061-3/+11
|
* cleaner smbclient callPascal Rigaux2001-12-041-2/+2
|
* fileshare should be ok, handle diskdrake --fileshare, fix smb importPascal Rigaux2001-11-301-2/+2
|
* basic smb handlingPascal Rigaux2001-08-191-0/+57