summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clientgen.c
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
* 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
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-1/+1
* support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1998-10-041-1/+1
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-1/+1
* 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-031-87/+221
* Makefile.in :Luke Leighton1998-10-021-58/+104
* several clientgen mods to support smbwrapper. In particular addedAndrew Tridgell1998-10-021-3/+272
* 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-291-27/+49
* uchar / char typecast issuesLuke Leighton1998-09-291-2/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+1
* added rpcclient programLuke Leighton1998-09-251-12/+161
* tridge the destroyer returns!Andrew Tridgell1998-09-051-1/+5
* if an address is ipzero in cli_connect() then do a name queryAndrew Tridgell1998-08-311-1/+2
* some smbtorture hacks (random IPC calls)Andrew Tridgell1998-08-251-5/+5
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-9/+7
* 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
* This is a security audit change of the main source.Jeremy Allison1998-05-121-29/+29
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-3/+4
* clientgen.c: Fixed null session setup bug.Jeremy Allison1998-04-291-6/+11
* 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
* Makefile: Added nterr.c into the mix.Jeremy Allison1998-04-231-17/+36
* clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1998-04-231-8/+63
* clientgen.c: Added cli_ulogoff() call.Jeremy Allison1998-04-211-0/+19
* Makefile: Added genrand.oJeremy Allison1998-04-201-1/+6
* clientgen.c: Changes 'cli_xxx_' calls to use the followingJeremy Allison1998-04-171-53/+99
* support O_SYNC in opens for smbtortureAndrew Tridgell1998-04-121-0/+4
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-241-1/+1
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-1/+99
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-7/+3
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* client.c:Jeremy Allison1997-12-201-20/+20