1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

7621 Commits

Author SHA1 Message Date
Jelmer Vernooij
e06757a863 r12444: Initial version of a NEWS file that should contain a summary of changes
that matter to the user.
2007-10-10 13:47:40 -05:00
Jelmer Vernooij
abec930163 r12443: Forgot to rename two files 2007-10-10 13:47:40 -05:00
Stefan Metzmacher
5054890b68 r12442: only set the "wins server" parameter if it's not set
metze
2007-10-10 13:47:40 -05:00
Stefan Metzmacher
c7049f8bb6 r12440: fix crash bugs
metze
2007-10-10 13:47:39 -05:00
Andrew Bartlett
cf1883c3cc r12439: No need to keep walking this list if we find the match.
Andrew Bartlett
2007-10-10 13:47:39 -05:00
Stefan Metzmacher
33c1d4a078 r12437: if the client gives us an unicast name query with recursion_desired,
it's a wins server request, even if it's a name of one of our interfaces

metze
2007-10-10 13:47:39 -05:00
Andrew Bartlett
dc2b2c33f8 r12436: Fix Samba4 as a server to Win2000 for the domain join.
We still have Win2000 issues, but now we correctly handle the case
where NTLMSSP is chosen as an authentication mech, but the OID list
still contains Kerberos as a later option.

Andrew Bartlett
2007-10-10 13:47:39 -05:00
Stefan Metzmacher
0ed07057d3 r12435: the max wins ttl is 6 days in windows and samba3
metze
2007-10-10 13:47:39 -05:00
Stefan Metzmacher
7d1f7ae9c6 r12434: implement database scavenging, the only missing part is the verifying of active replicas
with the owning wins server, after the verify interval passes.

metze
2007-10-10 13:47:38 -05:00
Andrew Bartlett
07df0bdb44 r12433: Add comment describing this function.
Andrew Bartlett
2007-10-10 13:47:38 -05:00
Andrew Bartlett
2c8b988eb8 r12432: Re-indent and consistantly cancel the transaction.
Andrew Bartlett
2007-10-10 13:47:38 -05:00
Stefan Metzmacher
9caf4b9a42 r12431: - the TIME_T_MAX needs to be a singed max value
- fix the calculation of TIME_T_MAX -> nttime -> TIME_T_MAX

metze
2007-10-10 13:47:38 -05:00
Andrew Bartlett
a3372935ee r12430: Clarify libnet_join code. Add/fix comments.
Andrew Bartlett
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
387d680b6f r12429: make static records always active with a max expire time
metze
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
84ba71ba27 r12428: releases on 0x1D names are ignored
metze
2007-10-10 13:47:37 -05:00
Andrew Bartlett
c4520ba2e6 r12427: Move SAMR CreateUser2 to transactions, and re-add support for
different computer account types.  (Earlier code changes removed the
BDC case).

We don't use the TemplateDomainController, so just have a
TemplateServer in provision_templates.ldif

Andrew Bartlett
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
4ce4baa1b9 r12426: w2k3 refused 0x1B names registered as group names
metze
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
2e69a7cc21 r12425: match w2k3 and store 0x1D names when they're registered as group name,
but queries still give not found

metze
2007-10-10 13:47:36 -05:00
Stefan Metzmacher
3f90e72e5a r12424: static records should not be released
metze
2007-10-10 13:47:36 -05:00
Andrew Bartlett
b11975703d r12423: Remove DEBUG(0) printouts in favor of more information to the caller.
I assume this works better with SWAT and the like anyway.

Andrew Bartlett
2007-10-10 13:47:36 -05:00
Andrew Bartlett
31046cd22b r12422: Some kerberos comments and clarifications.
Andrew Bartlett
2007-10-10 13:47:36 -05:00
Andrew Bartlett
0ce82e8a41 r12421: Handle the case where we are a joining as different account types far better.
Andrew Bartlett
2007-10-10 13:47:35 -05:00
Stefan Metzmacher
b96eadb890 r12413: do some testing with 0x1E names
metze
2007-10-10 13:47:35 -05:00
Stefan Metzmacher
66b57f5fbf r12412: - the 0x1E name must be registered as group name
- reject wins registration with a static record in the database

metze
2007-10-10 13:47:35 -05:00
Andrew Bartlett
272013438f r12411: Add 'net samdump keytab <keytab>'.
This extracts a remote windows domain into a keytab, suitable for use
in ethereal for kerberos decryption.

For the moment, like net samdump and net samsync, the 'password
server' smb.conf option must be set to the binding string for the
server. eg:

password server = ncacn_np:mypdc

