Age | Commit message (Expand) | Author | Files | Lines |
2008-09-23 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 20 | -3086/+101 |
2008-09-23 | libcli/smb_composite: for spnego session setups check the smb signature manually | Stefan Metzmacher | 1 | -23/+57 |
2008-09-23 | libcli/raw: real signing starts at seqnumber 2 | Stefan Metzmacher | 1 | -0/+1 |
2008-09-23 | libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signature | Stefan Metzmacher | 1 | -0/+2 |
2008-09-23 | libcli/raw: give the caller the chance to do the signing checks on its own. | Stefan Metzmacher | 2 | -0/+10 |
2008-09-23 | libcli/raw: give the caller the chance to prevent the talloc_free(req) in the... | Stefan Metzmacher | 2 | -1/+8 |
2008-09-23 | s4-nbt: use ../libcli/nbt | Günther Deschner | 6 | -10/+10 |
2008-09-23 | s4-nbt: move libcli/nbt up one level. | Günther Deschner | 8 | -3042/+0 |
2008-09-23 | s4-nbt: merge some fixes from samba3 nbt helper. | Günther Deschner | 2 | -24/+24 |
2008-09-23 | s4-nbt: use private_data instead of private. | Günther Deschner | 7 | -20/+20 |
2008-09-23 | s4-nbt: remove unrequired include. | Günther Deschner | 1 | -1/+0 |
2008-09-23 | added FULL_EA_INFORMATION setea call | Andrew Tridgell | 2 | -1/+20 |
2008-09-23 | fixed readonly handling in deltree | Andrew Tridgell | 2 | -1/+22 |
2008-09-22 | Remove unused parameter from decode_pw_buffer and fail on invalid | Andrew Bartlett | 1 | -5/+9 |
2008-09-19 | Add test for Sid.__repr__. | Jelmer Vernooij | 1 | -0/+4 |
2008-09-18 | Generate with 1.3.36. | Jelmer Vernooij | 5 | -37/+48 |
2008-09-18 | Implement __repr__ for Sid. | Jelmer Vernooij | 1 | -2/+6 |
2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 1 | -0/+1 |
2008-09-06 | Make SMB signing work with Windows 2008 and kerberos. | Andrew Bartlett | 1 | -4/+1 |
2008-09-05 | Add a new error code | Andrew Bartlett | 2 | -0/+2 |
2008-08-27 | Add definition for NT_STATUS_DOWNGRADE_DETECTED | Andrew Bartlett | 2 | -0/+2 |
2008-08-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -0/+15 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 1 | -0/+15 |
2008-08-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 5 | -28/+41 |
2008-08-14 | libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASK | Stefan Metzmacher | 1 | -1/+3 |
2008-08-14 | libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK values | Stefan Metzmacher | 1 | -7/+20 |
2008-08-14 | libcli/smb2: use smb2 signing in auto mode if the server supports it | Stefan Metzmacher | 1 | -1/+7 |
2008-08-14 | libcli/smb2: we don't need check the same thing twice... | Stefan Metzmacher | 1 | -6/+0 |
2008-08-14 | libcli/smb2: async replies with STATUS_PENDING are not signed | Stefan Metzmacher | 1 | -13/+11 |
2008-08-13 | Rework the trustAuthInOutBlob with the help of a hand parser. | Andrew Bartlett | 3 | -0/+215 |
2008-07-28 | libcli/smb2: the session key for SMB2 signing is truncated to 16 bytes | Stefan Metzmacher | 2 | -7/+6 |
2008-07-28 | libcli/smb2: fix per session signing state | Stefan Metzmacher | 4 | -17/+12 |
2008-07-28 | libcli/smb2: sign SMB2 Logoff requests | Stefan Metzmacher | 1 | -0/+2 |
2008-07-18 | More 'must be ignored' options from the MS-SMB doc. | Andrew Bartlett | 1 | -20/+26 |
2008-07-16 | Ignore and handle more NT Create & X options. | Andrew Bartlett | 1 | -3/+8 |
2008-07-15 | Make up a full hostname for ldapi connections. | Andrew Bartlett | 1 | -2/+7 |
2008-07-15 | Cleanup ldap_bind_sasl. | Andrew Bartlett | 1 | -4/+3 |
2008-07-07 | libcli/raw: remove unused smb_raw_max_trans_data() function | Stefan Metzmacher | 1 | -12/+0 |
2008-07-07 | libcli/raw: make multi fragmented nttrans requests possible | Stefan Metzmacher | 1 | -17/+178 |
2008-07-07 | libcli/raw: trans(2) setup count is uint8_t | Stefan Metzmacher | 1 | -4/+6 |
2008-07-07 | libcli/raw: remove unused smbcli_request_receive_more() function | Stefan Metzmacher | 1 | -13/+0 |
2008-07-07 | libcli/raw: use the new recv_helper infrastructure for trans/trans2 replies | Stefan Metzmacher | 1 | -184/+313 |
2008-07-07 | libcli/raw: use the new recv_helper infrastructure for nttrans replies | Stefan Metzmacher | 1 | -102/+145 |
2008-07-07 | libcli/raw: add a recv_helper hook infrastructure | Stefan Metzmacher | 2 | -1/+23 |
2008-07-07 | libcli/raw: the nttrans setup count is only 8-bit | Stefan Metzmacher | 1 | -1/+1 |
2008-06-27 | pynbt: eliminate "initialization from incompatible pointer type" warning | Michael Adam | 1 | -1/+1 |
2008-06-17 | Use friendly NTSTATUS message in python code when possible. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 2 | -2/+2 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 2 | -0/+2 |
2008-06-11 | Add working Python bindings for NBT. | Jelmer Vernooij | 5 | -5004/+411 |