Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11403: improved the error handling in the ildap ldb backend. Now passes | Andrew Tridgell | 1 | -37/+53 |
2007-10-10 | r11402: In response to comments by volker, expand our Netlogon DsRGetDCName | Andrew Bartlett | 3 | -53/+207 |
2007-10-10 | r11401: A simple hack to have our central credentials system deny sending LM | Andrew Bartlett | 4 | -0/+19 |
2007-10-10 | r11400: fix compiler warnings | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r11399: Add another case where we need to fallback, if the KDC isn't there. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11393: Avoid error messages and get more correctness with long plaintext pas... | Andrew Bartlett | 1 | -14/+15 |
2007-10-10 | r11392: After confirmation from Love, fix a compiler warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11391: Add includedir to the list of directories to create | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11388: Move dot-generating to a seperate perl executable | Jelmer Vernooij | 3 | -28/+32 |
2007-10-10 | r11387: Remove pidl from the default 'install' target as it doesn't obey the | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r11386: Add install rule for pidl | Jelmer Vernooij | 2 | -2/+8 |
2007-10-10 | r11385: Fix issues in module.c. Calling function should pass in path | Jelmer Vernooij | 2 | -16/+6 |
2007-10-10 | r11382: Require number of required M4 macros | Jelmer Vernooij | 19 | -109/+79 |
2007-10-10 | r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 20 | -66/+137 |
2007-10-10 | r11374: On request from VL, put the plaintext auth patch in. | Andrew Bartlett | 2 | -31/+170 |
2007-10-10 | r11373: Handle an apparent alias in NBT ntlogin replies. | Andrew Bartlett | 2 | -3/+6 |
2007-10-10 | r11372: Now RPC-SAMLOGON works, place it into the default 'make test'. | Andrew Bartlett | 1 | -14/+14 |
2007-10-10 | r11371: Fix the ntlm_auth build. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11370: Samba4 now passes it's own RPC-SAMLOGON test again. | Andrew Bartlett | 5 | -9/+52 |
2007-10-10 | r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in | Volker Lendecke | 10 | -426/+437 |
2007-10-10 | r11367: Ensure to intialise the new logon_parameters (0 for session setups). | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11366: Pass around the flags which indicate if we should support plaintext | Andrew Bartlett | 5 | -16/+31 |
2007-10-10 | r11365: fixed a comment typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11364: added a ldb_attr_dn() function for testing if an attribute name is | Andrew Tridgell | 4 | -7/+17 |
2007-10-10 | r11363: fixed a problem with provisioning when hklm already exists (the | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r11362: Remove attempt to decode uint8 array as a security descriptor. Pidl ... | Tim Potter | 1 | -2/+0 |
2007-10-10 | r11361: Test user@DOMAIN userPrincipalNames | Andrew Bartlett | 1 | -0/+14 |
2007-10-10 | r11360: Pass down a flag indicating that this is an 'old password', and to | Andrew Bartlett | 1 | -18/+50 |
2007-10-10 | r11359: More lovely cracknames tests... | Andrew Bartlett | 1 | -0/+31 |
2007-10-10 | r11358: Ensure domains are always upper-case as well. Helps NTLMv2. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r11357: Add more standard 'servicePrincaipalName' entries to our host account | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11356: More cracknames work. This copes with a lookup for a | Andrew Bartlett | 1 | -1/+21 |
2007-10-10 | r11355: Test for error returns when we don't specify the newly discovered | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r11354: - generate a ejs error on bad ldif to add/modify | Andrew Tridgell | 1 | -3/+7 |
2007-10-10 | r11353: a bit of an improvement to the ldb_tdb error handling | Andrew Tridgell | 3 | -28/+61 |
2007-10-10 | r11352: Add newly discovered (via the radiator lists) flags for controlling | Andrew Bartlett | 2 | -14/+55 |
2007-10-10 | r11351: Another add-hoc test. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r11350: Add some debugs to assist tracking down kerberos issues in future. | Andrew Bartlett | 1 | -2/+26 |
2007-10-10 | r11349: Actually add all the new spns... | Andrew Bartlett | 1 | -12/+6 |
2007-10-10 | r11348: Fixes for 'net join': | Andrew Bartlett | 1 | -18/+19 |
2007-10-10 | r11343: Remove dependency on DEBUG() | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r11342: Remove unused variables. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r11339: Fix the build by adding the serviceprincial name cracknames helper. | Andrew Bartlett | 1 | -0/+59 |
2007-10-10 | r11334: Print error status in debug. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r11333: Push service principal lookups into the cracknames code, rather than | Andrew Bartlett | 1 | -166/+92 |
2007-10-10 | r11331: add conflict cases owned,released vs. replica | Stefan Metzmacher | 1 | -1/+146 |
2007-10-10 | r11330: - split up owned,active vs replica and owned,released vs. replica | Stefan Metzmacher | 1 | -4/+651 |
2007-10-10 | r11329: the 0x1C must be registered as group name | Stefan Metzmacher | 1 | -2/+2 |