Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r12127: add --option=rpc_login:samr_auth=yes, to work against w2k3 | Stefan Metzmacher | 2005-12-08 | 1 | -13/+36 | |
| | | | | metze | |||||
* | r12126: get rid of the local ->terminate hacks, we do that genericly now | Stefan Metzmacher | 2005-12-08 | 4 | -54/+19 | |
| | | | | metze | |||||
* | r12125: make the deferred connection termination the default, | Stefan Metzmacher | 2005-12-08 | 2 | -6/+30 | |
| | | | | | | so that I can remove all the other versions of it metze | |||||
* | r12124: we don't need this comment twice | Stefan Metzmacher | 2005-12-08 | 1 | -5/+0 | |
| | | | | metze | |||||
* | r12123: handle fde == NULL at the correct level | Stefan Metzmacher | 2005-12-08 | 4 | -15/+16 | |
| | | | | metze | |||||
* | r12122: add forward declaration for packet_context | Stefan Metzmacher | 2005-12-08 | 1 | -0/+2 | |
| | | | | metze | |||||
* | r12121: remove some dublicate code | Stefan Metzmacher | 2005-12-08 | 1 | -44/+19 | |
| | | | | metze | |||||
* | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 2005-12-08 | 14 | -58/+57 | |
| | | | | | | | | instead make the normal composite_done() and composite_error() functions automatically trigger a delayed callback if the caller has had no opportunity to setup a async callback this removes one of the common mistakes in writing a composite function | |||||
* | r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetup | Stefan Metzmacher | 2005-12-07 | 1 | -46/+51 | |
| | | | | metze | |||||
* | r12114: - smb2_keepalive() acts on the smb2_transport | Stefan Metzmacher | 2005-12-07 | 3 | -11/+13 | |
| | | | | | | - smb2_logoff() acts on the smb2_session metze | |||||
* | r12113: in SMB2 we should only allocate a new session | Stefan Metzmacher | 2005-12-07 | 1 | -6/+6 | |
| | | | | | | | when the client sends UID = 0, otherwise we return NT_STATUS_USER_SESSION_DELETED metze | |||||
* | r12105: Formatting. | Rafal Szczesniak | 2005-12-06 | 1 | -3/+3 | |
| | | | | rafal | |||||
* | r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection() | Rafal Szczesniak | 2005-12-06 | 1 | -2/+13 | |
| | | | | | | | This is one of the last places using the latter function. rafal | |||||
* | r12103: Comments and a bit of formatting. | Rafal Szczesniak | 2005-12-06 | 1 | -6/+28 | |
| | | | | rafal | |||||
* | r12102: for SMB2 we need to allocate tcons per session | Stefan Metzmacher | 2005-12-06 | 9 | -53/+116 | |
| | | | | metze | |||||
* | r12101: revert my last commit, I breaks the build and I don't know why... | Stefan Metzmacher | 2005-12-06 | 1 | -17/+19 | |
| | | | | metze | |||||
* | r12095: the most SMB2 opcodes need a valid session and tcon, | Stefan Metzmacher | 2005-12-06 | 1 | -0/+46 | |
| | | | | metze | |||||
* | r12094: - implement dummy smb2srv_tcon() | Stefan Metzmacher | 2005-12-06 | 1 | -2/+122 | |
| | | | | | | - implement smb2srv_tdis() metze | |||||
* | r12093: add missing file | Stefan Metzmacher | 2005-12-06 | 1 | -0/+74 | |
| | | | | metze | |||||
* | r12092: - add dummy functions for the missing SMB2 opcodes | Stefan Metzmacher | 2005-12-06 | 5 | -12/+82 | |
| | | | | | | - implement keepalive and logoff metze | |||||
* | r12091: the SMB2 specific level are not available via SMB | Stefan Metzmacher | 2005-12-06 | 1 | -0/+4 | |
| | | | | | | (get rid of the compiler warnings) metze | |||||
* | r12090: use the _trigger_error() function in the function | Stefan Metzmacher | 2005-12-06 | 1 | -19/+17 | |
| | | | | | | that allocated the composite_context metze | |||||
* | r12089: Couple of fixes in cases of memory outage before we sort | Rafal Szczesniak | 2005-12-06 | 1 | -12/+21 | |
| | | | | | | | | out how and when to use composite_error() and composite_trigger_error(). Spotted by Metze. rafal | |||||
* | r12088: Use a structure to pass arguments to dcerpc connection functions | Rafal Szczesniak | 2005-12-06 | 2 | -71/+26 | |
| | | | | | | | and move migrated (async) code to a new file. rafal | |||||
* | r12087: Split dcerpc pipe connection functions into separate file. | Rafal Szczesniak | 2005-12-06 | 2 | -1/+167 | |
| | | | | | | | | It's going to contain async functions and ncacn_np is the first. rafal | |||||
* | r12086: reverted the utf8string change in xattr.idl. See the discussion on | Andrew Tridgell | 2005-12-06 | 1 | -3/+3 | |
| | | | | | samba-technical on why this should stay as a simple null terminated string (basically to make hand-written parsers easier) | |||||
* | r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the | Andrew Tridgell | 2005-12-06 | 4 | -31/+183 | |
| | | | | | Samba4 and ethereal IDL into line, so ethereal doesn't lose any existing strucutres when switching to idl | |||||
* | r12084: added a comment on what is appropriate for parameter_control | Andrew Tridgell | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | r12082: fixed a valgrind error found by kukks in the transs server handling | Andrew Tridgell | 2005-12-06 | 1 | -2/+1 | |
| | ||||||
* | r12079: Fix to the comment for sake of completness... | Rafal Szczesniak | 2005-12-05 | 1 | -1/+1 | |
| | | | | rafal | |||||
* | r12078: fix the build on hosts with old compilers | Stefan Metzmacher | 2005-12-05 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the ↵ | Stefan Metzmacher | 2005-12-05 | 3 | -41/+1 | |
| | | | | | | | | NBT-WINSREPLICATION test metze | |||||
* | r12074: in accept() we need to set socket name of the child socket by looking | Stefan Metzmacher | 2005-12-05 | 1 | -3/+19 | |
| | | | | | | up what address the client has used, as the socket is maybe bound to '0.0.0.0' metze | |||||
* | r12073: fix vlgrind error, calculate the correct size for memcpy() | Stefan Metzmacher | 2005-12-05 | 1 | -6/+13 | |
| | | | | | | and don't assume out_len is >= sizeof(*in_addr) metze | |||||
* | r12072: fix sgroup,active,owned vs. sgroup,non-active case | Stefan Metzmacher | 2005-12-05 | 1 | -5/+20 | |
| | | | | metze | |||||
* | r12071: - implement MHOMED merging | Stefan Metzmacher | 2005-12-05 | 1 | -3/+198 | |
| | | | | | | | | | - implement late release demands we now pass the full NBT-WINSREPLICATION torture test but only with non-socket_wrapper mode metze | |||||
* | r12070: make sure a unique record with multiple addresses becauses mhomed | Stefan Metzmacher | 2005-12-05 | 1 | -0/+3 | |
| | | | | metze | |||||
* | r12069: fix typo | Stefan Metzmacher | 2005-12-05 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12068: a better fix to prevent crashing, on errors | Stefan Metzmacher | 2005-12-05 | 1 | -8/+2 | |
| | | | | metze | |||||
* | r12067: print out some more details | Stefan Metzmacher | 2005-12-05 | 1 | -2/+17 | |
| | | | | metze | |||||
* | r12066: - add a unique,active,owner vs. unique,active,replica tests where | Stefan Metzmacher | 2005-12-05 | 1 | -6/+39 | |
| | | | | | | | we respond with the replicas address to the challenge - fix some skip checks metze | |||||
* | r12065: fix compiler warning | Stefan Metzmacher | 2005-12-05 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12064: pass back the socket level error correctly (so we get | Andrew Tridgell | 2005-12-05 | 1 | -7/+2 | |
| | | | | NT_STATUS_CONNECTION_REFUSED when a KDC is not listening) | |||||
* | r12063: fixed the krb5 client code to handle ICMP port unreachable errors, and | Andrew Tridgell | 2005-12-05 | 1 | -17/+21 | |
| | | | | error out immediatelly. This prevents a long timeout | |||||
* | r12062: SASL negotiation now requires a gensec_security context, so that we | Andrew Bartlett | 2005-12-05 | 1 | -1/+1 | |
| | | | | | | only try permitted mechanims. Andrew Bartlett | |||||
* | r12061: Add missing file to previous commit. This provides a hook on which to | Andrew Bartlett | 2005-12-05 | 1 | -0/+31 | |
| | | | | | | attach a restriction on available GENSEC mechanisms. Andrew Bartlett | |||||
* | r12060: Work towards allowing the credentials system to allow/deny certain | Andrew Bartlett | 2005-12-05 | 5 | -65/+105 | |
| | | | | | | | GENSEC mechansims. This will allow a machine join to an NT4 domain to avoid even trying kerberos, or a sensitive operation to require it. Andrew Bartlett | |||||
* | r12059: Use random keytab names (so we get different keytabs, rather than | Andrew Bartlett | 2005-12-05 | 1 | -1/+15 | |
| | | | | | | share the MEMORY: keytab). Andrew Bartlett | |||||
* | r12058: Set an anonymous fallback, if the machine account isn't available. | Andrew Bartlett | 2005-12-05 | 1 | -0/+2 | |
| | | | | Andrew Bartlett | |||||
* | r12057: fixed authentication in ldb client tools | Andrew Tridgell | 2005-12-05 | 1 | -0/+3 | |
| |