samba.git
16 years agor12090: use the _trigger_error() function in the function
Stefan Metzmacher [Tue, 6 Dec 2005 11:52:16 +0000 (11:52 +0000)]
r12090: use the _trigger_error() function in the function
that allocated the composite_context

metze

16 years agor12089: Couple of fixes in cases of memory outage before we sort
Rafal Szczesniak [Tue, 6 Dec 2005 11:11:11 +0000 (11:11 +0000)]
r12089: Couple of fixes in cases of memory outage before we sort
out how and when to use composite_error() and composite_trigger_error().
Spotted by Metze.

rafal

16 years agor12088: Use a structure to pass arguments to dcerpc connection functions
Rafal Szczesniak [Tue, 6 Dec 2005 08:58:21 +0000 (08:58 +0000)]
r12088: Use a structure to pass arguments to dcerpc connection functions
and move migrated (async) code to a new file.

rafal

16 years agor12087: Split dcerpc pipe connection functions into separate file.
Rafal Szczesniak [Tue, 6 Dec 2005 08:56:13 +0000 (08:56 +0000)]
r12087: Split dcerpc pipe connection functions into separate file.
It's going to contain async functions and ncacn_np is the
first.

rafal

16 years agor12086: reverted the utf8string change in xattr.idl. See the discussion on
Andrew Tridgell [Tue, 6 Dec 2005 05:25:03 +0000 (05:25 +0000)]
r12086: reverted the utf8string change in xattr.idl. See the discussion on
samba-technical on why this should stay as a simple null terminated
string (basically to make hand-written parsers easier)

16 years agor12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the
Andrew Tridgell [Tue, 6 Dec 2005 03:53:51 +0000 (03:53 +0000)]
r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the
Samba4 and ethereal IDL into line, so ethereal doesn't lose any
existing strucutres when switching to idl

16 years agor12084: added a comment on what is appropriate for parameter_control
Andrew Tridgell [Tue, 6 Dec 2005 03:51:54 +0000 (03:51 +0000)]
r12084: added a comment on what is appropriate for parameter_control

16 years agor12082: fixed a valgrind error found by kukks in the transs server handling
Andrew Tridgell [Tue, 6 Dec 2005 00:12:32 +0000 (00:12 +0000)]
r12082: fixed a valgrind error found by kukks in the transs server handling

16 years agor12079: Fix to the comment for sake of completness...
Rafal Szczesniak [Mon, 5 Dec 2005 22:34:45 +0000 (22:34 +0000)]
r12079: Fix to the comment for sake of completness...

rafal

16 years agor12078: fix the build on hosts with old compilers
Stefan Metzmacher [Mon, 5 Dec 2005 22:22:05 +0000 (22:22 +0000)]
r12078: fix the build on hosts with old compilers

metze

16 years agor12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the NBT-WINSREPLICATION
Stefan Metzmacher [Mon, 5 Dec 2005 15:47:15 +0000 (15:47 +0000)]
r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the NBT-WINSREPLICATION
test

metze

16 years agor12074: in accept() we need to set socket name of the child socket by looking
Stefan Metzmacher [Mon, 5 Dec 2005 15:26:49 +0000 (15:26 +0000)]
r12074: in accept() we need to set socket name of the child socket by looking
up what address the client has used, as the socket is maybe bound to '0.0.0.0'

metze

16 years agor12073: fix vlgrind error, calculate the correct size for memcpy()
Stefan Metzmacher [Mon, 5 Dec 2005 15:22:38 +0000 (15:22 +0000)]
r12073: fix vlgrind error, calculate the correct size for memcpy()
and don't assume out_len is >= sizeof(*in_addr)

metze

16 years agor12072: fix sgroup,active,owned vs. sgroup,non-active case
Stefan Metzmacher [Mon, 5 Dec 2005 12:47:32 +0000 (12:47 +0000)]
r12072: fix sgroup,active,owned vs. sgroup,non-active case

metze

16 years agor12071: - implement MHOMED merging
Stefan Metzmacher [Mon, 5 Dec 2005 12:25:19 +0000 (12:25 +0000)]
r12071: - implement MHOMED merging
- implement late release demands

we now pass the full NBT-WINSREPLICATION torture test
but only with non-socket_wrapper mode

