Age | Commit message (Expand) | Author | Files | Lines |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -2/+3 |
2003-10-21 | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems | Jeremy Allison | 1 | -1/+1 |
2003-09-04 | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 1 | -0/+3 |
2003-08-13 | Only close anything that is not fid 0. Was very confusing in ethereal... | Volker Lendecke | 1 | -1/+3 |
2003-08-02 | Correct fix (removed the earlier band-aid) for what I thought was a signing | Jeremy Allison | 1 | -0/+4 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -0/+21 |
2003-07-16 | Spelling. | Tim Potter | 1 | -1/+1 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 1 | -0/+3 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -5/+37 |
2003-05-14 | spelling | Tim Potter | 1 | -1/+1 |
2003-04-21 | Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD. | Andrew Bartlett | 1 | -4/+11 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -0/+1 |
2003-03-18 | Parinoia fixes from HEAD - malloc() some extra room after the allocated | Andrew Bartlett | 1 | -2/+2 |
2003-03-18 | Merge from HEAD: | Andrew Bartlett | 1 | -5/+7 |
2003-02-24 | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 1 | -6/+12 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-10-15 | Added cli_set_timeout() call. | Jeremy Allison | 1 | -0/+11 |
2002-10-01 | Cope with rw errors and timeout to peer. | Jeremy Allison | 1 | -2/+3 |
2002-10-01 | Tidy up client error processing. | Jeremy Allison | 1 | -16/+15 |
2002-10-01 | Added error string for server timeout on client call. | Jeremy Allison | 1 | -0/+2 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -55/+89 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -13/+48 |
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 |