summaryrefslogtreecommitdiffstats
path: root/perl-install/network/smb.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 smbclie...Pascal Rigaux2004-07-281-14/+20
* 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
* 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