Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r12101: revert my last commit, I breaks the build and I don't know why... | Stefan Metzmacher | 2005-12-06 | 1 | -17/+19 | |
| | | | | metze | |||||
* | r12095: the most SMB2 opcodes need a valid session and tcon, | Stefan Metzmacher | 2005-12-06 | 1 | -0/+46 | |
| | | | | metze | |||||
* | r12094: - implement dummy smb2srv_tcon() | Stefan Metzmacher | 2005-12-06 | 1 | -2/+122 | |
| | | | | | | - implement smb2srv_tdis() metze | |||||
* | r12093: add missing file | Stefan Metzmacher | 2005-12-06 | 1 | -0/+74 | |
| | | | | metze | |||||
* | r12092: - add dummy functions for the missing SMB2 opcodes | Stefan Metzmacher | 2005-12-06 | 5 | -12/+82 | |
| | | | | | | - implement keepalive and logoff metze | |||||
* | r12091: the SMB2 specific level are not available via SMB | Stefan Metzmacher | 2005-12-06 | 1 | -0/+4 | |
| | | | | | | (get rid of the compiler warnings) metze | |||||
* | r12090: use the _trigger_error() function in the function | Stefan Metzmacher | 2005-12-06 | 1 | -19/+17 | |
| | | | | | | that allocated the composite_context metze | |||||
* | r12089: Couple of fixes in cases of memory outage before we sort | Rafal Szczesniak | 2005-12-06 | 1 | -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 functions | Rafal Szczesniak | 2005-12-06 | 2 | -71/+26 | |
| | | | | | | | and move migrated (async) code to a new file. rafal | |||||
* | r12087: Split dcerpc pipe connection functions into separate file. | Rafal Szczesniak | 2005-12-06 | 2 | -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 on | Andrew Tridgell | 2005-12-06 | 1 | -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 the | Andrew Tridgell | 2005-12-06 | 4 | -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_control | Andrew Tridgell | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | r12082: fixed a valgrind error found by kukks in the transs server handling | Andrew Tridgell | 2005-12-06 | 1 | -2/+1 | |
| | ||||||
* | r12079: Fix to the comment for sake of completness... | Rafal Szczesniak | 2005-12-05 | 1 | -1/+1 | |
| | | | | rafal | |||||
* | r12078: fix the build on hosts with old compilers | Stefan Metzmacher | 2005-12-05 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the ↵ | Stefan Metzmacher | 2005-12-05 | 3 | -41/+1 | |
| | | | | | | | | NBT-WINSREPLICATION test metze | |||||
* | r12074: in accept() we need to set socket name of the child socket by looking | Stefan Metzmacher | 2005-12-05 | 1 | -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 Metzmacher | 2005-12-05 | 1 | -6/+13 | |
| | | | | | | and don't assume out_len is >= sizeof(*in_addr) metze | |||||
* | r12072: fix sgroup,active,owned vs. sgroup,non-active case | Stefan Metzmacher | 2005-12-05 | 1 | -5/+20 | |
| | | | | metze | |||||
* | r12071: - implement MHOMED merging | Stefan Metzmacher | 2005-12-05 | 1 | -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 mhomed | Stefan Metzmacher | 2005-12-05 | 1 | -0/+3 | |
| | | | | metze | |||||
* | r12069: fix typo | Stefan Metzmacher | 2005-12-05 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12068: a better fix to prevent crashing, on errors | Stefan Metzmacher | 2005-12-05 | 1 | -8/+2 | |
| | | | | metze | |||||
* | r12067: print out some more details | Stefan Metzmacher | 2005-12-05 | 1 | -2/+17 | |
| | | | | metze | |||||
* | r12066: - add a unique,active,owner vs. unique,active,replica tests where | Stefan Metzmacher | 2005-12-05 | 1 | -6/+39 | |
| | | | | | | | we respond with the replicas address to the challenge - fix some skip checks metze | |||||
* | r12065: fix compiler warning | Stefan Metzmacher | 2005-12-05 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12064: pass back the socket level error correctly (so we get | Andrew Tridgell | 2005-12-05 | 1 | -7/+2 | |
| | | | | NT_STATUS_CONNECTION_REFUSED when a KDC is not listening) | |||||
* | r12063: fixed the krb5 client code to handle ICMP port unreachable errors, and | Andrew Tridgell | 2005-12-05 | 1 | -17/+21 | |
| | | | | error out immediatelly. This prevents a long timeout | |||||
* | r12062: SASL negotiation now requires a gensec_security context, so that we | Andrew Bartlett | 2005-12-05 | 1 | -1/+1 | |
| | | | | | | only try permitted mechanims. Andrew Bartlett | |||||
* | r12061: Add missing file to previous commit. This provides a hook on which to | Andrew Bartlett | 2005-12-05 | 1 | -0/+31 | |
| | | | | | | attach a restriction on available GENSEC mechanisms. Andrew Bartlett | |||||
* | r12060: Work towards allowing the credentials system to allow/deny certain | Andrew Bartlett | 2005-12-05 | 5 | -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 than | Andrew Bartlett | 2005-12-05 | 1 | -1/+15 | |
| | | | | | | share the MEMORY: keytab). Andrew Bartlett | |||||
* | r12058: Set an anonymous fallback, if the machine account isn't available. | Andrew Bartlett | 2005-12-05 | 1 | -0/+2 | |
| | | | | Andrew Bartlett | |||||
* | r12057: fixed authentication in ldb client tools | Andrew Tridgell | 2005-12-05 | 1 | -0/+3 | |
| | ||||||
* | r12056: Some clarification fixes for the keytab code, and use the right | Andrew Bartlett | 2005-12-04 | 1 | -14/+15 | |
| | | | | | | function for enctype to string. Andrew Bartlett | |||||
* | r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0) | Andrew Bartlett | 2005-12-03 | 1 | -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 Bartlett | 2005-12-03 | 1 | -0/+4 | |
| | | | | Andrew Bartlett | |||||
* | r12035: Fix memory leaks in the KDC. | Andrew Bartlett | 2005-12-02 | 1 | -0/+3 | |
| | | | | Andrew Bartlett | |||||
* | r12024: do some extra sleeping to give the server the chance to handle our reply | Stefan Metzmacher | 2005-12-02 | 1 | -0/+2 | |
| | | | | metze | |||||
* | r12023: use the NBTD IRPC proxy calls for implementing the challenge and ↵ | Stefan Metzmacher | 2005-12-02 | 1 | -4/+115 | |
| | | | | | | | | release demand conflict cases metze | |||||
* | r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand, | Stefan Metzmacher | 2005-12-02 | 4 | -1/+403 | |
| | | | | | | used for replication conflicts metze | |||||
* | r12021: remove shortpath for winsdb_lookup, this isn't needed | Stefan Metzmacher | 2005-12-02 | 2 | -7/+6 | |
| | | | | metze | |||||
* | r12020: fix memory hierachie | Stefan Metzmacher | 2005-12-02 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r12019: - let us only reference libblkid stuff in one file | Stefan Metzmacher | 2005-12-02 | 3 | -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 error | Andrew Tridgell | 2005-12-02 | 1 | -1/+1 | |
| | ||||||
* | r12014: free the irpc_request structure with the irpc_call_recv functions, | Stefan Metzmacher | 2005-12-02 | 5 | -9/+8 | |
| | | | | | | to match all other _recv functions we have metze | |||||
* | r12013: fix compiler warnings | Stefan Metzmacher | 2005-12-02 | 2 | -6/+6 | |
| | | | | metze | |||||
* | r12012: fix renaming smbsrv_trees -> smbsrv_tcons | Stefan Metzmacher | 2005-12-02 | 1 | -6/+6 | |
| | | | | metze | |||||
* | r12011: fixed another 'mixed code and declarations' bug | Andrew Tridgell | 2005-12-02 | 1 | -1/+2 | |
| |