summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-109-53/+116
| | | | | metze (This used to be commit 4d527ac005086c2db954578b4126ca128e436e01)
* r12101: revert my last commit, I breaks the build and I don't know why...Stefan Metzmacher2007-10-101-17/+19
| | | | | metze (This used to be commit dc664df873c208c57752e8288a82cef77bc61338)
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2007-10-101-0/+46
| | | | | metze (This used to be commit 40b301c6bdb329ad347ac8a474be85dcbc671518)
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
| | | | | | | - implement smb2srv_tdis() metze (This used to be commit cb9ddf7997731a4ad21f274fcb2e713614b382ef)
* r12093: add missing fileStefan Metzmacher2007-10-101-0/+74
| | | | | metze (This used to be commit 1506be37db16e24c3694278739fc3e52719d0d8b)
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-105-12/+82
| | | | | | | - implement keepalive and logoff metze (This used to be commit 859ab627f45a5acca1deb66b8abdc38eaf49e5a2)
* r12091: the SMB2 specific level are not available via SMBStefan Metzmacher2007-10-101-0/+4
| | | | | | | (get rid of the compiler warnings) metze (This used to be commit 436c5127ef7baec22377d2f1d129702597486575)
* r12090: use the _trigger_error() function in the functionStefan Metzmacher2007-10-101-19/+17
| | | | | | | that allocated the composite_context metze (This used to be commit 998a7f8572bb90b5d478f03f09fba9867a6d8bfa)
* r12089: Couple of fixes in cases of memory outage before we sortRafal Szczesniak2007-10-101-12/+21
| | | | | | | | out how and when to use composite_error() and composite_trigger_error(). Spotted by Metze. rafal (This used to be commit 218db3ebc06f2d3e906f23a36bad088861b8e720)
* r12088: Use a structure to pass arguments to dcerpc connection functionsRafal Szczesniak2007-10-102-71/+26
| | | | | | | and move migrated (async) code to a new file. rafal (This used to be commit 79b231bc534e10149d86a2c647a27c27ce524949)
* r12087: Split dcerpc pipe connection functions into separate file.Rafal Szczesniak2007-10-102-1/+167
| | | | | | | | It's going to contain async functions and ncacn_np is the first. rafal (This used to be commit 3fe2df5fe3165972536c937620d770e763b0d5bb)
* r12086: reverted the utf8string change in xattr.idl. See the discussion onAndrew Tridgell2007-10-101-3/+3
| | | | | | samba-technical on why this should stay as a simple null terminated string (basically to make hand-written parsers easier) (This used to be commit 0f1de4b1db7f0035e2b31f967d86de9306558968)
* r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring theAndrew Tridgell2007-10-104-31/+183
| | | | | | Samba4 and ethereal IDL into line, so ethereal doesn't lose any existing strucutres when switching to idl (This used to be commit afccf73ecf6cf85e72c04e28724096aa6da96a80)
* r12084: added a comment on what is appropriate for parameter_controlAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 040d798a88ad6e6d56179de2b9036e3d0c36afc8)
* r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 5c81986bff06efeacf95d3d64254d566181c30bb)
* r12079: Fix to the comment for sake of completness...Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit 7aa40e3a3ff7a655c5ed8ee67c55af92193815f1)
* r12078: fix the build on hosts with old compilersStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 82fa27da0725b1d84688e26ca189b445c4a08f4e)
* r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the ↵Stefan Metzmacher2007-10-103-41/+1
| | | | | | | | | NBT-WINSREPLICATION test metze (This used to be commit 224dab45ab8de9fd4288c473b141541614cde422)
* r12074: in accept() we need to set socket name of the child socket by lookingStefan Metzmacher2007-10-101-3/+19
| | | | | | | up what address the client has used, as the socket is maybe bound to '0.0.0.0' metze (This used to be commit 81d322f91aa7097a51c13648211a0556b0424fa4)
* r12073: fix vlgrind error, calculate the correct size for memcpy()Stefan Metzmacher2007-10-101-6/+13
| | | | | | | and don't assume out_len is >= sizeof(*in_addr) metze (This used to be commit 61dbe9e5070085117b12b5b37cf0e7fe4342e2a3)
* r12072: fix sgroup,active,owned vs. sgroup,non-active caseStefan Metzmacher2007-10-101-5/+20
| | | | | metze (This used to be commit 47ce4286dec3df9eb22ac2efde18af807ecf9cfa)
* r12071: - implement MHOMED mergingStefan Metzmacher2007-10-101-3/+198
| | | | | | | | | | - implement late release demands we now pass the full NBT-WINSREPLICATION torture test but only with non-socket_wrapper mode metze (This used to be commit bd78c97cfff7e2d3a053e4bb4d6459afad5fba5c)
* r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 4be3b576f2926279686ecada52144b9df8165a03)
* r12069: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 3c442ccb594d1a781e42f2268a3582578ae82d76)
* r12068: a better fix to prevent crashing, on errorsStefan Metzmacher2007-10-101-8/+2
| | | | | metze (This used to be commit 7b20f8e66d55774877ec1441175fb707856c6609)
* r12067: print out some more detailsStefan Metzmacher2007-10-101-2/+17
| | | | | metze (This used to be commit 8207969a5727e54877752be5168931f609591be1)
* r12066: - add a unique,active,owner vs. unique,active,replica tests whereStefan Metzmacher2007-10-101-6/+39
| | | | | | | | we respond with the replicas address to the challenge - fix some skip checks metze (This used to be commit a37aaa93cb25c559b27f4c1a7c48285d4223b9aa)
* r12065: fix compiler warningStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c60bac5baa572a597ce6e1c2e3639be4c7daeefc)
* r12064: pass back the socket level error correctly (so we getAndrew Tridgell2007-10-101-7/+2
| | | | | NT_STATUS_CONNECTION_REFUSED when a KDC is not listening) (This used to be commit 0f85fc204c6018f8403c2e8f75f683aed38ba83b)
* r12063: fixed the krb5 client code to handle ICMP port unreachable errors, andAndrew Tridgell2007-10-101-17/+21
| | | | | error out immediatelly. This prevents a long timeout (This used to be commit f6c0fccc06060582ef870a0ac590dabeec2f2e6a)
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2007-10-101-1/+1
| | | | | | | only try permitted mechanims. Andrew Bartlett (This used to be commit 0f50239dc40ee128e4985f8aec5bb5f440a4f3f0)
* r12061: Add missing file to previous commit. This provides a hook on which toAndrew Bartlett2007-10-101-0/+31
| | | | | | | attach a restriction on available GENSEC mechanisms. Andrew Bartlett (This used to be commit 8154f2421f828be65ee89f21ed7ac0f5e2132ca9)
* r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett2007-10-105-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 (This used to be commit 11c7a89e523f85afd728d5e5f03bb084dc620244)
* r12059: Use random keytab names (so we get different keytabs, rather thanAndrew Bartlett2007-10-101-1/+15
| | | | | | | share the MEMORY: keytab). Andrew Bartlett (This used to be commit 6c43de27086d3c463891598eb55a44877194cb0d)
* r12058: Set an anonymous fallback, if the machine account isn't available.Andrew Bartlett2007-10-101-0/+2
| | | | | Andrew Bartlett (This used to be commit 55cb72f5cfe9a2c520c30e11ab34896588e91730)
* r12057: fixed authentication in ldb client toolsAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 020de11a61a1aa2c77c0a308186c85960c10fe32)
* r12056: Some clarification fixes for the keytab code, and use the rightAndrew Bartlett2007-10-101-14/+15
| | | | | | | function for enctype to string. Andrew Bartlett (This used to be commit ae6c968cb27f451e5f8cea62be7f33b4b4716f82)
* r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)Andrew Bartlett2007-10-101-3/+9
| | | | | | | | | is equivilant to free(). This is the issue tridge was seeing in the MEMORY: keytab code. Andrew Bartlett (This used to be commit d5a2de8ef06a08274d25ab005f2a68ec32e226f0)
* r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett2007-10-101-0/+4
| | | | | Andrew Bartlett (This used to be commit 0c4ea6f6413e260a15c0afe331a066ea7051fd9f)
* r12035: Fix memory leaks in the KDC.Andrew Bartlett2007-10-101-0/+3
| | | | | Andrew Bartlett (This used to be commit b60531b109cf9539a9d58d46436f397346352cee)
* r12024: do some extra sleeping to give the server the chance to handle our replyStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 144bde91b3ccbf40494b3f235a2f2699e32f9ad8)
* r12023: use the NBTD IRPC proxy calls for implementing the challenge and ↵Stefan Metzmacher2007-10-101-4/+115
| | | | | | | | | release demand conflict cases metze (This used to be commit 9e84c85b3de178e0dd093ed9344d30d4c9ea6730)
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2007-10-104-1/+403
| | | | | | | used for replication conflicts metze (This used to be commit d7d14cb2bd9823d7e7d81266ca4014ea5263c714)
* r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher2007-10-102-7/+6
| | | | | metze (This used to be commit 8fb07b1ea8fdf353da832212289aceef20495bda)
* r12020: fix memory hierachieStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2433800834293a95669c3c48eb2462b76d1b3029)
* r12019: - let us only reference libblkid stuff in one fileStefan Metzmacher2007-10-103-54/+58
| | | | | | | | - and make it it bit simpler, by caching the GUID struct instead of the device name - and this also removes all compiler warnings... metze (This used to be commit f4f0d626e00116e85a91962bf8534c1fbb69334c)
* r12016: fixed a valgrind errorAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 482548031e69ba4bddac999ca9f2cb6ad8359953)
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2007-10-105-9/+8
| | | | | | | to match all other _recv functions we have metze (This used to be commit bd4f85ab5f60c7430ac88062fa6a9f6cffa9596f)
* r12013: fix compiler warningsStefan Metzmacher2007-10-102-6/+6
| | | | | metze (This used to be commit 4d35c2b8e671cc8fe44971cf2a577236afd1abbd)
* r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit e5654f9791a2786e45108216344b2daea3ad9d91)