summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* r12056: Some clarification fixes for the keytab code, and use the rightAndrew Bartlett2005-12-041-14/+15
| | | | | | function for enctype to string. Andrew Bartlett
* r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)Andrew Bartlett2005-12-031-3/+9
| | | | | | | | is equivilant to free(). This is the issue tridge was seeing in the MEMORY: keytab code. Andrew Bartlett
* r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett2005-12-031-0/+4
| | | | Andrew Bartlett
* r12035: Fix memory leaks in the KDC.Andrew Bartlett2005-12-021-0/+3
| | | | Andrew Bartlett
* r12024: do some extra sleeping to give the server the chance to handle our replyStefan Metzmacher2005-12-021-0/+2
| | | | metze
* r12023: use the NBTD IRPC proxy calls for implementing the challenge and ↵Stefan Metzmacher2005-12-021-4/+115
| | | | | | | | release demand conflict cases metze
* r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher2005-12-024-1/+403
| | | | | | used for replication conflicts metze
* r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher2005-12-022-7/+6
| | | | metze
* r12020: fix memory hierachieStefan Metzmacher2005-12-021-1/+1
| | | | metze
* r12019: - let us only reference libblkid stuff in one fileStefan Metzmacher2005-12-023-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
* r12016: fixed a valgrind errorAndrew Tridgell2005-12-021-1/+1
|
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2005-12-025-9/+8
| | | | | | to match all other _recv functions we have metze
* r12013: fix compiler warningsStefan Metzmacher2005-12-022-6/+6
| | | | metze
* r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher2005-12-021-6/+6
| | | | metze
* r12011: fixed another 'mixed code and declarations' bugAndrew Tridgell2005-12-021-1/+2
|