Andrew Bartlett
2513c02c64
r11194: Use the special ldb attribute "canonicalName" (therefore testing that
...
codepath) in DRSUAPI CrackNames.
Fix the NT4 account return value.
Andrew Bartlett
2007-10-10 13:44:59 -05:00
Volker Lendecke
12a800bc85
r11193: Implement wbinfo -m
2007-10-10 13:44:59 -05:00
Volker Lendecke
134e104c3f
r11192: Too many contexts around... :-)
2007-10-10 13:44:59 -05:00
Stefan Metzmacher
466baf737a
r11189: add some more special group vs. special group tests,
...
to make sure that replicas from the same owner are blinding overwritten
in all cases
metze
2007-10-10 13:44:58 -05:00
Stefan Metzmacher
838323e58f
r11188: - add multi homed vs. multi homed section
...
metze
2007-10-10 13:44:58 -05:00
Stefan Metzmacher
98c1e8e3df
r11187: in case the msDS-KeyVersionNumber is replicated (I didn't assume this...)
...
show the string in the debug output, and show it with
--option="dssync:print_pwd_blobs=yes"
metze
2007-10-10 13:44:58 -05:00
Stefan Metzmacher
c043e56efd
r11186: - get rid of some .extra = True cases
...
- add multihomed vs unique section
- update conflict handling for the above case
metze
2007-10-10 13:44:58 -05:00
Stefan Metzmacher
26c69348ca
r11185: - resolve attid for "supplementalCredentials" into a name
...
- print "supplementalCredentials" also when --option="dssync:print_pwd_blobs=yes"
is used
abartlet: this field may contain the krb5 keys...
metze
2007-10-10 13:44:57 -05:00
Jelmer Vernooij
97bbf4a460
r11184: Remove test that checks whether ftruncate() needs root, because I can't
...
find the file it tries to use (build/tests/ftruncroot.c) and the value
it defines is not used anywhere.
2007-10-10 13:44:57 -05:00
Jelmer Vernooij
47b8095a0a
r11182: Explicitly add "." to perl include path so that perl doesn't use the
...
Config module instead of the configure-generated config.pm on case-insensitive
filesystems (MacOSX, OpenVMS)
2007-10-10 13:44:57 -05:00
Volker Lendecke
3821a17bdb
r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large because
...
--user-sids required the extension to trusted domains.
Implement "winbind sealed pipes" parameter for debugging purposes.
Volker
2007-10-10 13:44:57 -05:00
Stefan Metzmacher
d13315f3b1
r11179: revert to the old code, till jelmer find a solution how to
...
handle a UTF16 string in a uint8 array
metze
2007-10-10 13:44:56 -05:00
Stefan Metzmacher
e4edeeaa0a
r11178: add some logic functions for the replica_vs_replica conflict handling
...
to our winsrepl server, but it handles only the simple cases (without merging)
and we still didn't apply records to our wins.ldb, we just print out what we would do
metze
2007-10-10 13:44:56 -05:00
Stefan Metzmacher
7545e4e716
r11177: move unique vs * and normal group vs * into this form
...
ACTIVE vs ACTIVE
ACTIVE vs TOMBSTONE
RELEASED vs ACTIVE
RELEASED vs TOMBSTONE
TOMBSTONE vs ACTIVE
TOMBSTONE vs TOMBSTONE
as it seems that is all we need to test,
and w2k3 only decides between ACTIVE and NON-ACTIVE (REALEASED or TOMBSTONE)
when it gets new replica objects
also I have removed all the extra test, we only test the worst cases now,
and this will make the algorithms more clear when you look at the output
of the NBT-WINSREPLICATION torture test
metze
2007-10-10 13:44:56 -05:00
Stefan Metzmacher
62ddca0e1f
r11176: - add multi homed vs. special group section
...
metze
2007-10-10 13:44:56 -05:00
Stefan Metzmacher
891416b79e
r11175: - add multi homed vs. normal group section
...
metze
2007-10-10 13:44:55 -05:00
Stefan Metzmacher
7479760cbf
r11174: - add special group vs. multi homed section
...
- disable special group vs. special group,
I need to look closer at this, as I'm getting strange timeouts
randomly, so the server might be doing some challegnes while
doing the merging of special group records, witch reaches
timeouts
metze
2007-10-10 13:44:55 -05:00
Stefan Metzmacher
d8e7e914bf
r11173: print out the correct messages
...
metze
2007-10-10 13:44:55 -05:00
Stefan Metzmacher
ba2c100be6
r11172: - start with special group vs. special group testing
...
metze
2007-10-10 13:44:55 -05:00
Stefan Metzmacher
0d948cf430
r11171: fix the build
...
metze
2007-10-10 13:44:54 -05:00
Stefan Metzmacher
9903a47151
r11146: make sure we get the expected amount of addresses
...
metze
2007-10-10 13:44:54 -05:00
Stefan Metzmacher
03a8ff89d0
r11144: - add special group vs. normal group section
...
metze
2007-10-10 13:44:54 -05:00
Stefan Metzmacher
ba17276236
r11142: - add special group vs. unique section
...
metze
2007-10-10 13:44:54 -05:00
Jelmer Vernooij
55805b5ed9
r11141: Re-add paranoid string terminator check
2007-10-10 13:44:54 -05:00
Volker Lendecke
449cc714b8
r11122: Fix some talloc hierarchy errors
2007-10-10 13:44:53 -05:00
Stefan Metzmacher
4a22ce09b4
r11121: - add normal groups vs. multihomed section
...
- make sure we test the worst case,
so that we don't need to test everything...
- same ip(s) => not replace
- different ip(s) => replace
metze
2007-10-10 13:44:53 -05:00
Volker Lendecke
256cf928d7
r11120: calling_name is used later in sesssetup_nt1, so hang the names to the right
...
talloc context.
Volker
2007-10-10 13:44:53 -05:00
Stefan Metzmacher
13703b5c35
r11119: add normal group vs. special group section
...
metze
2007-10-10 13:44:53 -05:00
Stefan Metzmacher
9a7689c745
r11117: add a normal group vs. normal group section
...
metze
2007-10-10 13:44:52 -05:00
Stefan Metzmacher
7f8c26cd33
r11116: - don't display cleanup updates
...
- add unique vs. multi homed section
metze
2007-10-10 13:44:52 -05:00
Stefan Metzmacher
980e1a39eb
r11115: add unique vs special group section
...
metze
2007-10-10 13:44:52 -05:00
Andrew Tridgell
5ec486bb81
r11114: - fixed error handling on bad bind in ildap client
...
- added nicer error display, giving a string version of the error code
2007-10-10 13:44:52 -05:00
Andrew Tridgell
7e338c23f5
r11113: fixed two small bugs in newuser
...
- randpass() is now in the random ejs module, not global
- don't dereference the undefined variable on getopt failure
2007-10-10 13:44:52 -05:00
Andrew Tridgell
f8430c3f41
r11112: listen on the global catalog ldap server port as well if we are a
...
PDC. I suspect we should behave slightly differently on the two ports,
but this is a lot closer than not listening at all. When creating a
user with mmc the global catalog port is used to check for an existing
user
2007-10-10 13:44:51 -05:00
Andrew Tridgell
e28a334eeb
r11111: fixed a talloc error in the dn shortcut code
2007-10-10 13:44:51 -05:00
Andrew Tridgell
b6e8018a3b
r11110: make ldb_oom() also set the ldb error string
2007-10-10 13:44:51 -05:00
Andrew Tridgell
dc41994ea7
r11109: fixed the error code return from most ldb functions (the change to use
...
ldb_transaction_cancel() broke it)
2007-10-10 13:44:51 -05:00
Stefan Metzmacher
f59e90299d
r11108: - always test the old and new record
...
- check that the record is the same as what we pushed to the server
(we need to verify the ip-addresses later too...)
metze
2007-10-10 13:44:51 -05:00
Jelmer Vernooij
407df9628e
r11107: Include 0 byte
2007-10-10 13:44:50 -05:00
Andrew Bartlett
84d6118e87
r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactly
...
the same spot (it has identical TCP sementics).
Andrew Bartlett
2007-10-10 13:44:50 -05:00
Jelmer Vernooij
7596c708ba
r11105: Warn if conformant arrays are not at the end of a struct
...
Support conformant [string] arrays
Eliminate utf8string
This breaks xattr binary compatibility with previous versions - is that a
problem?
2007-10-10 13:44:50 -05:00
Jelmer Vernooij
22d0e4a9bf
r11104: Fix LOCAL-PAC test
2007-10-10 13:44:50 -05:00
Jelmer Vernooij
c8a0511f37
r11103: Eliminate ascstr
2007-10-10 13:44:50 -05:00
Jelmer Vernooij
bb1ed44f45
r11102: Remove unistr_noterm
2007-10-10 13:44:49 -05:00
Jelmer Vernooij
7e057e6bda
r11101: Remove last instances of unistr
2007-10-10 13:44:49 -05:00
Jelmer Vernooij
48f45927ce
r11100: Replace unistr with [string,charset(UTF16)]
2007-10-10 13:44:49 -05:00
Jelmer Vernooij
6a8291c80e
r11099: Replace unistr with [string] equivalent
2007-10-10 13:44:49 -05:00
Jelmer Vernooij
1ac8c96349
r11098: Replace string with [string]
2007-10-10 13:44:49 -05:00
Jelmer Vernooij
88fcd56fb5
r11097: Allow pointers in "const"
2007-10-10 13:44:48 -05:00
Jelmer Vernooij
b773d848e8
r11096: Eliminate pointer_default_top()
2007-10-10 13:44:48 -05:00