summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r11194: Use the special ldb attribute "canonicalName" (therefore testing thatAndrew Bartlett2005-10-201-11/+20
| | | | | | | | codepath) in DRSUAPI CrackNames. Fix the NT4 account return value. Andrew Bartlett
* r11193: Implement wbinfo -mVolker Lendecke2005-10-196-8/+173
|
* r11192: Too many contexts around... :-)Volker Lendecke2005-10-191-1/+1
|
* r11189: add some more special group vs. special group tests,Stefan Metzmacher2005-10-192-2/+15
| | | | | | | to make sure that replicas from the same owner are blinding overwritten in all cases metze
* r11188: - add multi homed vs. multi homed sectionStefan Metzmacher2005-10-192-6/+183
| | | | metze
* r11187: in case the msDS-KeyVersionNumber is replicated (I didn't assume ↵Stefan Metzmacher2005-10-192-0/+4
| | | | | | | | | this...) show the string in the debug output, and show it with --option="dssync:print_pwd_blobs=yes" metze
* r11186: - get rid of some .extra = True casesStefan Metzmacher2005-10-192-8/+190
| | | | | | | - add multihomed vs unique section - update conflict handling for the above case metze
* r11185: - resolve attid for "supplementalCredentials" into a nameStefan Metzmacher2005-10-192-18/+22
| | | | | | | | | - print "supplementalCredentials" also when --option="dssync:print_pwd_blobs=yes" is used abartlet: this field may contain the krb5 keys... metze
* r11184: Remove test that checks whether ftruncate() needs root, because I can'tJelmer Vernooij2005-10-191-7/+0
| | | | | find the file it tries to use (build/tests/ftruncroot.c) and the value it defines is not used anywhere.
* r11182: Explicitly add "." to perl include path so that perl doesn't use the Jelmer Vernooij2005-10-191-1/+1
| | | | | Config module instead of the configure-generated config.pm on case-insensitive filesystems (MacOSX, OpenVMS)
* r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large ↵Volker Lendecke2005-10-1919-240/+1422
| | | | | | | | | | because --user-sids required the extension to trusted domains. Implement "winbind sealed pipes" parameter for debugging purposes. Volker
* r11179: revert to the old code, till jelmer find a solution how toStefan Metzmacher2005-10-191-1/+1
| | | | | | handle a UTF16 string in a uint8 array metze
* r11178: add some logic functions for the replica_vs_replica conflict handlingStefan Metzmacher2005-10-191-0/+259
| | | | | | | 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
* r11177: move unique vs * and normal group vs * into this formStefan Metzmacher2005-10-191-338/+113
| | | | | | | | | | | | | | | | | | | 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
* r11176: - add multi homed vs. special group sectionStefan Metzmacher2005-10-191-1/+179
| | | | metze
* r11175: - add multi homed vs. normal group sectionStefan Metzmacher2005-10-191-1/+178
| | | | metze
* r11174: - add special group vs. multi homed sectionStefan Metzmacher2005-10-191-1/+179
| | | | | | | | | | - 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
* r11173: print out the correct messagesStefan Metzmacher2005-10-191-2/+20
| | | | metze
* r11172: - start with special group vs. special group testingStefan Metzmacher2005-10-191-4/+143
| | | | metze
* r11171: fix the buildStefan Metzmacher2005-10-191-1/+2
| | | | metze
* r11146: make sure we get the expected amount of addressesStefan Metzmacher2005-10-181-0/+9
| | | | metze
* r11144: - add special group vs. normal group sectionStefan Metzmacher2005-10-181-0/+177
| | | | metze
* r11142: - add special group vs. unique sectionStefan Metzmacher2005-10-181-1/+178
| | | | metze
* r11141: Re-add paranoid string terminator checkJelmer Vernooij2005-10-182-15/+30
|
* r11122: Fix some talloc hierarchy errorsVolker Lendecke2005-10-171-3/+3
|
* r11121: - add normal groups vs. multihomed sectionStefan Metzmacher2005-10-171-24/+276
| | | | | | | | | - 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
* r11120: calling_name is used later in sesssetup_nt1, so hang the names to ↵Volker Lendecke2005-10-171-2/+4
| | | | | | | | the right talloc context. Volker
* r11119: add normal group vs. special group sectionStefan Metzmacher2005-10-171-1/+232
| | | | metze
* r11117: add a normal group vs. normal group sectionStefan Metzmacher2005-10-171-1/+232
| | | | metze
* r11116: - don't display cleanup updatesStefan Metzmacher2005-10-171-3/+156
| | | | | | - add unique vs. multi homed section metze
* r11115: add unique vs special group sectionStefan Metzmacher2005-10-171-2/+143
| | | | metze
* r11114: - fixed error handling on bad bind in ildap clientAndrew Tridgell2005-10-172-2/+64
| | | | - added nicer error display, giving a string version of the error code
* r11113: fixed two small bugs in newuserAndrew Tridgell2005-10-171-1/+2
| | | | | | - randpass() is now in the random ejs module, not global - don't dereference the undefined variable on getopt failure
* r11112: listen on the global catalog ldap server port as well if we are aAndrew Tridgell2005-10-171-0/+11
| | | | | | | 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
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2005-10-171-5/+18
|
* r11110: make ldb_oom() also set the ldb error stringAndrew Tridgell2005-10-171-1/+1
|
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2005-10-171-6/+16
| | | | ldb_transaction_cancel() broke it)
* r11108: - always test the old and new recordStefan Metzmacher2005-10-171-3/+36
| | | | | | | - check that the record is the same as what we pushed to the server (we need to verify the ip-addresses later too...) metze
* r11107: Include 0 byteJelmer Vernooij2005-10-171-1/+2
|
* r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactlyAndrew Bartlett2005-10-171-16/+34
| | | | | | the same spot (it has identical TCP sementics). Andrew Bartlett
* r11105: Warn if conformant arrays are not at the end of a structJelmer Vernooij2005-10-166-12/+37
| | | | | | | | Support conformant [string] arrays Eliminate utf8string This breaks xattr binary compatibility with previous versions - is that a problem?
* r11104: Fix LOCAL-PAC testJelmer Vernooij2005-10-161-1/+1
|
* r11103: Eliminate ascstrJelmer Vernooij2005-10-163-11/+5
|
* r11102: Remove unistr_notermJelmer Vernooij2005-10-162-7/+1
|
* r11101: Remove last instances of unistrJelmer Vernooij2005-10-163-55/+50
|
* r11100: Replace unistr with [string,charset(UTF16)]Jelmer Vernooij2005-10-166-251/+251
|
* r11099: Replace unistr with [string] equivalentJelmer Vernooij2005-10-166-56/+60
|
* r11098: Replace string with [string]Jelmer Vernooij2005-10-163-34/+34
|
* r11097: Allow pointers in "const"Jelmer Vernooij2005-10-163-206/+217
|
* r11096: Eliminate pointer_default_top()Jelmer Vernooij2005-10-1617-215/+186
|