summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1998-10-031-2/+2
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+1
* - always open for reading (otherwise getattrE won't work).Andrew Tridgell1998-10-031-4/+11
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-5/+9
* - ignore *.p filesAndrew Tridgell1998-10-032-87/+222
* Makefile.in :Luke Leighton1998-10-021-58/+104
* - static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1998-10-021-10/+36
* several clientgen mods to support smbwrapper. In particular addedAndrew Tridgell1998-10-021-3/+272
* Fixed *nasty* bug in nt_lm_owf_gen() - this function wasJeremy Allison1998-10-011-1/+3
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-301-2/+2
* Got very strict about the differences and uses ofJeremy Allison1998-09-292-28/+50
* uchar / char typecast issuesLuke Leighton1998-09-292-3/+3
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-283-10/+9
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* added rpcclient programLuke Leighton1998-09-253-12/+432
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-053-26/+6
* if an address is ipzero in cli_connect() then do a name queryAndrew Tridgell1998-08-311-1/+2
* cast the qsort to prevent warningsAndrew Tridgell1998-08-311-1/+1
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-5/+5
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-301-0/+44
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-1/+1
* some smbtorture hacks (random IPC calls)Andrew Tridgell1998-08-251-5/+5
* reduced the memory footprint a bit by changing some large static intAndrew Tridgell1998-08-171-9/+10
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-2/+0
* configure: Changes for extra headers.Jeremy Allison1998-08-151-2/+2
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-142-4/+4
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
* I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1998-08-031-36/+41
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-4/+4
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-293-13/+9
* Added strupper() function call to up-case the scope field in theChristopher R. Hertel1998-07-141-6/+7
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-0/+1
* Remove the copyright to Canon Information Systems Australia, as we don'tRichard Sharpe1998-06-211-0/+1
* clientgen: Added USE_SSL for client shutdown.Jeremy Allison1998-06-161-0/+3
* Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1998-06-161-0/+13
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-1/+3
* test for overflow in nmb name parsing codeAndrew Tridgell1998-05-131-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-126-50/+50
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-112-5/+6
* clientgen.c: Fixed null session setup bug.Jeremy Allison1998-04-291-6/+11
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-292-4/+6
* Fixed checked in code that didn't compile.Jeremy Allison1998-04-281-9/+5
* added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>Luke Leighton1998-04-281-0/+59
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-1/+0
* Makefile: Added nterr.c into the mix.Jeremy Allison1998-04-231-17/+36
* We will need this new nterr.c for the DOMAIN_CLIENT code.Jeremy Allison1998-04-231-3/+30
* clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1998-04-231-8/+63