Andrew Tridgell
0cf99b055b
r13096: explain what YOURDOM and YOUR.REALM are (in case people confuse the
...
different meanings of the word domain)
2007-10-10 13:51:24 -05:00
Stefan Metzmacher
49199477f2
r13088: - handle non-active static entries
...
- improve verifiying a replica with a remote wins server
we now take the ownership of replica records that doesn't match
the answer from the wins owner and make the record tombstone.
this hopefully causes the original wins owner to propagate its
new record, so that it will be replicated back to us
metze
2007-10-10 13:51:24 -05:00
Stefan Metzmacher
aba54b8708
r13087: don't store timestamps for static records
...
(only a per record timestamp when it's not active)
metze
2007-10-10 13:51:23 -05:00
Stefan Metzmacher
b7a0a778cc
r13084: fix 'make test'!
...
I would sugguest to run 'make test && make valgrind' before each commit
at this stage...
metze
2007-10-10 13:51:23 -05:00
Stefan Metzmacher
0372438000
r13080: fix crash bug
...
metze
2007-10-10 13:51:23 -05:00
Stefan Metzmacher
780870293b
r13079: add SAMBA_VERSION_RELEASE_NICKNAME
...
if it's set in source/VERSION
smbd --version will print
4.0.0tp1 (Nickname)
metze
2007-10-10 13:51:23 -05:00
Andrew Tridgell
3f0600e223
r13078: fixed the ldb comparison function for objectSids
2007-10-10 13:51:23 -05:00
Jelmer Vernooij
2636e6c948
r13077: Allow the mkversion script to be used for technology preview releases
2007-10-10 13:51:22 -05:00
Andrew Tridgell
1c49ce8df0
r13076: catch a easy to make error during vampire install
2007-10-10 13:51:22 -05:00
Andrew Tridgell
a6f5ad5289
r13075: tell the admin what needs to be done to finish the install
2007-10-10 13:51:22 -05:00
Jelmer Vernooij
3e3a0c96cd
r13074: Add oLschema2ldif manpage
2007-10-10 13:51:22 -05:00
Jelmer Vernooij
656e202233
r13073: Add manpage for getntacl, disable setntacl
2007-10-10 13:51:22 -05:00
James Peach
0eda8a3197
r13071: Work around a really annoying compiler warning where header file
...
ordering causes MIN and MAX to be redefined.
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
cbcce3b573
r13070: Add a simple smbd manpage, based on the Samba 3 one.
2007-10-10 13:51:21 -05:00
Andrew Tridgell
65cf522b5e
r13069: adding a hack on instructions from andrew
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
cc35a4bc0e
r13067: Don't install ldbtest
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
219aebe7e4
r13066: Add (very simple) manpages for gepdump and gwcrontab, remove gwsam from
...
installed binaries (as it's not ready for use yet)
2007-10-10 13:51:21 -05:00
Jelmer Vernooij
8195e4f856
r13064: Add 'tags' target to LDB's makefile
2007-10-10 13:51:20 -05:00
Jelmer Vernooij
e6aa4e92f0
r13063: Add --realm option to upgrade
2007-10-10 13:51:20 -05:00
Jelmer Vernooij
cc4cab341e
r13062: Fix upgrade of WINS entries
2007-10-10 13:51:20 -05:00
Stefan Metzmacher
6325abd95c
r13060: - return only active addresses in name query responses
...
- replicate only active addresses
metze
2007-10-10 13:51:20 -05:00
Stefan Metzmacher
e4f823ef03
r13059: stop playing ping-pong while replicating special group records,
...
if the addresses and their owners are idetical to the old record
and we're the owner of the old record then we should just gnore the replica
metze
2007-10-10 13:51:20 -05:00
Stefan Metzmacher
ccfc991ad9
r13051: this is correct
...
metze
2007-10-10 13:51:19 -05:00
Stefan Metzmacher
e57158e216
r13050: when we have reloaded the partners from wins_config.ldb
...
after a new partner connects, try to find the partner struct on a per call
basis if it's not present on the connection yet
add some more useful debug messages
metze
2007-10-10 13:51:19 -05:00
Stefan Metzmacher
6ae621437c
r13044: I finally understand that the [charset()] and [string] properties
...
are independent...
fix some warnings
metze
2007-10-10 13:51:19 -05:00
Stefan Metzmacher
165538245b
r13037: fill in the corrent maxVersion in table replies
...
metze
2007-10-10 13:51:18 -05:00
Stefan Metzmacher
cf669e4b2a
r13035: active,special group replicas are overwritten by tombstone,special group replicas
...
metze
2007-10-10 13:51:18 -05:00
Andrew Bartlett
c975469f89
r13034: A couple of clarifications on the release notes.
...
We still need a lot of work here.
Andrew Bartlett
2007-10-10 13:51:18 -05:00
Andrew Bartlett
d01c4dd848
r13033: Thankyou very much to Brad Henry for fixing up many aspects of the
...
release notes. I will answer some questions and clarify some points
in the next commit.
Andrew Bartlett
2007-10-10 13:51:18 -05:00
Andrew Bartlett
8ff6461e05
r13031: A first stab at some release notes. Much work needed.
...
Andrew Bartlett
2007-10-10 13:51:18 -05:00
Andrew Bartlett
a88933668f
r13019: Again protect us against format string mismatches, with the new split
...
out proto headers.
The reason this is done in this way is that the attribute must be on
the prototype, not the actual function defintion. Hence the macros
which expand to nothing in the C file, but expand to an __attribute__
in the prototype header.
Andrew Bartlett
2007-10-10 13:51:17 -05:00
Andrew Bartlett
f50186e930
r13018: Fix (correct) warning about mixing C/js interface function types. I
...
don't use the arguments, but you must connect as the right type
anyway.
Andrew Bartlett
2007-10-10 13:51:17 -05:00
Stefan Metzmacher
31ce24d7b1
r13007: let our winsclient code register multihomed records with
...
our winsserver and don't defend our local name against
our own register packets...
this won gave quite confusing logmessages...
metze
2007-10-10 13:51:17 -05:00
Stefan Metzmacher
f7481a4c8c
r13006: always debug the unicast and broadcast address
...
metze
2007-10-10 13:51:17 -05:00
Stefan Metzmacher
5e3639edaf
r13005: - use nbtd:max_refresh_time=12345 also for name refresh with a wins server
...
metze
2007-10-10 13:51:17 -05:00
Stefan Metzmacher
833efdf8a9
r13004: fix compiler warnings
...
metze
2007-10-10 13:51:16 -05:00
Stefan Metzmacher
3365ad950b
r13002: fix compiler warning
...
metze
2007-10-10 13:51:16 -05:00
Stefan Metzmacher
32cfd7c8df
r13001: fix compiler warnings
...
metze
2007-10-10 13:51:16 -05:00
Stefan Metzmacher
880dd3538e
r13000: fix compiler warnings
...
metze
2007-10-10 13:51:16 -05:00
Stefan Metzmacher
ec30a40f04
r12999: fix compiler warnings
...
metze
2007-10-10 13:51:15 -05:00
Andrew Bartlett
7a9c8eee4b
r12998: A big update to samldb.c
...
This updates the module to handle both SID allocation and nextRid
updating while importing users. (As imported users already have a
SID, so don't go via the allocation step). We also ensure that SIDs
in the database are unquie at create time.
Furthermore, at allocation time, we double-check the SID isn't already
in use, and that we don't create a foriegnSecurityPrincipal for a
'local' sid.
Also create random samAccountName entries for users without one (we
were setting $000000-000000000000).
We may want to seperate the uniqueness code from the rest of samldb,
and into a module with the objectguid code, which needs similar
checks. These checks also need to apply to modification, or those
modifications denied outright.
Also update part of the testsuite to validate this.
Andrew Bartlett
2007-10-10 13:51:15 -05:00
Andrew Bartlett
498d72c4ad
r12997: Feed the right event context to libnet in ejsnet and the auth code.
...
This should give better behaviour in SWAT.
Fix authentication as Samba, rather than System, users in SWAT.
Andrew Bartlett
2007-10-10 13:51:15 -05:00
Andrew Bartlett
4d69eae382
r12996: Restrict this search to domain objects.
...
Andrew Bartlett
2007-10-10 13:51:15 -05:00
Andrew Bartlett
4a50bf95b9
r12995: Don't allow overrides on "name" from above, as it can't be correct.
...
Andrew Bartlett
2007-10-10 13:51:15 -05:00
Simo Sorce
c12b3c5cb4
r12989: move the control parsing and handleng functions to cmdline.c
...
so that they can be used by the other ldb tools as well
2007-10-10 13:51:14 -05:00
Simo Sorce
7b9b1ced7d
r12988: delete an ancient file that misteriously survived till now.
2007-10-10 13:51:14 -05:00
Stefan Metzmacher
1fe6718949
r12984: add parse code and ldbsearch cmdline code for
...
NOTIFICATION LDAP Controls
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ldap/ldap/ldap_server_notification_oid.asp
this doesn't work yet, but it shows that we need to extend ldb to correctly
handle async requests...
metze
2007-10-10 13:51:14 -05:00
Stefan Metzmacher
ce9f086c3c
r12983: - fix using a DIRSYNC cookie from the command line
...
- also w2k doesn't work correct with max_attrs = 0, so we should use
a high number, with this I'm getting the same results from w2k and w2k3
metze
2007-10-10 13:51:14 -05:00
Stefan Metzmacher
31d2bf3ca1
r12982: fix parsing of LDAP DIRSYNC cookies
...
metze
2007-10-10 13:51:14 -05:00
Andrew Bartlett
352d6493bb
r12979: Grr, I forgot to commit this file (from Brad Henry's libnet_site
...
patch) before the power went out :-)
Andrew Bartlett
2007-10-10 13:51:13 -05:00