Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11194: Use the special ldb attribute "canonicalName" (therefore testing that | Andrew Bartlett | 2005-10-20 | 1 | -11/+20 | |
| | | | | | | | | codepath) in DRSUAPI CrackNames. Fix the NT4 account return value. Andrew Bartlett | |||||
* | r11193: Implement wbinfo -m | Volker Lendecke | 2005-10-19 | 6 | -8/+173 | |
| | ||||||
* | r11192: Too many contexts around... :-) | Volker Lendecke | 2005-10-19 | 1 | -1/+1 | |
| | ||||||
* | r11189: add some more special group vs. special group tests, | Stefan Metzmacher | 2005-10-19 | 2 | -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 section | Stefan Metzmacher | 2005-10-19 | 2 | -6/+183 | |
| | | | | metze | |||||
* | r11187: in case the msDS-KeyVersionNumber is replicated (I didn't assume ↵ | Stefan Metzmacher | 2005-10-19 | 2 | -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 cases | Stefan Metzmacher | 2005-10-19 | 2 | -8/+190 | |
| | | | | | | | - add multihomed vs unique section - update conflict handling for the above case metze | |||||
* | r11185: - resolve attid for "supplementalCredentials" into a name | Stefan Metzmacher | 2005-10-19 | 2 | -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't | Jelmer Vernooij | 2005-10-19 | 1 | -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 Vernooij | 2005-10-19 | 1 | -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 Lendecke | 2005-10-19 | 19 | -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 to | Stefan Metzmacher | 2005-10-19 | 1 | -1/+1 | |
| | | | | | | handle a UTF16 string in a uint8 array metze | |||||
* | r11178: add some logic functions for the replica_vs_replica conflict handling | Stefan Metzmacher | 2005-10-19 | 1 | -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 form | Stefan Metzmacher | 2005-10-19 | 1 | -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 section | Stefan Metzmacher | 2005-10-19 | 1 | -1/+179 | |
| | | | | metze | |||||
* | r11175: - add multi homed vs. normal group section | Stefan Metzmacher | 2005-10-19 | 1 | -1/+178 | |
| | | | | metze | |||||
* | r11174: - add special group vs. multi homed section | Stefan Metzmacher | 2005-10-19 | 1 | -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 messages | Stefan Metzmacher | 2005-10-19 | 1 | -2/+20 | |
| | | | | metze | |||||
* | r11172: - start with special group vs. special group testing | Stefan Metzmacher | 2005-10-19 | 1 | -4/+143 | |
| | | | | metze | |||||
* | r11171: fix the build | Stefan Metzmacher | 2005-10-19 | 1 | -1/+2 | |
| | | | | metze | |||||
* | r11146: make sure we get the expected amount of addresses | Stefan Metzmacher | 2005-10-18 | 1 | -0/+9 | |
| | | | | metze | |||||
* | r11144: - add special group vs. normal group section | Stefan Metzmacher | 2005-10-18 | 1 | -0/+177 | |
| | | | | metze | |||||
* | r11142: - add special group vs. unique section | Stefan Metzmacher | 2005-10-18 | 1 | -1/+178 | |
| | | | | metze | |||||
* | r11141: Re-add paranoid string terminator check | Jelmer Vernooij | 2005-10-18 | 2 | -15/+30 | |
| | ||||||
* | r11122: Fix some talloc hierarchy errors | Volker Lendecke | 2005-10-17 | 1 | -3/+3 | |
| | ||||||
* | r11121: - add normal groups vs. multihomed section | Stefan Metzmacher | 2005-10-17 | 1 | -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 Lendecke | 2005-10-17 | 1 | -2/+4 | |
| | | | | | | | | the right talloc context. Volker | |||||
* | r11119: add normal group vs. special group section | Stefan Metzmacher | 2005-10-17 | 1 | -1/+232 | |
| | | | | metze | |||||
* | r11117: add a normal group vs. normal group section | Stefan Metzmacher | 2005-10-17 | 1 | -1/+232 | |
| | | | | metze | |||||
* | r11116: - don't display cleanup updates | Stefan Metzmacher | 2005-10-17 | 1 | -3/+156 | |
| | | | | | | - add unique vs. multi homed section metze | |||||
* | r11115: add unique vs special group section | Stefan Metzmacher | 2005-10-17 | 1 | -2/+143 | |
| | | | | metze | |||||
* | r11114: - fixed error handling on bad bind in ildap client | Andrew Tridgell | 2005-10-17 | 2 | -2/+64 | |
| | | | | - added nicer error display, giving a string version of the error code | |||||
* | r11113: fixed two small bugs in newuser | Andrew Tridgell | 2005-10-17 | 1 | -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 a | Andrew Tridgell | 2005-10-17 | 1 | -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 code | Andrew Tridgell | 2005-10-17 | 1 | -5/+18 | |
| | ||||||
* | r11110: make ldb_oom() also set the ldb error string | Andrew Tridgell | 2005-10-17 | 1 | -1/+1 | |
| | ||||||
* | r11109: fixed the error code return from most ldb functions (the change to use | Andrew Tridgell | 2005-10-17 | 1 | -6/+16 | |
| | | | | ldb_transaction_cancel() broke it) | |||||
* | r11108: - always test the old and new record | Stefan Metzmacher | 2005-10-17 | 1 | -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 byte | Jelmer Vernooij | 2005-10-17 | 1 | -1/+2 | |
| | ||||||
* | r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactly | Andrew Bartlett | 2005-10-17 | 1 | -16/+34 | |
| | | | | | | the same spot (it has identical TCP sementics). Andrew Bartlett | |||||
* | r11105: Warn if conformant arrays are not at the end of a struct | Jelmer Vernooij | 2005-10-16 | 6 | -12/+37 | |
| | | | | | | | | Support conformant [string] arrays Eliminate utf8string This breaks xattr binary compatibility with previous versions - is that a problem? | |||||
* | r11104: Fix LOCAL-PAC test | Jelmer Vernooij | 2005-10-16 | 1 | -1/+1 | |
| | ||||||
* | r11103: Eliminate ascstr | Jelmer Vernooij | 2005-10-16 | 3 | -11/+5 | |
| | ||||||
* | r11102: Remove unistr_noterm | Jelmer Vernooij | 2005-10-16 | 2 | -7/+1 | |
| | ||||||
* | r11101: Remove last instances of unistr | Jelmer Vernooij | 2005-10-16 | 3 | -55/+50 | |
| | ||||||
* | r11100: Replace unistr with [string,charset(UTF16)] | Jelmer Vernooij | 2005-10-16 | 6 | -251/+251 | |
| | ||||||
* | r11099: Replace unistr with [string] equivalent | Jelmer Vernooij | 2005-10-16 | 6 | -56/+60 | |
| | ||||||
* | r11098: Replace string with [string] | Jelmer Vernooij | 2005-10-16 | 3 | -34/+34 | |
| | ||||||
* | r11097: Allow pointers in "const" | Jelmer Vernooij | 2005-10-16 | 3 | -206/+217 | |
| | ||||||
* | r11096: Eliminate pointer_default_top() | Jelmer Vernooij | 2005-10-16 | 17 | -215/+186 | |
| |