summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-0/+6
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-1/+4
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-1/+1
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-4/+1
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-3/+9
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-11/+5
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-0/+3
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-4/+2
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-1/+0
2001-08-06Fixed another possible memleak in cli_initialise()Tim Potter1-0/+6
2001-08-06Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter1-10/+14
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell1-47/+7
2001-05-04Zero fnum when initialising a cli_state.Tim Potter1-0/+2
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-12/+1
2001-02-20- neater setting of bccAndrew Tridgell1-0/+7
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell1-1/+17
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-2/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-1/+10
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-0/+10
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-0/+17
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