summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-16fixed a formatting errorAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell1-1/+1
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-4/+3
2000-01-13the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell1-4/+4
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-4/+6
2000-01-10don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell1-1/+2
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-6/+5
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-5/+4
2000-01-06Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1241/+651
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-4/+2
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-4/+3
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-2/+4
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-56/+20
1999-12-04jeremy is going to hate me for this.Luke Leighton1-18/+1
1999-12-04argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1-1/+1
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1-3/+6
1999-12-03starting "connection reuse" system in smb-agent. added version numberLuke Leighton1-0/+20
1999-12-03smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1-2/+4
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1-0/+111
1999-12-02new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1-15/+14
1999-12-02added get_any_dc_name() function.Luke Leighton1-32/+122
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-14/+22
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-52/+20
1999-11-27modified cli_connect_serverlist to take server list of formatLuke Leighton1-5/+6
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-30/+47
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-3/+4
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-2/+7
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-0/+6
1999-10-25the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removedLuke Leighton1-1/+1
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-5/+13
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-1/+2
1999-10-14const issuesLuke Leighton1-1/+1
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-70/+396
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton1-5/+26
1999-09-15#defines for port 445 to SMB_PORT2Luke Leighton1-2/+2
1999-08-18debug info display (netbios layer).Luke Leighton1-4/+12
1999-08-03bug-fix in connection to port 445. cool! it works!Luke Leighton1-0/+1
1999-08-03attempting a connection to port 445 first, followed by a connection to 139Luke Leighton1-6/+23
1999-08-03close socket issues:Luke Leighton1-11/+33
1999-07-11anon passwd connection: passlen=1; ntpasslen=0.Luke Leighton1-3/+4
1999-07-09When making anonymous connections, must pass pointers to real ntTim Potter1-5/+5
1999-07-08fixed problem with NULL ntpasswd parameters causing crash inLuke Leighton1-9/+43
1999-06-29smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1-0/+11
1999-06-29improving authentication code (tidyup).Luke Leighton1-77/+182
1999-06-24use nmb_safe_namestr.Luke Leighton1-3/+8
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-46/+51
1999-03-23ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1-7/+6
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1-0/+2
1999-02-11the UNICODE issue...Luke Leighton1-1/+1