summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-0/+21
* Spelling.Tim Potter2003-07-161-1/+1
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-0/+3
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-5/+37
* spellingTim Potter2003-05-141-1/+1
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-211-4/+11
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-0/+1
* Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett2003-03-181-2/+2
* Merge from HEAD:Andrew Bartlett2003-03-181-5/+7
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-6/+12
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Added cli_set_timeout() call.Jeremy Allison2002-10-151-0/+11
* Cope with rw errors and timeout to peer.Jeremy Allison2002-10-011-2/+3
* Tidy up client error processing.Jeremy Allison2002-10-011-16/+15
* Added error string for server timeout on client call.Jeremy Allison2002-10-011-0/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-55/+89
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+48
* Another comment fix for mirmirAndrew Bartlett2002-03-011-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Name another talloc.Andrew Bartlett2002-01-281-1/+1
* 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