summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8036: revert rev 8023/8024 as they have a bugs.Stefan Metzmacher3-81/+71
2007-10-10r8035: added indexing tests. current ldb fails the integer indexing, will be ...Andrew Tridgell1-4/+24
2007-10-10r8033: - add easier valgrind testingAndrew Tridgell1-11/+25
2007-10-10r8032: added loop detection into talloc. Robert Collins found a way to make aAndrew Tridgell2-16/+67
2007-10-10r8028: fix a crash bug in ulogoff, when the tree_connect failed beforeStefan Metzmacher1-0/+4
2007-10-10r8024: avoid one memcpy in the ipc_trans dcesrv_output() callbackStefan Metzmacher1-30/+41
2007-10-10r8023: use a pointer to a DATA_BLOB for each reply,Stefan Metzmacher2-41/+40
2007-10-10r8021: we only need to return STATUS_BUFFER_OVERFLOW for the ipc_trans repliesStefan Metzmacher3-48/+44
2007-10-10r8020: - add --with-selftest-prefix option that specify the prefix used in ma...Stefan Metzmacher3-8/+30
2007-10-10r8016: Get the keyblock arguments correct. (the context struct changed, butAndrew Bartlett1-2/+2
2007-10-10r8013: Remember to add the header containing the prototype for the pacAndrew Bartlett2-0/+8
2007-10-10r8012: Add UUID for NDR64 transfer syntax.Jelmer Vernooij1-0/+3
2007-10-10r8011: arrgh, commit the right version this timeAndrew Tridgell1-5/+4
2007-10-10r8010: added testing of wildcard attributesAndrew Tridgell1-0/+20
2007-10-10r8009: expanded the ldb test suite. It worried me that some changes I haveAndrew Tridgell2-1/+81
2007-10-10r8006: I have seen w2k3 send multiple encoding syntaxes in rpc bindAndrew Tridgell1-1/+2
2007-10-10r8005: escape '"' characters in ldap expressions. Makes scripting easier.Andrew Tridgell1-2/+2
2007-10-10r8004: added a maximum EAs size test from Kukks.Andrew Tridgell1-1/+228
2007-10-10r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell1-0/+8
2007-10-10r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell2-1/+27
2007-10-10r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett4-9/+30
2007-10-10r8000: It seems make proto is required, for reasons I can't explain.Andrew Bartlett1-3/+3
2007-10-10r7999: Fix lacking structure definition.Rafal Szczesniak1-0/+1
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett20-118/+426
2007-10-10r7991: I forgot to free the keyblock once we are done with it.Andrew Bartlett1-0/+1
2007-10-10r7990: An attempt at documenting the current state of cludges required to getAndrew Bartlett1-0/+28
2007-10-10r7989: Allow the use of hashed passwords in the kerberos client and server,Andrew Bartlett2-17/+137
2007-10-10r7988: Store the KVNO for the machine account, and set it up in the provision.Andrew Bartlett4-1/+25
2007-10-10r7986: Fix the compile, thanks to HotaruT.Andrew Bartlett1-1/+1
2007-10-10r7980: Forgot to add kerberos_pac.c to this config.mk file.Andrew Bartlett1-0/+1
2007-10-10r7979: Metze reminded me to try one more combination, and we can now verifyAndrew Bartlett1-32/+14
2007-10-10r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett3-52/+43
2007-10-10r7977: split up 'make clean' a little more as it is overflowing the command l...Andrew Tridgell1-2/+6
2007-10-10r7971: structs.h updateAndrew Bartlett1-4/+3
2007-10-10r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett1-8/+0
2007-10-10r7969: It seems reasonable that our tickets be marked renewable, in theAndrew Bartlett1-0/+2
2007-10-10r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett6-216/+278
2007-10-10r7967: We don't have the ms_krb5 stuff any more.Andrew Bartlett1-1/+0
2007-10-10r7966: We need a better way to do this, but enable the KDC by default, if weAndrew Bartlett1-0/+4
2007-10-10r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett2-5/+0
2007-10-10r7958: More debian packaging updates; packages build now withJelmer Vernooij25-48/+63
2007-10-10r7955: we should not free a struct which is passed as a parameter, to a functionStefan Metzmacher1-2/+0
2007-10-10r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij12-91/+107
2007-10-10r7942: Debian packages updates and fixes. Use dh_install for divertingJelmer Vernooij6-7/+21
2007-10-10r7941: fixed handling of ASN.1 objects bigger than 64kAndrew Tridgell1-1/+10
2007-10-10r7940: use local path first for ldbadd in provisioningAndrew Tridgell1-1/+1
2007-10-10r7939: fix default hostname in provisionAndrew Tridgell1-1/+1
2007-10-10r7937: main file was missingSimo Sorce3-527/+482
2007-10-10r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce7-86/+70
2007-10-10r7935: auth_unix now uses crypt(), so depend on -lcrypt.Andrew Bartlett1-1/+1