summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r12127: add --option=rpc_login:samr_auth=yes, to work against w2k3Stefan Metzmacher2005-12-081-13/+36
| | | | metze
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2005-12-084-54/+19
| | | | metze
* r12125: make the deferred connection termination the default,Stefan Metzmacher2005-12-082-6/+30
| | | | | | so that I can remove all the other versions of it metze
* r12124: we don't need this comment twiceStefan Metzmacher2005-12-081-5/+0
| | | | metze
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2005-12-084-15/+16
| | | | metze
* r12122: add forward declaration for packet_contextStefan Metzmacher2005-12-081-0/+2
| | | | metze
* r12121: remove some dublicate codeStefan Metzmacher2005-12-081-44/+19
| | | | metze
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-0814-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 sesssetupStefan Metzmacher2005-12-071-46/+51
| | | | metze
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2005-12-073-11/+13
| | | | | | - smb2_logoff() acts on the smb2_session metze
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2005-12-071-6/+6
| | | | | | | when the client sends UID = 0, otherwise we return NT_STATUS_USER_SESSION_DELETED metze
* r12105: Formatting.Rafal Szczesniak2005-12-061-3/+3
| | | | rafal
* r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()Rafal Szczesniak2005-12-061-2/+13
| | | | | | | This is one of the last places using the latter function. rafal
* r12103: Comments and a bit of formatting.Rafal Szczesniak2005-12-061-6/+28
| | | | rafal
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2005-12-069-53/+116
| | | | metze
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2005-12-061-17/+19
| | | | metze
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2005-12-061-0/+46
| | | | metze
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2005-12-061-2/+122
| | | | | | - implement smb2srv_tdis() metze
* r12093: add missing fileStefan Metzmacher2005-12-061-0/+74
| | | | metze
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2005-12-065-12/+82
| | | | | | - implement keepalive and logoff metze
* r12091: the SMB2 specific level are not available via SMBStefan Metzmacher2005-12-061-0/+4
| | | | | | (get rid of the compiler warnings) metze
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2005-12-061-19/+17
| | | | | | that allocated the composite_context metze
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2005-12-061-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 functionsRafal Szczesniak2005-12-062-71/+26
| | | | | | | and move migrated (async) code to a new file. rafal
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2005-12-062-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 onAndrew Tridgell2005-12-061-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 theAndrew Tridgell2005-12-064-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_controlAndrew Tridgell2005-12-061-1/+1
|
* r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell2005-12-061-2/+1
|
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2005-12-051-1/+1
| | | | rafal
* r12078: fix the build on hosts with old compilersStefan Metzmacher2005-12-051-1/+1
| | | | metze
* r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the ↵Stefan Metzmacher2005-12-053-41/+1
| | | | | | | | NBT-WINSREPLICATION test metze
* r12074: in accept() we need to set socket name of the child socket by lookingStefan Metzmacher2005-12-051-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 Metzmacher2005-12-051-6/+13
| | | | | | and don't assume out_len is >= sizeof(*in_addr) metze
* r12072: fix sgroup,active,owned vs. sgroup,non-active caseStefan Metzmacher2005-12-051-5/+20
| | | | metze
* r12071: - implement MHOMED mergingStefan Metzmacher2005-12-051-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 mhomedStefan Metzmacher2005-12-051-0/+3
| | | | metze
* r12069: fix typoStefan Metzmacher2005-12-051-1/+1
| | | | metze
* r12068: a better fix to prevent crashing, on errorsStefan Metzmacher2005-12-051-8/+2
| | | | metze
* r12067: print out some more detailsStefan Metzmacher2005-12-051-2/+17
| | | | metze
* r12066: - add a unique,active,owner vs. unique,active,replica tests where Stefan Metzmacher2005-12-051-6/+39
| | | | | | | we respond with the replicas address to the challenge - fix some skip checks metze
* r12065: fix compiler warningStefan Metzmacher2005-12-051-1/+1
| | | | metze
* r12064: pass back the socket level error correctly (so we getAndrew Tridgell2005-12-051-7/+2
| | | | NT_STATUS_CONNECTION_REFUSED when a KDC is not listening)
* r12063: fixed the krb5 client code to handle ICMP port unreachable errors, andAndrew Tridgell2005-12-051-17/+21
| | | | error out immediatelly. This prevents a long timeout
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2005-12-051-1/+1
| | | | | | only try permitted mechanims. Andrew Bartlett
* r12061: Add missing file to previous commit. This provides a hook on which toAndrew Bartlett2005-12-051-0/+31
| | | | | | attach a restriction on available GENSEC mechanisms. Andrew Bartlett
* r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett2005-12-055-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 thanAndrew Bartlett2005-12-051-1/+15
| | | | | | share the MEMORY: keytab). Andrew Bartlett
* r12058: Set an anonymous fallback, if the machine account isn't available.Andrew Bartlett2005-12-051-0/+2
| | | | Andrew Bartlett
* r12057: fixed authentication in ldb client toolsAndrew Tridgell2005-12-051-0/+3
|