summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* prevent a memory leak of cli structuresAndrew Tridgell2001-11-271-1/+7
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-251-0/+7
* One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe2001-11-211-0/+7
* Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-141-9/+2
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-0/+6
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-1/+4
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-1/+1
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-4/+1
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-3/+9
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-11/+5
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-0/+3
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-4/+2
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-1/+0
* Fixed another possible memleak in cli_initialise()Tim Potter2001-08-061-0/+6
* Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter2001-08-061-10/+14
* added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2001-06-181-47/+7
* Zero fnum when initialising a cli_state.Tim Potter2001-05-041-0/+2
* the unicode conversion of our client code is complete enough to beAndrew Tridgell2001-02-211-12/+1
* - neater setting of bccAndrew Tridgell2001-02-201-0/+7
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-201-1/+17
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-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