summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* fix problems with using inf files from HP for DesignJet 750C (C3195A)Herb Lewis1998-01-211-1/+4
* Makefile: Added new codepage - 866.Jeremy Allison1998-01-161-5/+5
* added printout of file list to stderr so you know what files you need toHerb Lewis1998-01-031-0/+4
* fixes to make_printerdef.c to generate a correct printers.def fileHerb Lewis1998-01-011-28/+97
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-20/+18
* added cli_rmdir and cli_mkdirAndrew Tridgell1997-11-241-5/+44
* added a SMB_QUERY_FILE_ALL_INFO test into smbtortureAndrew Tridgell1997-11-231-1/+14
* added some QPATHINFO and QFILEINFO tests into smbtorture.Andrew Tridgell1997-11-231-0/+59
* test SMBsetatr as wellAndrew Tridgell1997-11-231-4/+21
* added a test for the NT SMBgetatr bug in smbtortureAndrew Tridgell1997-11-231-1/+43
* changed nmblookup to only set recursion_desired in queries if the -RAndrew Tridgell1997-11-191-3/+9
* loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1997-11-171-1/+1
* added code to test the cli_NetServerEnum() function in clientgen.cAndrew Tridgell1997-11-111-0/+38
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-101-4/+2
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-091-2/+4
* a few more tests added, including one that tests whether the serverAndrew Tridgell1997-11-081-1/+157
* added two more sets of tests to the smbtorture test. The tests I addedAndrew Tridgell1997-11-081-52/+284
* no asm/signal.h for linux as this is not portableAndrew Tridgell1997-11-061-0/+4
* don't print the progress so often - it slows down the client too muchAndrew Tridgell1997-11-011-1/+3
* set O_CREAT on lock fileAndrew Tridgell1997-11-011-1/+2
* a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1997-11-011-0/+316
* - cleanup some warningsAndrew Tridgell1997-10-311-1/+1
* damn. We need root privilages to do semaphore operations even if weAndrew Tridgell1997-10-291-0/+1
* Utility code to produce printer definition files from MS files.Jeremy Allison1997-10-281-0/+301
* fix castAndrew Tridgell1997-10-281-1/+1
* change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1997-10-271-1/+1
* added -U option to nmblookup. This is similar to -B except that itAndrew Tridgell1997-10-261-5/+11
* Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1997-10-221-9/+0
* a major share modes reorganisation.Andrew Tridgell1997-10-201-263/+48
* reverted a change made by Luke at his request.Andrew Tridgell1997-10-131-2/+2
* byteorder.h :Luke Leighton1997-10-131-3/+3
* nmblookup.c: Added -A ability to do status on ip address.Jeremy Allison1997-10-101-1/+17
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-13/+2
* nmblookup.c:Christopher R. Hertel1997-10-041-2/+10
* OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!Jeremy Allison1997-10-011-18/+43
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-3/+3
* - if the user already exists then ignore the -add commandAndrew Tridgell1997-09-151-10/+19
* - change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1997-09-151-6/+10
* This commit does 3 main things:Andrew Tridgell1997-09-142-17/+3
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-111-4/+12
* fix a couple of "declaration shadows previous local" warnings.Andrew Tridgell1997-09-111-2/+0
* add the stdout parameter to lp_dump()Andrew Tridgell1997-09-111-1/+1
* client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1997-09-051-2/+2
* Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison1997-08-301-0/+472
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-2/+2
* bug in num. arguments detection that stopped the -add option workingSamba Release Account1997-08-091-7/+3
* updated smbpasswd to take the password on the command-line.Samba Release Account1997-08-061-20/+72
* Fixed bug with -add code that put wrong password in nt md4 field.Samba Release Account1997-07-211-1/+1
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-185-5/+5
* Added -a option (for Andrew:-). Fixed bug where users withSamba Release Account1997-07-101-20/+99