One more patch from Tom Jansen. Hope I didn't break the tree :-)
[samba.git] / source3 / libsmb / clientgen.c
2001-11-21 Richard SharpeOne more patch from Tom Jansen. Hope I didn't break...
2001-11-14 Tim PotterClose the socket and set the file descriptor to -1...
2001-11-14 Jeremy AllisonRemoved the "reestablish" code. Tridge - scream if...
2001-10-31 Andrew BartlettParionia to ensure people don't install libsmb based...
2001-10-22 Andrew Tridgella quick fix to get rpcclient working again. This just...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-10 Tim PotterA rewrite of the error handling in the libsmb client...
2001-08-06 Tim PotterFixed another possible memleak in cli_initialise()
2001-08-06 Tim PotterCleaned up error handling in cli_initialise() to fix...
2001-06-18 Andrew Tridgelladded a oplock break handler hook to the client code...
2001-05-04 Tim PotterZero fnum when initialising a cli_state.
2001-02-21 Andrew Tridgellthe unicode conversion of our client code is complete...
2001-02-20 Andrew Tridgell- neater setting of bcc
2001-02-20 Andrew Tridgellinitial client side unicode support (needed for netapp...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-03 Gerald Carterfirst pass at merging rpcclient from TNG to HEAD. ...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-25 Andrew Tridgellsplit clientgen.c into several parts
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-20 Jeremy AllisonFix from christoph.pfisterer@rwg.de for large directory...
2000-02-25 Jeremy Allisonclient/client.c:
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-15 Tim PotterNot enough args to DEBUG statement.
2000-02-14 Jeremy AllisonOoops. Fixed stupid typo with missing ! in cli error...
2000-02-09 Jeremy AllisonCorrect for for core dump in smbpasswd with cli_errstr().
2000-02-09 Jeremy AllisonDefensive programming for cli_error().
2000-01-16 Andrew Tridgellfixed a formatting error
2000-01-14 Andrew Tridgelldamn, Solaris already has a "enum lock_type"
2000-01-14 Andrew Tridgellwe now pass all byte range locking tests
2000-01-13 Andrew Tridgellthe lock routines now take a enumerated type for read...
2000-01-10 Andrew TridgellI'm currently designing a new locking system (using...
2000-01-10 Andrew Tridgelldon't treat a packet as a oplock break unless it is...
2000-01-08 Andrew Tridgellcli_open() wasn't handling DENY_FCB or O_WRONLY correctly.
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-06 Jeremy AllisonFix for renaming directories on OS/2 server. Fix from...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-09 Gerald CarterOK. This code works on a RedHat 6.0 system. However...
1999-12-08 Luke LeightonABOUT TIME!!!!!!!!
1999-12-04 Luke Leightonjeremy is going to hate me for this.
1999-12-04 Luke Leightonargh! you wouldn't believe what i had to do: use the...
1999-12-03 Luke Leightonargh! smb-agent redirection client reusage is a nightmare!
1999-12-03 Luke Leightonstarting "connection reuse" system in smb-agent. added...
1999-12-03 Luke Leightonsmb-agent improvements. added -D (daemon) option....
1999-12-03 Luke Leightoncool! a unix socket smb redirector. code based on...
1999-12-02 Luke Leightonnew get_any_dc_name() function allows lookups of truste...
1999-12-02 Luke Leightonadded get_any_dc_name() function.
1999-12-01 Luke Leighton1) when no domain used in ntlogin test command, should...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-27 Luke Leightonmodified cli_connect_serverlist to take server list...
1999-11-24 Luke Leightonok. *whew*. this is the first completed part of the...
1999-11-24 Luke Leightonfirst stages of removing struct cli_state* and uint16...
1999-11-21 Luke Leightonyou know what? this sort of thing makes me laugh....
1999-11-05 Luke Leightonexperimental spoolss rpcclient commands
1999-10-25 Luke Leightonthe new CAP_EXTENDED_SECURITY code needed to support...
1999-10-25 Luke Leightonone of those wonderful moments when running against...
1999-10-19 Luke Leightonneed status codes from cli_net_req_chal() and cli_net_a...
1999-10-14 Luke Leightonconst issues
1999-10-07 Luke Leighton- added rudimentary CAP_UNICODE support because i thoug...
1999-09-16 Luke Leightonreading in smb server domain name from SMBnegprot response
1999-09-15 Luke Leighton#defines for port 445 to SMB_PORT2
1999-08-18 Luke Leightondebug info display (netbios layer).
1999-08-03 Luke Leightonbug-fix in connection to port 445. cool! it works!
1999-08-03 Luke Leightonattempting a connection to port 445 first, followed...
1999-08-03 Luke Leightonclose socket issues:
1999-07-11 Luke Leightonanon passwd connection: passlen=1; ntpasslen=0.
1999-07-09 Tim PotterWhen making anonymous connections, must pass pointers...
1999-07-08 Luke Leightonfixed problem with NULL ntpasswd parameters causing...
1999-06-29 Luke Leightonsmbclient modified to use cli_establish_connection...
1999-06-29 Luke Leightonimproving authentication code (tidyup).
1999-06-24 Luke Leightonuse nmb_safe_namestr.
1999-06-24 Luke Leightonsafe string error reporting functions (found a potentia...
1999-03-23 Matthew ChapmanERRmoredata is informational and should not be treated...
1999-03-01 Luke LeightonBenjamin Kuit's MYSQL SAM Database implementation.
1999-02-11 Luke Leightonthe UNICODE issue...
1999-02-01 Matthew ChapmanMust set password length to 24 after we encrypt a password.
1999-01-28 Luke Leightonreturned cli_session_setup to previous behaviour. ...
1999-01-27 Luke Leighton- got client code cleartext passwords working again...
1999-01-25 Richard SharpePutting back the -p flag in smbclient.
1999-01-18 Matthew ChapmanIn security=user mode we must allow cli_connect_serverl...
1999-01-15 Matthew Chapmaneclass != ERRDOS && num != ERRmoredata
1998-12-14 Luke Leightonserver_cryptkey() now calling cli_connectserverlist...
1998-12-02 Luke LeightonERRmoredata is an acceptable error code, it is not...
1998-11-30 Luke Leightonanother attempt at a fix on connect_serverlist()...
1998-11-30 Luke Leightonandrej spotted problem with connect_serverlist (starts...
1998-11-26 Tim PotterReplaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_conne...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-14 Andrew Tridgellautomatically uppercase server and share names (win95...
1998-11-14 Jeremy AllisonRemoved acconfig.h configure configure.in include/confi...
1998-11-12 Herb Lewis.cvsignore: Removed old entries.
1998-11-12 Andrew Tridgelllargely rewrote smbpasswd so that the code is understan...
next