metze

16 years agor12070: make sure a unique record with multiple addresses becauses mhomed
Stefan Metzmacher [Mon, 5 Dec 2005 12:18:16 +0000 (12:18 +0000)]
r12070: make sure a unique record with multiple addresses becauses mhomed

metze

16 years agor12069: fix typo
Stefan Metzmacher [Mon, 5 Dec 2005 10:24:07 +0000 (10:24 +0000)]
r12069: fix typo

metze

16 years agor12068: a better fix to prevent crashing, on errors
Stefan Metzmacher [Mon, 5 Dec 2005 10:15:56 +0000 (10:15 +0000)]
r12068: a better fix to prevent crashing, on errors

metze

16 years agor12067: print out some more details
Stefan Metzmacher [Mon, 5 Dec 2005 10:03:10 +0000 (10:03 +0000)]
r12067: print out some more details

metze

16 years agor12066: - add a unique,active,owner vs. unique,active,replica tests where
Stefan Metzmacher [Mon, 5 Dec 2005 07:56:22 +0000 (07:56 +0000)]
r12066: - add a unique,active,owner vs. unique,active,replica tests where
  we respond with the replicas address to the challenge
- fix some skip checks

metze

16 years agor12065: fix compiler warning
Stefan Metzmacher [Mon, 5 Dec 2005 06:55:20 +0000 (06:55 +0000)]
r12065: fix compiler warning

metze

16 years agor12064: pass back the socket level error correctly (so we get
Andrew Tridgell [Mon, 5 Dec 2005 06:05:02 +0000 (06:05 +0000)]
r12064: pass back the socket level error correctly (so we get
NT_STATUS_CONNECTION_REFUSED when a KDC is not listening)

16 years agor12063: fixed the krb5 client code to handle ICMP port unreachable errors, and
Andrew Tridgell [Mon, 5 Dec 2005 06:01:22 +0000 (06:01 +0000)]
r12063: fixed the krb5 client code to handle ICMP port unreachable errors, and
error out immediatelly. This prevents a long timeout

16 years agor12062: SASL negotiation now requires a gensec_security context, so that we
Andrew Bartlett [Mon, 5 Dec 2005 04:10:13 +0000 (04:10 +0000)]
r12062: SASL negotiation now requires a gensec_security context, so that we
only try permitted mechanims.

Andrew Bartlett

16 years agor12061: Add missing file to previous commit. This provides a hook on which to
Andrew Bartlett [Mon, 5 Dec 2005 03:42:28 +0000 (03:42 +0000)]
r12061: Add missing file to previous commit.  This provides a hook on which to
attach a restriction on available GENSEC mechanisms.

Andrew Bartlett

16 years agor12060: Work towards allowing the credentials system to allow/deny certain
Andrew Bartlett [Mon, 5 Dec 2005 03:20:40 +0000 (03:20 +0000)]
r12060: Work towards allowing the credentials system to allow/deny certain
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

16 years agor12059: Use random keytab names (so we get different keytabs, rather than
Andrew Bartlett [Mon, 5 Dec 2005 01:38:26 +0000 (01:38 +0000)]
r12059: Use random keytab names (so we get different keytabs, rather than
share the MEMORY: keytab).

Andrew Bartlett

16 years agor12058: Set an anonymous fallback, if the machine account isn't available.
Andrew Bartlett [Mon, 5 Dec 2005 01:36:53 +0000 (01:36 +0000)]
r12058: Set an anonymous fallback, if the machine account isn't available.

Andrew Bartlett

16 years agor12057: fixed authentication in ldb client tools
Andrew Tridgell [Mon, 5 Dec 2005 00:43:50 +0000 (00:43 +0000)]
r12057: fixed authentication in ldb client tools

16 years agor12056: Some clarification fixes for the keytab code, and use the right
Andrew Bartlett [Sun, 4 Dec 2005 12:17:02 +0000 (12:17 +0000)]
r12056: Some clarification fixes for the keytab code, and use the right
function for enctype to string.

Andrew Bartlett

16 years agor12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)
Andrew Bartlett [Sat, 3 Dec 2005 00:47:51 +0000 (00:47 +0000)]
r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)
is equivilant to free().

This is the issue tridge was seeing in the MEMORY: keytab code.

