summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
1998-10-14dce/rpcLuke Leighton1-1/+1
1998-10-10dce/rpcLuke Leighton2-5/+15
1998-10-09dce/rpcLuke Leighton2-18/+28
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-09dce/rpcLuke Leighton2-10/+22
1998-10-08dce/rpcLuke Leighton2-13/+51
1998-10-08fixed bug pointed out by Herb.Andrew Tridgell1-1/+1
1998-10-08- don't generate 0 params in tortureAndrew Tridgell1-3/+3
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell2-2/+2
1998-10-08use 1 second resolution calls if possibleAndrew Tridgell1-2/+5
1998-10-07dce/rpcLuke Leighton2-2/+65
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-05ignore *.po32 filesAndrew Tridgell1-0/+2
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-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-1/+1
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell2-149/+174
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell2-2/+41
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell2-2/+2
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 Tridgell2-87/+222
1998-10-02Makefile.in :Luke Leighton1-58/+104
1998-10-02- static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1-10/+36
1998-10-02several clientgen mods to support smbwrapper. In particular addedAndrew Tridgell1-3/+272
1998-10-01Fixed *nasty* bug in nt_lm_owf_gen() - this function wasJeremy Allison1-1/+3
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 Allison2-28/+50
1998-09-29uchar / char typecast issuesLuke Leighton2-3/+3
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison3-10/+9
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-25added rpcclient programLuke Leighton3-12/+432
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell3-26/+6
1998-08-31if an address is ipzero in cli_connect() then do a name queryAndrew Tridgell1-1/+2
1998-08-31cast the qsort to prevent warningsAndrew Tridgell1-1/+1