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