Andrew Bartlett

16 years agor12036: Fix more KDC memory leaks (and there are probably still more...).
Andrew Bartlett [Sat, 3 Dec 2005 00:46:23 +0000 (00:46 +0000)]
r12036: Fix more KDC memory leaks (and there are probably still more...).

Andrew Bartlett

16 years agor12035: Fix memory leaks in the KDC.
Andrew Bartlett [Fri, 2 Dec 2005 22:37:07 +0000 (22:37 +0000)]
r12035: Fix memory leaks in the KDC.

Andrew Bartlett

16 years agor12024: do some extra sleeping to give the server the chance to handle our reply
Stefan Metzmacher [Fri, 2 Dec 2005 15:51:39 +0000 (15:51 +0000)]
r12024: do some extra sleeping to give the server the chance to handle our reply

metze

16 years agor12023: use the NBTD IRPC proxy calls for implementing the challenge and release...
Stefan Metzmacher [Fri, 2 Dec 2005 15:40:26 +0000 (15:40 +0000)]
r12023: use the NBTD IRPC proxy calls for implementing the challenge and release demand
conflict cases

metze

16 years agor12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,
Stefan Metzmacher [Fri, 2 Dec 2005 15:37:52 +0000 (15:37 +0000)]
r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,
used for replication conflicts

metze

16 years agor12021: remove shortpath for winsdb_lookup, this isn't needed
Stefan Metzmacher [Fri, 2 Dec 2005 15:30:25 +0000 (15:30 +0000)]
r12021: remove shortpath for winsdb_lookup, this isn't needed

metze

16 years agor12020: fix memory hierachie
Stefan Metzmacher [Fri, 2 Dec 2005 15:02:21 +0000 (15:02 +0000)]
r12020: fix memory hierachie

metze

16 years agor12019: - let us only reference libblkid stuff in one file
Stefan Metzmacher [Fri, 2 Dec 2005 14:53:56 +0000 (14:53 +0000)]
r12019: - let us only reference libblkid stuff in one file
- and make it it bit simpler, by caching the GUID struct instead of the device name
- and this also removes all compiler warnings...

metze

16 years agor12016: fixed a valgrind error
Andrew Tridgell [Fri, 2 Dec 2005 11:33:19 +0000 (11:33 +0000)]
r12016: fixed a valgrind error

16 years agor12014: free the irpc_request structure with the irpc_call_recv functions,
Stefan Metzmacher [Fri, 2 Dec 2005 07:30:34 +0000 (07:30 +0000)]
r12014: free the irpc_request structure with the irpc_call_recv functions,
to match all other _recv functions we have

metze

16 years agor12013: fix compiler warnings
Stefan Metzmacher [Fri, 2 Dec 2005 07:11:43 +0000 (07:11 +0000)]
r12013: fix compiler warnings

metze

16 years agor12012: fix renaming smbsrv_trees -> smbsrv_tcons
Stefan Metzmacher [Fri, 2 Dec 2005 07:02:38 +0000 (07:02 +0000)]
r12012: fix renaming smbsrv_trees -> smbsrv_tcons

metze

16 years agor12011: fixed another 'mixed code and declarations' bug
Andrew Tridgell [Fri, 2 Dec 2005 05:29:13 +0000 (05:29 +0000)]
r12011: fixed another 'mixed code and declarations' bug

16 years agor12010: - added support for domain specific SID codes in SDDL strings
Andrew Tridgell [Fri, 2 Dec 2005 04:26:51 +0000 (04:26 +0000)]
r12010: - added support for domain specific SID codes in SDDL strings

- added a bunch more tests to LOCAL-SDDL (all the ones from our schema)

- fixed 'mixed coded declarations' bug

16 years agor12009: made the LOCAL-SDDL test less verbose by default, and add it to the
Andrew Tridgell [Fri, 2 Dec 2005 03:21:29 +0000 (03:21 +0000)]
r12009: made the LOCAL-SDDL test less verbose by default, and add it to the
standard tests for the build farm

16 years agor12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be
Andrew Tridgell [Fri, 2 Dec 2005 03:19:23 +0000 (03:19 +0000)]
r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be
filled in with more examples as I expand the sddl parsing code.

