Age | Commit message (Expand) | Author | Files | Lines |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -0/+1 |
2003-04-06 | SMB signing updates - this gets NTLMSSP signing workin to the point where I | Andrew Bartlett | 1 | -1/+4 |
2003-03-22 | Use FUNCTION_MACRO, not __FUNCTION__ | Jelmer Vernooij | 1 | -2/+2 |
2003-03-21 | Clobber the 'SAFETY_MARGIN' in libsmb. | Andrew Bartlett | 1 | -3/+7 |
2003-03-15 | Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf. | Andrew Bartlett | 1 | -2/+2 |
2003-03-09 | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 1 | -3/+5 |
2003-03-08 | Make it clear that this is a fstrcpy(). | Andrew Bartlett | 1 | -2/+2 |
2003-02-09 | (only for HEAD at the moment). | Andrew Bartlett | 1 | -2/+2 |
2003-02-02 | Add some return values, and don't attempt signing for NTLMSSP yet (it uses a | Andrew Bartlett | 1 | -0/+2 |
2003-02-02 | More signing updates - start checking that the server isn't being spoofed. | Andrew Bartlett | 1 | -1/+4 |
2003-02-01 | We now have client-side SMB signing support! | Andrew Bartlett | 1 | -3/+4 |
2003-01-02 | BIG patch... | 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-11-01 | Revert that stupid one line change. | Richard Sharpe | 1 | -1/+0 |
2002-11-01 | Add more code to the profiles program and add Makefile.in support. | Richard Sharpe | 1 | -0/+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 | Fixed typo. | Jeremy Allison | 1 | -1/+1 |
2002-10-01 | Added error string for server timeout on client call. | Jeremy Allison | 1 | -0/+2 |
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 |