summaryrefslogtreecommitdiff
path: root/source/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-88/+77
* Syncup getting ready for release.Jeremy Allison2001-07-061-1/+13
* Fixup the lsa_io_r_lookup_names call not to need an external TALLOC_CTX.Jeremy Allison2000-12-141-2/+2
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-1/+10
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-0/+10
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-0/+17
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* split clientgen.c into several partsAndrew Tridgell2000-04-251-3061/+3
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-7/+16
* Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison2000-03-201-2/+2
* client/client.c:Jeremy Allison2000-02-251-3/+7
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-2/+2
* Not enough args to DEBUG statement.Tim Potter2000-02-151-1/+1
* Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison2000-02-141-1/+1
* Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison2000-02-091-8/+22
* Defensive programming for cli_error().Jeremy Allison2000-02-091-1/+7
* fixed a formatting errorAndrew Tridgell2000-01-161-1/+1
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-141-1/+1
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-4/+3
* the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell2000-01-131-4/+4
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-101-4/+6
* don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell2000-01-101-1/+2
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-6/+5
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-5/+4
* Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison2000-01-061-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1241/+651
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-4/+2
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-4/+3
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+4
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-56/+20
* jeremy is going to hate me for this.Luke Leighton1999-12-041-18/+1
* argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1999-12-041-1/+1
* argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1999-12-031-3/+6
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-0/+20
* smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1999-12-031-2/+4
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-0/+111
* new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1999-12-021-15/+14
* added get_any_dc_name() function.Luke Leighton1999-12-021-32/+122
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-14/+22
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-52/+20
* modified cli_connect_serverlist to take server list of formatLuke Leighton1999-11-271-5/+6
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-30/+47
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-3/+4
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-2/+7
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-0/+6
* the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removedLuke Leighton1999-10-251-1/+1
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-5/+13
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-1/+2
* const issuesLuke Leighton1999-10-141-1/+1
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-70/+396