summaryrefslogtreecommitdiffstats
path: root/perl-install/network/smb.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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