summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r8020: - add --with-selftest-prefix option that specify the prefix used in ma...Stefan Metzmacher2007-10-103-8/+30
* r8016: Get the keyblock arguments correct. (the context struct changed, butAndrew Bartlett2007-10-101-2/+2
* r8013: Remember to add the header containing the prototype for the pacAndrew Bartlett2007-10-102-0/+8
* r8012: Add UUID for NDR64 transfer syntax.Jelmer Vernooij2007-10-101-0/+3
* r8011: arrgh, commit the right version this timeAndrew Tridgell2007-10-101-5/+4
* r8010: added testing of wildcard attributesAndrew Tridgell2007-10-101-0/+20
* r8009: expanded the ldb test suite. It worried me that some changes I haveAndrew Tridgell2007-10-102-1/+81
* r8006: I have seen w2k3 send multiple encoding syntaxes in rpc bindAndrew Tridgell2007-10-101-1/+2
* r8005: escape '"' characters in ldap expressions. Makes scripting easier.Andrew Tridgell2007-10-101-2/+2
* r8004: added a maximum EAs size test from Kukks.Andrew Tridgell2007-10-101-1/+228
* r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell2007-10-101-0/+8
* r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell2007-10-102-1/+27
* r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett2007-10-104-9/+30
* r7999: Fix lacking structure definition.Rafal Szczesniak2007-10-101-0/+1
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-1020-118/+426
* r7991: I forgot to free the keyblock once we are done with it.Andrew Bartlett2007-10-101-0/+1
* r7989: Allow the use of hashed passwords in the kerberos client and server,Andrew Bartlett2007-10-102-17/+137
* r7988: Store the KVNO for the machine account, and set it up in the provision.Andrew Bartlett2007-10-104-1/+25
* r7986: Fix the compile, thanks to HotaruT.Andrew Bartlett2007-10-101-1/+1
* r7980: Forgot to add kerberos_pac.c to this config.mk file.Andrew Bartlett2007-10-101-0/+1
* r7979: Metze reminded me to try one more combination, and we can now verifyAndrew Bartlett2007-10-101-32/+14
* r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett2007-10-103-52/+43
* r7977: split up 'make clean' a little more as it is overflowing the command l...Andrew Tridgell2007-10-101-2/+6
* r7971: structs.h updateAndrew Bartlett2007-10-101-4/+3
* r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett2007-10-101-8/+0
* r7969: It seems reasonable that our tickets be marked renewable, in theAndrew Bartlett2007-10-101-0/+2
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-106-216/+278
* r7967: We don't have the ms_krb5 stuff any more.Andrew Bartlett2007-10-101-1/+0
* r7966: We need a better way to do this, but enable the KDC by default, if weAndrew Bartlett2007-10-101-0/+4
* r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett2007-10-102-5/+0
* r7958: More debian packaging updates; packages build now withJelmer Vernooij2007-10-1010-14/+23
* r7955: we should not free a struct which is passed as a parameter, to a functionStefan Metzmacher2007-10-101-2/+0
* r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij2007-10-1012-91/+107
* r7941: fixed handling of ASN.1 objects bigger than 64kAndrew Tridgell2007-10-101-1/+10
* r7940: use local path first for ldbadd in provisioningAndrew Tridgell2007-10-101-1/+1
* r7939: fix default hostname in provisionAndrew Tridgell2007-10-101-1/+1
* r7937: main file was missingSimo Sorce2007-10-103-527/+482
* r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce2007-10-107-86/+70
* r7935: auth_unix now uses crypt(), so depend on -lcrypt.Andrew Bartlett2007-10-101-1/+1
* r7934: ported samba3 pass_check functions to auth_unix.cSimo Sorce2007-10-101-5/+332
* r7933: darn, forgot to add thisAndrew Tridgell2007-10-101-0/+39
* r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher2007-10-101-9/+8
* r7931: fixed a bug in the cifs backend found with the new test codeAndrew Tridgell2007-10-101-1/+12
* r7930: - added testing of the cifs passthru backendAndrew Tridgell2007-10-101-8/+18
* r7929: yet another attempt at fixing installswat on freebsd 5Andrew Tridgell2007-10-101-1/+1
* r7928: Add rename, unlink and list commands.Tim Potter2007-10-101-2/+139
* r7927: fixed an error on partial socket writes in the rpc serverAndrew Tridgell2007-10-102-2/+2
* r7926: poptGetNextOpt() returns int, not charAndrew Tridgell2007-10-101-1/+1
* r7925: small tidyup (please keep lines at a reasonable length)Andrew Tridgell2007-10-101-1/+2
* r7924: Add mkdir() and rmdir() functions.Tim Potter2007-10-101-2/+81