Andrew Bartlett
2007-10-10 13:47:35 -05:00
Stefan Metzmacher
c3d3309ba1 r12408: as we always add the destinguishedName as autogenerated value,
don't store it on disk, as this would cause confusing results

metze
2007-10-10 13:47:34 -05:00
Volker Lendecke
84ae166e91 r12405: I'm afraid I can't take care of the xplogin test in the near future, so remove
it.

I'll add it again later when I have more time for it.

Volker
2007-10-10 13:47:34 -05:00
Jelmer Vernooij
2002ba90c5 r12397: Change the 'samba4' prefix in the Debian packages back to 'samba' 2007-10-10 13:47:34 -05:00
Stefan Metzmacher
3383568c31 r12391: use the new periodic schedule system for the pull replication too
metze
2007-10-10 13:47:34 -05:00
Stefan Metzmacher
8b99b2d6c4 r12388: fix debug messages
metze
2007-10-10 13:47:33 -05:00
Stefan Metzmacher
00b7800695 r12385: call pidl with the perl found by configure
metze
2007-10-10 13:47:33 -05:00
Andrew Bartlett
566bbfd067 r12384: I can't spell... 2007-10-10 13:47:33 -05:00
Andrew Bartlett
e48464c884 r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and they
require the isSynchronized flag in the rootDSE.

Andrew Bartlett
2007-10-10 13:47:33 -05:00
Andrew Bartlett
d61817ebb7 r12382: Ensure to return OK on anonymous mapping.
Andrew Bartlett
2007-10-10 13:47:33 -05:00
Andrew Bartlett
5ac4178e36 r12381: Try not to segfault on an anonymous LDAP bind, and map to a guest login.
Andrew Bartlett
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
9e103e53d1 r12380: add a wraper script that calls the perl scripts in heimdal_build/
with the correct perl version, that was detected with configure

metze
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
abfb047646 r12379: export the detected perl
metze
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
918e7b4043 r12378: fix perl warnings
metze
2007-10-10 13:47:32 -05:00
Andrew Bartlett
42c58d4312 r12373: Add RPC-JOIN as a test to always run.
Andrew Bartlett
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
b6943b11fc r12372: - make the periodic scheduling a bit easier, instead of passing
an uint32_t next_interval everywhere, we now call wreplsrv_periodic_schedule()
  if we want to schedule an event
- also prevent us from looping with a 0 interval, by using 1s as minimum interval

metze
2007-10-10 13:47:31 -05:00
Stefan Metzmacher
043f5c1054 r12370: - if we got a reply without a pending request, mark the socket as dead
instead of segfaulting

metze
2007-10-10 13:47:31 -05:00
Stefan Metzmacher
cbe06ade21 r12364: add UINT32_MAX and UINT64_MAX replacement defines
(hopefully fix the build on OpenBSD)

metze
2007-10-10 13:47:31 -05:00
Andrew Tridgell
53f0fb77c3 r12363: minor fixes for win2000 join/login
- the objectClass needs to be added to the list of attributes to make
   the check for objectClass=computer work

 - the short version of the name needs to be used for the 'cn' in
   cracknames
2007-10-10 13:47:31 -05:00
Andrew Bartlett
5770409dcd r12362: Along with a cracknames change in the previous commit, this should
allow Win2000 machines to again use kerberos with Samba4.

Andrew Bartlett
2007-10-10 13:47:31 -05:00
Andrew Bartlett
8308cf6e04 r12361: Add a new function: ldb_binary_encode_string()
This is for use on user-supplied arguments to printf style format
strings which will become ldb filters.  I have used it on LSA, SAMR
and the auth/ code so far.

Also add comments to cracknames code.

Andrew Bartlett
2007-10-10 13:47:30 -05:00
Andrew Bartlett
e751d81414 r12360: Add simple bind support into our LDAP server.
Needs changes to our client code for automated testing.

Andrew Bartlett
2007-10-10 13:47:30 -05:00
Andrew Bartlett
96e124b7bb r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in hdb-ldb.
Andrew Bartlett
2007-10-10 13:47:30 -05:00
Stefan Metzmacher
11da32df31 r12325: - remove the hostcc object files with make clean
- move the .SUFFIXES statement before the suffix rules
  this fixes the build with bsd make

metze
2007-10-10 13:47:30 -05:00
Andrew Tridgell
f4f99f9af3 r12324: use command line credentials if available in ldap.js 2007-10-10 13:47:29 -05:00
Andrew Tridgell
b27d81dca9 r12323: fixeed the use of options.get_credentials() for ldb 2007-10-10 13:47:29 -05:00