summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-49/+150
1998-11-14automatically uppercase server and share names (win95 won't handleAndrew Tridgell1-0/+1
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-3/+3
1998-11-12.cvsignore: Removed old entries.Herb Lewis1-1/+17
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-3/+3
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-13/+13
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-35/+199
1998-11-05don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1-1/+5
1998-10-26added a couple more error codes to cli_error()Andrew Tridgell1-0/+6
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-8/+19
1998-10-19- dce/rpc codeLuke Leighton1-2/+1
1998-10-19improved session reestablishmentAndrew Tridgell1-36/+82
1998-10-19return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1-0/+1
1998-10-16- use large buffers for netshareenumAndrew Tridgell1-19/+30
1998-10-16trans2.h: Added Thursby MAC extension.Jeremy Allison1-0/+8
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-4/+14
1998-10-10dce/rpcLuke Leighton1-1/+1
1998-10-09dce/rpcLuke Leighton1-18/+5
1998-10-09dce/rpc.Luke Leighton1-2/+3
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-0/+44
1998-10-08dce/rpcLuke Leighton1-9/+35
1998-10-08- don't generate 0 params in tortureAndrew Tridgell1-3/+3
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell1-2/+5
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell1-0/+1
1998-10-06fixed rename error code from NT serversAndrew Tridgell1-0/+1
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-0/+6
1998-10-05rpcclient srvsvc commands.Luke Leighton1-1/+4
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1-1/+1
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