summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-05handle ENOTDIR errno in cli_error()Andrew Tridgell1-0/+2
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-1/+1
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1-1/+1
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-1/+1
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1-0/+37
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-0/+100
1998-10-04use CLI_BUFFER_SIZE instead of BUFFER_SIZEAndrew Tridgell1-10/+12
1998-10-04fix an error code in cli_error()Andrew Tridgell1-1/+1
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1-55/+133
1998-10-04use const charAndrew Tridgell1-2/+2
1998-10-03fixed a authentication problem with non-encrypting serversAndrew Tridgell1-2/+3
1998-10-03fixed vi on smbwrappper (it was a problem in cli_read())Andrew Tridgell1-2/+2
1998-10-03added simple device/inode number support based on a checksum of theAndrew Tridgell1-1/+1
1998-10-03- always open for reading (otherwise getattrE won't work).Andrew Tridgell1-4/+11
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell1-5/+9
1998-10-03- ignore *.p filesAndrew Tridgell1-87/+221
1998-10-02Makefile.in :Luke Leighton1-58/+104
1998-10-02several clientgen mods to support smbwrapper. In particular addedAndrew Tridgell1-3/+272
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1-2/+2
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-27/+49
1998-09-29uchar / char typecast issuesLuke Leighton1-2/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-1/+1
1998-09-25added rpcclient programLuke Leighton1-12/+161
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+5
1998-08-31if an address is ipzero in cli_connect() then do a name queryAndrew Tridgell1-1/+2
1998-08-25some smbtorture hacks (random IPC calls)Andrew Tridgell1-5/+5
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-9/+7
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-0/+3
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-0/+13
1998-05-12This is a security audit change of the main source.Jeremy Allison1-29/+29
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-3/+4
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison1-6/+11
1998-04-28Fixed checked in code that didn't compile.Jeremy Allison1-9/+5
1998-04-28added NetShareEnum from Bartlomej Czardybon <czar@silesia.pik-net.pl>Luke Leighton1-0/+59
1998-04-23Makefile: Added nterr.c into the mix.Jeremy Allison1-17/+36
1998-04-23clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1-8/+63
1998-04-21clientgen.c: Added cli_ulogoff() call.Jeremy Allison1-0/+19
1998-04-20Makefile: Added genrand.oJeremy Allison1-1/+6
1998-04-17clientgen.c: Changes 'cli_xxx_' calls to use the followingJeremy Allison1-53/+99
1998-04-12support O_SYNC in opens for smbtortureAndrew Tridgell1-0/+4
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1-1/+1
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1-1/+99
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-7/+3
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-20client.c:Jeremy Allison1-20/+20
1997-12-02add the null string to SMBsetatr callsAndrew Tridgell1-1/+3
1997-11-30clientgen.c: Added cli_mv() (used in a recent torture test).Jeremy Allison1-0/+37
1997-11-24added cli_rmdir and cli_mkdirAndrew Tridgell1-1/+65
1997-11-23added a SMB_QUERY_FILE_ALL_INFO test into smbtortureAndrew Tridgell1-0/+56
1997-11-23added some QPATHINFO and QFILEINFO tests into smbtorture.Andrew Tridgell1-5/+111