Jelmer Vernooij
adddaa797c
r12444: Initial version of a NEWS file that should contain a summary of changes
...
that matter to the user.
(This used to be commit e06757a863
)
2007-10-10 13:47:40 -05:00
Jelmer Vernooij
300ed48aea
r12443: Forgot to rename two files
...
(This used to be commit abec930163
)
2007-10-10 13:47:40 -05:00
Stefan Metzmacher
2cd2c87e88
r12442: only set the "wins server" parameter if it's not set
...
metze
(This used to be commit 5054890b68
)
2007-10-10 13:47:40 -05:00
Stefan Metzmacher
ac4ee3e20b
r12440: fix crash bugs
...
metze
(This used to be commit c7049f8bb6
)
2007-10-10 13:47:39 -05:00
Andrew Bartlett
97113d0508
r12439: No need to keep walking this list if we find the match.
...
Andrew Bartlett
(This used to be commit cf1883c3cc
)
2007-10-10 13:47:39 -05:00
Stefan Metzmacher
f76ee31ccf
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
(This used to be commit 33c1d4a078
)
2007-10-10 13:47:39 -05:00
Andrew Bartlett
36d7778784
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
(This used to be commit dc2b2c33f8
)
2007-10-10 13:47:39 -05:00
Stefan Metzmacher
ae0801c800
r12435: the max wins ttl is 6 days in windows and samba3
...
metze
(This used to be commit 0ed07057d3
)
2007-10-10 13:47:39 -05:00
Stefan Metzmacher
c05019a04b
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
(This used to be commit 7d1f7ae9c6
)
2007-10-10 13:47:38 -05:00
Andrew Bartlett
61669aadc9
r12433: Add comment describing this function.
...
Andrew Bartlett
(This used to be commit 07df0bdb44
)
2007-10-10 13:47:38 -05:00
Andrew Bartlett
6cb5cda53b
r12432: Re-indent and consistantly cancel the transaction.
...
Andrew Bartlett
(This used to be commit 2c8b988eb8
)
2007-10-10 13:47:38 -05:00
Stefan Metzmacher
d04ef04c7a
r12431: - the TIME_T_MAX needs to be a singed max value
...
- fix the calculation of TIME_T_MAX -> nttime -> TIME_T_MAX
metze
(This used to be commit 9caf4b9a42
)
2007-10-10 13:47:38 -05:00
Andrew Bartlett
7448b93a2e
r12430: Clarify libnet_join code. Add/fix comments.
...
Andrew Bartlett
(This used to be commit a3372935ee
)
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
9f270fd112
r12429: make static records always active with a max expire time
...
metze
(This used to be commit 387d680b6f
)
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
0e77fdc0b9
r12428: releases on 0x1D names are ignored
...
metze
(This used to be commit 84ba71ba27
)
2007-10-10 13:47:37 -05:00
Andrew Bartlett
77f4910b57
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
(This used to be commit c4520ba2e6
)
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
b1ea93c016
r12426: w2k3 refused 0x1B names registered as group names
...
metze
(This used to be commit 4ce4baa1b9
)
2007-10-10 13:47:37 -05:00
Stefan Metzmacher
aa682976cd
r12425: match w2k3 and store 0x1D names when they're registered as group name,
...
but queries still give not found
metze
(This used to be commit 2e69a7cc21
)
2007-10-10 13:47:36 -05:00
Stefan Metzmacher
8b7387ee13
r12424: static records should not be released
...
metze
(This used to be commit 3f90e72e5a
)
2007-10-10 13:47:36 -05:00
Andrew Bartlett
758873b9fb
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
(This used to be commit b11975703d
)
2007-10-10 13:47:36 -05:00
Andrew Bartlett
9a9cb35cbd
r12422: Some kerberos comments and clarifications.
...
Andrew Bartlett
(This used to be commit 31046cd22b
)
2007-10-10 13:47:36 -05:00
Andrew Bartlett
8e0948bbad
r12421: Handle the case where we are a joining as different account types far better.
...
Andrew Bartlett
(This used to be commit 0ce82e8a41
)
2007-10-10 13:47:35 -05:00
Stefan Metzmacher
e161613cbd
r12413: do some testing with 0x1E names
...
metze
(This used to be commit b96eadb890
)
2007-10-10 13:47:35 -05:00
Stefan Metzmacher
5b4acf8b10
r12412: - the 0x1E name must be registered as group name
...
- reject wins registration with a static record in the database
metze
(This used to be commit 66b57f5fbf
)
2007-10-10 13:47:35 -05:00
Andrew Bartlett
221c1512a8
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
(This used to be commit 272013438f
)
2007-10-10 13:47:35 -05:00
Stefan Metzmacher
f45b0ff698
r12408: as we always add the destinguishedName as autogenerated value,
...
don't store it on disk, as this would cause confusing results
metze
(This used to be commit c3d3309ba1
)
2007-10-10 13:47:34 -05:00
Volker Lendecke
cfea76ac9b
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
(This used to be commit 84ae166e91
)
2007-10-10 13:47:34 -05:00
Jelmer Vernooij
91b479aeda
r12397: Change the 'samba4' prefix in the Debian packages back to 'samba'
...
(This used to be commit 2002ba90c5
)
2007-10-10 13:47:34 -05:00
Stefan Metzmacher
adb30c5b2f
r12391: use the new periodic schedule system for the pull replication too
...
metze
(This used to be commit 3383568c31
)
2007-10-10 13:47:34 -05:00
Stefan Metzmacher
28411a5c04
r12388: fix debug messages
...
metze
(This used to be commit 8b99b2d6c4
)
2007-10-10 13:47:33 -05:00
Stefan Metzmacher
50bb996dc0
r12385: call pidl with the perl found by configure
...
metze
(This used to be commit 00b7800695
)
2007-10-10 13:47:33 -05:00
Andrew Bartlett
2dc21b833a
r12384: I can't spell...
...
(This used to be commit 566bbfd067
)
2007-10-10 13:47:33 -05:00
Andrew Bartlett
4a56399798
r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and they
...
require the isSynchronized flag in the rootDSE.
Andrew Bartlett
(This used to be commit e48464c884
)
2007-10-10 13:47:33 -05:00
Andrew Bartlett
da46c762af
r12382: Ensure to return OK on anonymous mapping.
...
Andrew Bartlett
(This used to be commit d61817ebb7
)
2007-10-10 13:47:33 -05:00
Andrew Bartlett
631a7c5cdd
r12381: Try not to segfault on an anonymous LDAP bind, and map to a guest login.
...
Andrew Bartlett
(This used to be commit 5ac4178e36
)
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
e17e21172a
r12380: add a wraper script that calls the perl scripts in heimdal_build/
...
with the correct perl version, that was detected with configure
metze
(This used to be commit 9e103e53d1
)
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
d3764fff5b
r12379: export the detected perl
...
metze
(This used to be commit abfb047646
)
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
aca9da26c7
r12378: fix perl warnings
...
metze
(This used to be commit 918e7b4043
)
2007-10-10 13:47:32 -05:00
Andrew Bartlett
a167713c3c
r12373: Add RPC-JOIN as a test to always run.
...
Andrew Bartlett
(This used to be commit 42c58d4312
)
2007-10-10 13:47:32 -05:00
Stefan Metzmacher
a4eb8fc49b
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
(This used to be commit b6943b11fc
)
2007-10-10 13:47:31 -05:00
Stefan Metzmacher
8cf545b0ae
r12370: - if we got a reply without a pending request, mark the socket as dead
...
instead of segfaulting
metze
(This used to be commit 043f5c1054
)
2007-10-10 13:47:31 -05:00
Stefan Metzmacher
64b611a18e
r12364: add UINT32_MAX and UINT64_MAX replacement defines
...
(hopefully fix the build on OpenBSD)
metze
(This used to be commit cbe06ade21
)
2007-10-10 13:47:31 -05:00
Andrew Tridgell
636dbb355b
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
(This used to be commit 53f0fb77c3
)
2007-10-10 13:47:31 -05:00
Andrew Bartlett
512b94803d
r12362: Along with a cracknames change in the previous commit, this should
...
allow Win2000 machines to again use kerberos with Samba4.
Andrew Bartlett
(This used to be commit 5770409dcd
)
2007-10-10 13:47:31 -05:00
Andrew Bartlett
bceca72304
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
(This used to be commit 8308cf6e04
)
2007-10-10 13:47:30 -05:00
Andrew Bartlett
6bd8be8671
r12360: Add simple bind support into our LDAP server.
...
Needs changes to our client code for automated testing.
Andrew Bartlett
(This used to be commit e751d81414
)
2007-10-10 13:47:30 -05:00
Andrew Bartlett
a30726581e
r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in hdb-ldb.
...
Andrew Bartlett
(This used to be commit 96e124b7bb
)
2007-10-10 13:47:30 -05:00
Stefan Metzmacher
49b10f4def
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
(This used to be commit 11da32df31
)
2007-10-10 13:47:30 -05:00
Andrew Tridgell
ddbeaa2f65
r12324: use command line credentials if available in ldap.js
...
(This used to be commit f4f99f9af3
)
2007-10-10 13:47:29 -05:00
Andrew Tridgell
4ee24ce2ba
r12323: fixeed the use of options.get_credentials() for ldb
...
(This used to be commit b27d81dca9
)
2007-10-10 13:47:29 -05:00