Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r7971: structs.h update | Andrew Bartlett | 1 | -4/+3 |
2007-10-10 | r7970: This SMB signing code (merged from 3.0) turned out to be bogus. | Andrew Bartlett | 1 | -8/+0 |
2007-10-10 | r7969: It seems reasonable that our tickets be marked renewable, in the | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r7968: Pull the PAC from within GSSAPI, rather than only when using our own | Andrew Bartlett | 6 | -216/+278 |
2007-10-10 | r7967: We don't have the ms_krb5 stuff any more. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r7966: We need a better way to do this, but enable the KDC by default, if we | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r7965: Remove the GENSEC password callback structure members, as these are no | Andrew Bartlett | 2 | -5/+0 |
2007-10-10 | r7958: More debian packaging updates; packages build now with | Jelmer Vernooij | 10 | -14/+23 |
2007-10-10 | r7955: we should not free a struct which is passed as a parameter, to a function | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. | Jelmer Vernooij | 12 | -91/+107 |
2007-10-10 | r7941: fixed handling of ASN.1 objects bigger than 64k | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r7940: use local path first for ldbadd in provisioning | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7939: fix default hostname in provision | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7937: main file was missing | Simo Sorce | 3 | -527/+482 |
2007-10-10 | r7936: new ldb_dn_explode and ldb_dn_casefold functions and co | Simo Sorce | 7 | -86/+70 |
2007-10-10 | r7935: auth_unix now uses crypt(), so depend on -lcrypt. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7934: ported samba3 pass_check functions to auth_unix.c | Simo Sorce | 1 | -5/+332 |
2007-10-10 | r7933: darn, forgot to add this | Andrew Tridgell | 1 | -0/+39 |
2007-10-10 | r7932: don't use the nbt called name as server name, for dcerpc_server_name() | Stefan Metzmacher | 1 | -9/+8 |
2007-10-10 | r7931: fixed a bug in the cifs backend found with the new test code | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r7930: - added testing of the cifs passthru backend | Andrew Tridgell | 1 | -8/+18 |
2007-10-10 | r7929: yet another attempt at fixing installswat on freebsd 5 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7928: Add rename, unlink and list commands. | Tim Potter | 1 | -2/+139 |
2007-10-10 | r7927: fixed an error on partial socket writes in the rpc server | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r7926: poptGetNextOpt() returns int, not char | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7925: small tidyup (please keep lines at a reasonable length) | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7924: Add mkdir() and rmdir() functions. | Tim Potter | 1 | -2/+81 |
2007-10-10 | r7923: removed dependence on Data::Dumper | Andrew Tridgell | 2 | -5/+0 |
2007-10-10 | r7922: Comment out complicated connect/session/tree API for the moment. Replace | Tim Potter | 1 | -2/+83 |
2007-10-10 | r7921: fixed newuser script (letting samldb module allocate the sid) | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r7920: another attempt at making installswat.sh portable | Andrew Tridgell | 1 | -17/+13 |