summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-25split clientgen.c into several partsAndrew Tridgell1-3061/+3
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-7/+16
2000-03-20Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison1-2/+2
2000-02-25client/client.c:Jeremy Allison1-3/+7
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-2/+2
2000-02-15Not enough args to DEBUG statement.Tim Potter1-1/+1
2000-02-14Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison1-1/+1
2000-02-09Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison1-8/+22
2000-02-09Defensive programming for cli_error().Jeremy Allison1-1/+7
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