summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* do an anonymous login if the username/password is rejected.Andrew Tridgell1998-10-071-0/+1
* fixed rename error code from NT serversAndrew Tridgell1998-10-061-0/+1
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-0/+6
* rpcclient srvsvc commands.Luke Leighton1998-10-051-1/+4
* ignore *.po32 filesAndrew Tridgell1998-10-051-0/+2
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-051-1/+1
* handle ENOTDIR errno in cli_error()Andrew Tridgell1998-10-051-0/+2
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-1/+1
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-042-149/+174
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-042-2/+41
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-042-2/+2
* add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1998-10-041-0/+37
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-0/+100
* use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1998-10-041-10/+12
* fix an error code in cli_error()Andrew Tridgell1998-10-041-1/+1
* modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1998-10-041-55/+133
* use const charAndrew Tridgell1998-10-041-2/+2
* fixed a authentication problem with non-encrypting serversAndrew Tridgell1998-10-031-2/+3
* 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