summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
* r7923: removed dependence on Data::DumperAndrew Tridgell2007-10-102-5/+0
* r7922: Comment out complicated connect/session/tree API for the moment. ReplaceTim Potter2007-10-101-2/+83
* r7921: fixed newuser script (letting samldb module allocate the sid)Andrew Tridgell2007-10-101-13/+0
* r7920: another attempt at making installswat.sh portableAndrew Tridgell2007-10-101-17/+13
* r7919: use more portable shell syntax for MALLOC_CHECK_Andrew Tridgell2007-10-105-16/+6
* r7918: fixed a crash bug in the ldap serverAndrew Tridgell2007-10-101-1/+1
* r7917: macosx doesn't have a group called 'users'Andrew Tridgell2007-10-101-0/+2
* r7916: - got rid of the in_client globalAndrew Tridgell2007-10-105-23/+2
* r7915: report the number of failed tests so far when running 'make test' inte...Andrew Tridgell2007-10-101-1/+1
* r7914: - we don't need to override the database locations in selftest any moreAndrew Tridgell2007-10-101-5/+6
* r7913: prevent recursion in the socket wrapper codeAndrew Tridgell2007-10-101-0/+1
* r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell2007-10-104-17/+45
* r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell2007-10-107-23/+23