summaryrefslogtreecommitdiffstats
path: root/perl-install/network/smb.pm
Commit message (Expand)AuthorAgeFilesLines
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-011-0/+32
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-1/+1
* 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
* 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
* try harder to find the full list of servers available, using "smbclient -L" toPascal Rigaux2002-07-021-14/+36
* - add authentification in diskdrake --smb (esp. for windows NT)Pascal Rigaux2002-06-281-6/+60
* 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