summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-1014-58/+57
* r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetupStefan Metzmacher2007-10-101-46/+51
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2007-10-103-11/+13
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2007-10-101-6/+6
* r12105: Formatting.Rafal Szczesniak2007-10-101-3/+3
* r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()Rafal Szczesniak2007-10-101-2/+13
* r12103: Comments and a bit of formatting.Rafal Szczesniak2007-10-101-6/+28
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-109-53/+116
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2007-10-101-17/+19
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2007-10-101-0/+46
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
* r12093: add missing fileStefan Metzmacher2007-10-101-0/+74
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-105-12/+82
* r12091: the SMB2 specific level are not available via SMBStefan Metzmacher2007-10-101-0/+4
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2007-10-101-19/+17
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2007-10-101-12/+21
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2007-10-102-71/+26
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2007-10-102-1/+167
* r12086: reverted the utf8string change in xattr.idl. See the discussion onAndrew Tridgell2007-10-101-3/+3
* r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring theAndrew Tridgell2007-10-104-31/+183
* r12084: added a comment on what is appropriate for parameter_controlAndrew Tridgell2007-10-101-1/+1
* r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell2007-10-101-2/+1
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2007-10-101-1/+1
* r12078: fix the build on hosts with old compilersStefan Metzmacher2007-10-101-1/+1
* r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the NBT-WINSREP...Stefan Metzmacher2007-10-103-41/+1
* r12074: in accept() we need to set socket name of the child socket by lookingStefan Metzmacher2007-10-101-3/+19
* r12073: fix vlgrind error, calculate the correct size for memcpy()Stefan Metzmacher2007-10-101-6/+13
* r12072: fix sgroup,active,owned vs. sgroup,non-active caseStefan Metzmacher2007-10-101-5/+20
* r12071: - implement MHOMED mergingStefan Metzmacher2007-10-101-3/+198
* r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher2007-10-101-0/+3
* r12069: fix typoStefan Metzmacher2007-10-101-1/+1
* r12068: a better fix to prevent crashing, on errorsStefan Metzmacher2007-10-101-8/+2
* r12067: print out some more detailsStefan Metzmacher2007-10-101-2/+17
* r12066: - add a unique,active,owner vs. unique,active,replica tests whereStefan Metzmacher2007-10-101-6/+39
* r12065: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r12064: pass back the socket level error correctly (so we getAndrew Tridgell2007-10-101-7/+2
* r12063: fixed the krb5 client code to handle ICMP port unreachable errors, andAndrew Tridgell2007-10-101-17/+21
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2007-10-101-1/+1
* r12061: Add missing file to previous commit. This provides a hook on which toAndrew Bartlett2007-10-101-0/+31
* r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett2007-10-105-65/+105
* r12059: Use random keytab names (so we get different keytabs, rather thanAndrew Bartlett2007-10-101-1/+15
* r12058: Set an anonymous fallback, if the machine account isn't available.Andrew Bartlett2007-10-101-0/+2
* r12057: fixed authentication in ldb client toolsAndrew Tridgell2007-10-101-0/+3
* r12056: Some clarification fixes for the keytab code, and use the rightAndrew Bartlett2007-10-101-14/+15
* r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)Andrew Bartlett2007-10-101-3/+9
* r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett2007-10-101-0/+4
* r12035: Fix memory leaks in the KDC.Andrew Bartlett2007-10-101-0/+3
* r12024: do some extra sleeping to give the server the chance to handle our replyStefan Metzmacher2007-10-101-0/+2
* r12023: use the NBTD IRPC proxy calls for implementing the challenge and rele...Stefan Metzmacher2007-10-101-4/+115
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2007-10-104-1/+403