summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug where cli->timeout was in milliseconds, but open_sockets_outJeremy Allison1999-02-031-1/+1
* Making the -p functionality in smbclient work again!Richard Sharpe1999-01-261-1/+14
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-221-1/+1
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-42/+42
* config.guess: UNIXWARE fix.Jeremy Allison1998-12-031-1/+30
* I have done the evil thing :-).Jeremy Allison1998-11-261-13/+15
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-141-0/+1
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-3/+3
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-1/+17
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-3/+3
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-13/+13
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-35/+199
* don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1998-11-051-1/+5
* added a couple more error codes to cli_error()Andrew Tridgell1998-10-261-0/+6
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-8/+19
* - dce/rpc codeLuke Leighton1998-10-191-2/+1
* improved session reestablishmentAndrew Tridgell1998-10-191-36/+82
* return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1998-10-191-0/+1
* - use large buffers for netshareenumAndrew Tridgell1998-10-161-19/+30
* trans2.h: Added Thursby MAC extension.Jeremy Allison1998-10-161-0/+8
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-4/+14
* dce/rpcLuke Leighton1998-10-101-1/+1
* dce/rpcLuke Leighton1998-10-091-18/+5
* dce/rpc.Luke Leighton1998-10-091-2/+3
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-091-0/+44
* dce/rpcLuke Leighton1998-10-081-9/+35
* - don't generate 0 params in tortureAndrew Tridgell1998-10-081-3/+3
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* use 1 second resolution calls if possibleAndrew Tridgell1998-10-081-2/+5
* 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