Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8057: use our defined push/pull types in the validate code (fixes a warning) | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8056: make the realm lowercase in our ldb (better matches w2k3) | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8055: added canonicalName to our domainDns record | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerData | Stefan Metzmacher | 3 | -0/+72 |
2007-10-10 | r8053: requests from mmc show that the auth info for a bind should be 4 byte ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8052: that looks nicer:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8051: separate out the MAX EAs test, as it fills disk too much to be run reg... | Andrew Tridgell | 2 | -2/+30 |
2007-10-10 | r8050: - make use of more [value()] properties | Stefan Metzmacher | 4 | -23/+17 |
2007-10-10 | r8049: add function that returns the build version (of w2k3 here 3790) | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r8046: - add somemore failure checks in the RPC-SPOOLSS test | Stefan Metzmacher | 5 | -79/+121 |
2007-10-10 | r8045: fix valgrind warning, add zero padding when the string doesn't fill th... | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r8044: give a better error code | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r8043: increase shell compatibility of ldb tests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8042: give better error message | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8041: remove a mis-spelled debug message :-) | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r8040: run ldb test suite as part of samba 'make test' | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8039: allow ldb test suite to be run outside of the ldb directory | Andrew Tridgell | 4 | -33/+41 |
2007-10-10 | r8038: - fixed indexing on binary values that need base64 encoding and canoni... | Andrew Tridgell | 2 | -3/+24 |
2007-10-10 | r8037: a fairly major update to the internals of ldb. Changes are: | Andrew Tridgell | 19 | -684/+1368 |
2007-10-10 | r8036: revert rev 8023/8024 as they have a bugs. | Stefan Metzmacher | 3 | -81/+71 |
2007-10-10 | r8035: added indexing tests. current ldb fails the integer indexing, will be ... | Andrew Tridgell | 1 | -4/+24 |
2007-10-10 | r8033: - add easier valgrind testing | Andrew Tridgell | 1 | -11/+25 |
2007-10-10 | r8032: added loop detection into talloc. Robert Collins found a way to make a | Andrew Tridgell | 2 | -16/+67 |
2007-10-10 | r8028: fix a crash bug in ulogoff, when the tree_connect failed before | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r8024: avoid one memcpy in the ipc_trans dcesrv_output() callback | Stefan Metzmacher | 1 | -30/+41 |
2007-10-10 | r8023: use a pointer to a DATA_BLOB for each reply, | Stefan Metzmacher | 2 | -41/+40 |
2007-10-10 | r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans replies | Stefan Metzmacher | 3 | -48/+44 |
2007-10-10 | r8020: - add --with-selftest-prefix option that specify the prefix used in ma... | Stefan Metzmacher | 3 | -8/+30 |
2007-10-10 | r8016: Get the keyblock arguments correct. (the context struct changed, but | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8013: Remember to add the header containing the prototype for the pac | Andrew Bartlett | 2 | -0/+8 |
2007-10-10 | r8012: Add UUID for NDR64 transfer syntax. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r8011: arrgh, commit the right version this time | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r8010: added testing of wildcard attributes | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r8009: expanded the ldb test suite. It worried me that some changes I have | Andrew Tridgell | 2 | -1/+81 |
2007-10-10 | r8006: I have seen w2k3 send multiple encoding syntaxes in rpc bind | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r8005: escape '"' characters in ldap expressions. Makes scripting easier. | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8004: added a maximum EAs size test from Kukks. | Andrew Tridgell | 1 | -1/+228 |
2007-10-10 | r8003: ensure that we don't try to send a trans request with more than 64k da... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r8002: favor addresses on our local interfaces in NBT name resolution if | Andrew Tridgell | 2 | -1/+27 |
2007-10-10 | r8001: Also fill in the krbtgt checksum, and make sure to put the right | Andrew Bartlett | 4 | -9/+30 |
2007-10-10 | r7999: Fix lacking structure definition. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r7993: Further work on the Krb5 PAC. | Andrew Bartlett | 20 | -118/+426 |
2007-10-10 | r7991: I forgot to free the keyblock once we are done with it. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7989: Allow the use of hashed passwords in the kerberos client and server, | Andrew Bartlett | 2 | -17/+137 |
2007-10-10 | r7988: Store the KVNO for the machine account, and set it up in the provision. | Andrew Bartlett | 4 | -1/+25 |
2007-10-10 | r7986: Fix the compile, thanks to HotaruT. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7980: Forgot to add kerberos_pac.c to this config.mk file. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7979: Metze reminded me to try one more combination, and we can now verify | Andrew Bartlett | 1 | -32/+14 |
2007-10-10 | r7978: A start again on PAC verification. I have noticed that the kerberos | Andrew Bartlett | 3 | -52/+43 |
2007-10-10 | r7977: split up 'make clean' a little more as it is overflowing the command l... | Andrew Tridgell | 1 | -2/+6 |