Age | Commit message (Expand) | Author | Files | Lines |
2002-09-22 | Small, long overdue, fix for libsmbclient. | Richard Sharpe | 1 | -0/+19 |
2002-09-09 | Merged Volkers (correct) fix from 2.2 for crash on unable to connect. | Jeremy Allison | 1 | -4/+6 |
2002-09-03 | Formatting tidyup and additon of cli_close_connection() before bugfix. | Jeremy Allison | 1 | -49/+55 |
2002-08-26 | Updates! | Andrew Bartlett | 1 | -1/+6 |
2002-08-22 | don't use spnego in the client unless enabled in smb.conf | Andrew Tridgell | 1 | -1/+3 |
2002-06-16 | Fix up some of the SMB signing code: | Andrew Bartlett | 1 | -2/+1 |
2002-06-14 | Fix spelling typo. | Jeremy Allison | 1 | -2/+2 |
2002-06-14 | More of SMB signing for client - not yet finished (should be harmless). | Jeremy Allison | 1 | -9/+14 |
2002-05-18 | Move client_receive_smb to clientgen.c as a static, as proposed by Elrond. | Andrew Bartlett | 1 | -0/+35 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 1 | -4/+0 |
2002-03-01 | Another comment fix for mirmir | Andrew Bartlett | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-28 | Name another talloc. | Andrew Bartlett | 1 | -1/+1 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -1/+1 |
2001-11-27 | prevent a memory leak of cli structures | Andrew Tridgell | 1 | -1/+7 |
2001-11-25 | Add a new torture test to extract a NT->DOS error map from an NT member of a | Andrew Bartlett | 1 | -0/+7 |
2001-11-21 | One more patch from Tom Jansen. Hope I didn't break the tree :-) | Richard Sharpe | 1 | -0/+7 |
2001-11-14 | Close the socket and set the file descriptor to -1 if there was a socket | Tim Potter | 1 | -0/+9 |
2001-11-14 | Removed the "reestablish" code. Tridge - scream if this was needed.... | Jeremy Allison | 1 | -9/+2 |
2001-10-31 | Parionia to ensure people don't install libsmb based programs setuid root. | Andrew Bartlett | 1 | -0/+6 |
2001-10-22 | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 1 | -1/+4 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -1/+1 |
2001-10-12 | added NTLMSSP authentication to libsmb. It seems to work well so I have enabl... | Andrew Tridgell | 1 | -4/+1 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 1 | -3/+9 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -4/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -11/+5 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -0/+3 |
2001-08-24 | fixed handling of 139/445 in clients | Andrew Tridgell | 1 | -4/+2 |
2001-08-10 | A rewrite of the error handling in the libsmb client code. I've separated | Tim Potter | 1 | -1/+0 |
2001-08-06 | Fixed another possible memleak in cli_initialise() | Tim Potter | 1 | -0/+6 |
2001-08-06 | Cleaned up error handling in cli_initialise() to fix a memleak found by | Tim Potter | 1 | -10/+14 |
2001-06-18 | added a oplock break handler hook to the client code, this allows for more co... | Andrew Tridgell | 1 | -47/+7 |
2001-05-04 | Zero fnum when initialising a cli_state. | Tim Potter | 1 | -0/+2 |
2001-02-21 | the unicode conversion of our client code is complete enough to be | Andrew Tridgell | 1 | -12/+1 |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 1 | -0/+7 |
2001-02-20 | initial client side unicode support (needed for netapp filer) | Andrew Tridgell | 1 | -1/+17 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -2/+2 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -1/+10 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -0/+10 |
2000-07-03 | first pass at merging rpcclient from TNG to HEAD. You can get a | Gerald Carter | 1 | -0/+17 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-25 | split clientgen.c into several parts | Andrew Tridgell | 1 | -3061/+3 |
2000-04-11 | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 1 | -7/+16 |
2000-03-20 | Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2 | Jeremy Allison | 1 | -2/+2 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -3/+7 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -2/+2 |
2000-02-15 | Not enough args to DEBUG statement. | Tim Potter | 1 | -1/+1 |
2000-02-14 | Ooops. Fixed stupid typo with missing ! in cli error code. | Jeremy Allison | 1 | -1/+1 |
2000-02-09 | Correct for for core dump in smbpasswd with cli_errstr(). | Jeremy Allison | 1 | -8/+22 |
2000-02-09 | Defensive programming for cli_error(). | Jeremy Allison | 1 | -1/+7 |