16 years agor12007: fixed a valgrind error in the SMB2-SETINFO test
Andrew Tridgell [Fri, 2 Dec 2005 03:18:34 +0000 (03:18 +0000)]
r12007: fixed a valgrind error in the SMB2-SETINFO test

16 years agor12006: don't require callers to fill in pad bytes in SMB2 calls
Andrew Tridgell [Fri, 2 Dec 2005 03:17:40 +0000 (03:17 +0000)]
r12006: don't require callers to fill in pad bytes in SMB2 calls

16 years agor12005: added a SDDL (Security Descriptor Description Language) parser. Not
Andrew Tridgell [Fri, 2 Dec 2005 03:16:42 +0000 (03:16 +0000)]
r12005: added a SDDL (Security Descriptor Description Language) parser. Not
all flags are covered yet, and object aces aren't done yet.

This is needed for ACL support in ldb, as the default security
descriptor for each object class is given by the
defaultSecurityDescriptor attribute in the schema, which is stored in
SDDL format

16 years agor12004: added some SEC_ADS_* security flags. Needed for a SDDL parser.
Andrew Tridgell [Fri, 2 Dec 2005 03:14:45 +0000 (03:14 +0000)]
r12004: added some SEC_ADS_* security flags. Needed for a SDDL parser.

16 years agor12001: Replace smbcli_full_connection call with composite connect used
Rafal Szczesniak [Thu, 1 Dec 2005 22:43:30 +0000 (22:43 +0000)]
r12001: Replace smbcli_full_connection call with composite connect used
in sync version. This step makes it easer to move further to async
dcerpc connect routine.

rafal

16 years agor12000: Update to current lorikeet-heimdal, including in particular support
Andrew Bartlett [Thu, 1 Dec 2005 22:18:34 +0000 (22:18 +0000)]
r12000: Update to current lorikeet-heimdal, including in particular support
for referencing an existing in-MEMORY keytab (required for the new way
we push that to GSSAPI).

Andrew Bartlett

16 years agor11997: for multidimentional array like this:
Stefan Metzmacher [Thu, 1 Dec 2005 12:39:33 +0000 (12:39 +0000)]
r11997: for multidimentional array like this:
uint32 [num_level2][num_level1][num_level0]

fix the order they're pushed and pulled, it should be like this

for (l2=0; l2 < num_level2; l2++) {
for (l1=0; l1 < num_level1; l1++) {
for (l0=0; l0 < num_level0; l0++) {
ndr_pull_uint32(...);
}
}
}

metze

16 years agor11996: don't overwrite the buffercode
Stefan Metzmacher [Thu, 1 Dec 2005 07:09:24 +0000 (07:09 +0000)]
r11996: don't overwrite the buffercode

metze

16 years agor11995: A big kerberos-related update.
Andrew Bartlett [Thu, 1 Dec 2005 05:20:39 +0000 (05:20 +0000)]
r11995: A big kerberos-related update.

This merges Samba4 up to current lorikeet-heimdal, which includes a
replacement for some Samba-specific hacks.

In particular, the credentials system now supplies GSS client and
server credentials.  These are imported into GSS with
gss_krb5_import_creds().  Unfortunetly this can't take an MEMORY
keytab, so we now create a FILE based keytab as provision and join
time.

Because the keytab is now created in advance, we don't spend .4s at
negprot doing sha1 s2k calls.  Also, because the keytab is read in
real time, any change in the server key will be correctly picked up by
the the krb5 code.

To mark entries in the secrets which should be exported to a keytab,
there is a new kerberosSecret objectClass.  The new routine
cli_credentials_update_all_keytabs() searches for these, and updates
the keytabs.

This is called in the provision.js via the ejs wrapper
credentials_update_all_keytabs().

We can now (in theory) use a system-provided /etc/krb5.keytab, if

krb5Keytab: FILE:/etc/krb5.keytab

is added to the secrets.ldb record.  By default the attribute

privateKeytab: secrets.keytab

is set, pointing to allow the whole private directory to be moved
without breaking the internal links.

16 years agor11994: This function no longer needs a special declaration.
Andrew Bartlett [Thu, 1 Dec 2005 05:10:37 +0000 (05:10 +0000)]
r11994: This function no longer needs a special declaration.

Andrew Bartlett

