Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcli/smb: add smb_signing_is_desired() | Stefan Metzmacher | 2014-04-16 | 1 | -0/+5 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | build: Build with system md5.h on OpenIndiana | Andrew Bartlett | 2013-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This changes (again...) our system md5 detection to cope with how OpenIndiana does md5. I'm becoming increasingly convinced this isn't worth our while (we should have just done samba_md5...), but for now this change seems to work on FreeBSD, OpenIndiana and Linux with libbsd. This needs us to rename struct MD5Context -> MD5_CTX, but we provide a config.h define to rename the type bad if MD5_CTX does not exist (it does however exist in the md5.h from libbsd). Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jun 19 21:32:36 CEST 2013 on sn-devel-104 | ||||
* | libcli/smb: add smb_key_derivation() for ↵ | Stefan Metzmacher | 2012-08-04 | 1 | -1/+47 |
| | | | | | | TREE_CONNECT_ANDX_EXTENDED_SIGNATURES support metze | ||||
* | libcli/smb: pass hdr/len to smb_signing_check/sign_pdu() and skip the nbt header | Stefan Metzmacher | 2012-08-04 | 1 | -6/+4 |
| | | | | metze | ||||
* | libcli/smb: change smb_signing to skip the NBT_HEADER_SIZE internally | Stefan Metzmacher | 2012-08-04 | 1 | -19/+24 |
| | | | | metze | ||||
* | libcli/smb: move smb_signing.[ch] to the toplevel | Stefan Metzmacher | 2011-10-25 | 1 | -0/+454 |
metze |