16 years agor11993: As well as making an in-MEMORY keytab, allow a file-based keytab to be updated.
Andrew Bartlett [Thu, 1 Dec 2005 05:09:28 +0000 (05:09 +0000)]
r11993: As well as making an in-MEMORY keytab, allow a file-based keytab to be updated.

This allows a new password to be written in, and old entries removed
(we keep kvno and kvno-1).

Clean up the code a lot, and add comments on what it is doing...

Andrew Bartlett

16 years agor11992: Potentially allow SPNEGO to be disabled (as occours on WinXP
Andrew Bartlett [Thu, 1 Dec 2005 05:06:52 +0000 (05:06 +0000)]
r11992: Potentially allow SPNEGO to be disabled (as occours on WinXP
standalone), and use only NTLMSSP.

(But doing so would break Samba3's client).

Andrew Bartlett

16 years agor11991: Null termainte the list of backends. (Makes it easier to walk the list).
Andrew Bartlett [Thu, 1 Dec 2005 04:58:15 +0000 (04:58 +0000)]
r11991: Null termainte the list of backends.  (Makes it easier to walk the list).

Andrew Bartlett

16 years agor11990: Set the password set time as 'now', so it isn't expired back in 2004.
Andrew Bartlett [Thu, 1 Dec 2005 04:55:18 +0000 (04:55 +0000)]
r11990: Set the password set time as 'now', so it isn't expired back in 2004.

Andrew Bartlett

16 years agor11989: Rather than grabbing the machine account details at this point, grab
Andrew Bartlett [Thu, 1 Dec 2005 04:54:28 +0000 (04:54 +0000)]
r11989: Rather than grabbing the machine account details at this point, grab
them 'later'.  We will need to handle the errors when we call the
get_* methods.

Andrew Bartlett

16 years agor11988: Setup the sessionInfo just before the connect, rather than earlier
Andrew Bartlett [Thu, 1 Dec 2005 04:52:54 +0000 (04:52 +0000)]
r11988: Setup the sessionInfo just before the connect, rather than earlier
when we havn't finished popt.

Andrew Bartlett

16 years agor11987: Clarify the accountExpires behaviour in the KDC.
Andrew Bartlett [Thu, 1 Dec 2005 04:50:28 +0000 (04:50 +0000)]
r11987: Clarify the accountExpires behaviour in the KDC.

Andrew Bartlett

16 years agor11984: LGPL on header and testsuite as well
Andrew Tridgell [Thu, 1 Dec 2005 00:25:06 +0000 (00:25 +0000)]
r11984: LGPL on header and testsuite as well

16 years agor11983: make talloc LGPL. This makes more sense given that ldb depends on
Andrew Tridgell [Thu, 1 Dec 2005 00:23:01 +0000 (00:23 +0000)]
r11983: make talloc LGPL. This makes more sense given that ldb depends on
talloc, and ldb is now LGPL

16 years agor11982: ensure the fde event gets freed before the socket itself, as otherwise
Andrew Tridgell [Thu, 1 Dec 2005 00:22:08 +0000 (00:22 +0000)]
r11982: ensure the fde event gets freed before the socket itself, as otherwise
we get a error from epoll about disabling events for a file descriptor
that is closed

16 years agor11981: we should allocate request specific memory in ldb modules off the
Andrew Tridgell [Thu, 1 Dec 2005 00:19:36 +0000 (00:19 +0000)]
r11981: we should allocate request specific memory in ldb modules off the
request strucutre. It will take a while for this to happen everywhere.

16 years agor11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
Andrew Tridgell [Thu, 1 Dec 2005 00:18:29 +0000 (00:18 +0000)]
r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
it only appeared to be like a SMBtrans request as it was being called
with function 0x11c017 which is "named pipe read write"

I wonder if this means we could do DCE/RPC over SMB using ntioctl
calls as well?

16 years agor11974: only look at $pl->{POINTER_TYPE} when $pl is defined
Stefan Metzmacher [Wed, 30 Nov 2005 17:07:02 +0000 (17:07 +0000)]
r11974: only look at $pl->{POINTER_TYPE} when $pl is defined

metze

16 years agor11973: make it easier to find bugs
Stefan Metzmacher [Wed, 30 Nov 2005 13:10:44 +0000 (13:10 +0000)]
r11973: make it easier to find bugs

metze

16 years agor11972: handle [noejs] property also on functions
Stefan Metzmacher [Wed, 30 Nov 2005 12:40:26 +0000 (12:40 +0000)]
r11972: handle [noejs] property also on functions

metze

16 years agor11971: add nbt specific continue wrapper
Stefan Metzmacher [Wed, 30 Nov 2005 12:39:32 +0000 (12:39 +0000)]
r11971: add nbt specific continue wrapper

metze

16 years agor11970: fixed a valgrind error. The auth info from the alter_context reply was
Andrew Tridgell [Wed, 30 Nov 2005 04:45:26 +0000 (04:45 +0000)]
r11970: fixed a valgrind error. The auth info from the alter_context reply was
being freed before being given to gensec_update()

16 years agor11969: got rid of the very annoying 'failed to open /secrets.tdb'
Andrew Tridgell [Wed, 30 Nov 2005 03:35:17 +0000 (03:35 +0000)]
r11969: got rid of the very annoying 'failed to open /secrets.tdb'
messages. As discussed with Andrew, this will soon be replaced with a
system that marks the credentials to use the machine accout from the
database rather than pre-loading the machine account details here.

The reason we got the annoying messages is this was being called
before smb.conf is loaded, so the code doesn't yet know the location
of the private directory

16 years agor11968: More warning fixes. We're on track to getting to double digits for
Tim Potter [Wed, 30 Nov 2005 03:20:25 +0000 (03:20 +0000)]
r11968: More warning fixes.  We're on track to getting to double digits for
the number of warnings generated now.

16 years agor11967: Fix more 64-bit warnings.
Tim Potter [Wed, 30 Nov 2005 02:08:15 +0000 (02:08 +0000)]
r11967: Fix more 64-bit warnings.

16 years agor11965: Try to fix some 64-bit warnings.
Tim Potter [Wed, 30 Nov 2005 00:00:53 +0000 (00:00 +0000)]
r11965: Try to fix some 64-bit warnings.

16 years agor11959: Use DOS_errors array for displaying WERROR values
Jelmer Vernooij [Tue, 29 Nov 2005 13:54:51 +0000 (13:54 +0000)]
r11959: Use DOS_errors array for displaying WERROR values

16 years agor11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell [Tue, 29 Nov 2005 12:34:03 +0000 (12:34 +0000)]
r11958: - fixed memory leaks in the ldb_result handling in ldb operations

- removed an unnecessary level of pointer in ldb_search structure

16 years agor11957: fixed up code meant for debugging
Andrew Tridgell [Tue, 29 Nov 2005 10:12:01 +0000 (10:12 +0000)]
r11957: fixed up code meant for debugging

16 years agor11956: removed the old rootdse.ldif, and the provision.js code that uses it
Andrew Tridgell [Tue, 29 Nov 2005 08:58:39 +0000 (08:58 +0000)]
r11956: removed the old rootdse.ldif, and the provision.js code that uses it

16 years agor11955: got rid of the old rootDSE code in the ldap server.
Andrew Tridgell [Tue, 29 Nov 2005 08:55:13 +0000 (08:55 +0000)]
r11955: got rid of the old rootDSE code in the ldap server.

The partitioning logic is still there, but we only have one
partition. If we need partitioning in the future it might be better to
remove this partitioning code and use a partitioning module instead

16 years agor11954: add the static rootdse content to the sam ldb,and enable the rootdse
Andrew Tridgell [Tue, 29 Nov 2005 08:52:41 +0000 (08:52 +0000)]
r11954: add the static rootdse content to the sam ldb,and enable the rootdse
module in @MODULES

16 years agor11953: enabled the rootdse module in the ldb modules code
Andrew Tridgell [Tue, 29 Nov 2005 08:51:36 +0000 (08:51 +0000)]
r11953: enabled the rootdse module in the ldb modules code

16 years agor11952: added a rootdse module. This will replace the existing rootdse code in
Andrew Tridgell [Tue, 29 Nov 2005 08:50:52 +0000 (08:50 +0000)]
r11952: added a rootdse module. This will replace the existing rootdse code in
the ldap server. The reason for the change is that ldb modules need
some way to get at the static info stored in the rootDSE (such as the
location of the schema) but they can't do that right now

16 years agor11949: make sure we ask gensec to give us a session key
Andrew Tridgell [Mon, 28 Nov 2005 22:53:42 +0000 (22:53 +0000)]
r11949: make sure we ask gensec to give us a session key

andrew, this answers your question on irc about whether the same
session key mechanisms are used in smb2. They are - the RPC-LSA secret
tests pass fine over ncacn_np on SMB2, which means the session key
must be working

16 years agor11941: fix cut'n'paste bug
Stefan Metzmacher [Mon, 28 Nov 2005 13:15:57 +0000 (13:15 +0000)]
r11941: fix cut'n'paste bug

metze

16 years agor11940: Love has clarified why this code does what it does.
Andrew Bartlett [Mon, 28 Nov 2005 07:59:46 +0000 (07:59 +0000)]
r11940: Love has clarified why this code does what it does.

Andrew Bartlett

16 years agor11931: Add a short README explaining what this directory is all about.
Andrew Bartlett [Sun, 27 Nov 2005 02:03:42 +0000 (02:03 +0000)]
r11931: Add a short README explaining what this directory is all about.

Andrew Bartlett

16 years agor11930: Add socket/packet handling code for kpasswdd
Andrew Bartlett [Sun, 27 Nov 2005 02:02:44 +0000 (02:02 +0000)]
r11930: Add socket/packet handling code for kpasswdd

Allow ticket requests with only a netbios name to be considered 'null'
addresses, and therefore allowed by default.

Use the netbios address as the workstation name for the allowed
workstations check with krb5.

Andrew Bartlett

16 years agor11929: Add static, comments.
Andrew Bartlett [Sun, 27 Nov 2005 02:00:37 +0000 (02:00 +0000)]
r11929: Add static, comments.

Andrew Bartlett

16 years agor11928: More Kerberos musings...
Andrew Bartlett [Sun, 27 Nov 2005 02:00:12 +0000 (02:00 +0000)]
r11928: More Kerberos musings...

Andrew Bartlett

16 years agor11913: if we have a UNIQUE name with more than 1 address,
Stefan Metzmacher [Fri, 25 Nov 2005 15:36:47 +0000 (15:36 +0000)]
r11913: if we have a UNIQUE name with more than 1 address,
it becomes implicit an MHOMED record

metze

16 years agor11912: fix nbt_name_registration, there's still some minor stuff todo,
Stefan Metzmacher [Fri, 25 Nov 2005 15:30:35 +0000 (15:30 +0000)]
r11912: fix nbt_name_registration, there's still some minor stuff todo,
e.g. to return the first address of the 0x1B address as first
     address in the 0x1C reply, and handle sgroup merge overflow
     of 25 addresses

metze

16 years agor11911: as we pass the owned_released vs. replica test now, run it with make test
Stefan Metzmacher [Fri, 25 Nov 2005 13:44:16 +0000 (13:44 +0000)]
r11911: as we pass the owned_released vs. replica test now, run it with make test

metze

16 years agor11910: fix nbt_name_release and nbt_name_query, so that we pass the owned_released...
Stefan Metzmacher [Fri, 25 Nov 2005 13:43:12 +0000 (13:43 +0000)]
r11910: fix nbt_name_release and nbt_name_query, so that we pass the owned_released vs. replica
winsrepl torture test

metze

16 years agor11908: implement SGROUP merging, that passes the different owner tests
Stefan Metzmacher [Fri, 25 Nov 2005 12:03:40 +0000 (12:03 +0000)]
r11908: implement SGROUP merging, that passes the different owner tests
(but only without socket_wrapper, I need to look at that later
 and then add the different_owner test to NBT-WINSREPLICATION-QUICK
 so that it'll be runned by make test)

metze

16 years agor11907: added testing of SMB2 keepalive
Andrew Tridgell [Fri, 25 Nov 2005 11:51:47 +0000 (11:51 +0000)]
r11907: added testing of SMB2 keepalive

16 years agor11906: opcode 13 appears to be keepalive. Metze guessed this one :-)
Andrew Tridgell [Fri, 25 Nov 2005 11:51:15 +0000 (11:51 +0000)]
r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)