summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | | * password_hash: order the supplementalCredentials Packages in the same order l...Stefan Metzmacher2008-07-231-13/+55
| | | * password_hash: split the generation of krb5 keys into a different functionStefan Metzmacher2008-07-231-92/+69
| | | * password_hash: simplify the logic if we have cleartext we always generate the...Stefan Metzmacher2008-07-231-2/+2
| | | * password_hash: fix callers after idl change for package_PrimaryKerberosStefan Metzmacher2008-07-231-7/+0
| | | * drsblobs.idl: fix unknowns in package_PrimaryKerberos idlStefan Metzmacher2008-07-231-6/+8
| | | * hdb-ldb: check the SUPPLEMENTAL_CREDENTIALS_SIGNATUREStefan Metzmacher2008-07-231-0/+6
| | | * password_hash: check the SUPPLEMENTAL_CREDENTIALS_SIGNATUREStefan Metzmacher2008-07-231-2/+11
| | | * drsblobs.idl: fix idl for supplementalCredentialsSubBlobStefan Metzmacher2008-07-231-3/+8
| | | * password_hash: ignore reserved value, but still set it like windows doesStefan Metzmacher2008-07-231-8/+4
| | | * drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher2008-07-231-1/+1
| | | * password_hash: don't add zero padding as w2k8 also don't add itStefan Metzmacher2008-07-231-10/+0
| | | * hdb-ldb: fix comment about paddingStefan Metzmacher2008-07-231-1/+1
| | | * hdb-ldb: fix crash bug in the error pathStefan Metzmacher2008-07-231-0/+1
| | | * RPC-DSSYNC: print 'supplementalCredentials' more verboselyStefan Metzmacher2008-07-231-0/+10
| | | * rpc_server: be more strict with the incoming assoc_group_idStefan Metzmacher2008-07-231-12/+12
| | | * smbtorture: add a warning for unknown BindInfo length to the RPC-DSSYNC testMichael Adam2008-07-231-0/+3
| | | * smbtorture: add support for the DSBindInfo48 to the RPC-DSSYNC test.Michael Adam2008-07-231-0/+9
| | | * libnet/become_dc: add a comment and explain why it's important to specify krb5Stefan Metzmacher2008-07-231-0/+9
| | | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-232-0/+17
| | | |\
| | | * | The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett2008-07-232-3/+22
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-238-20/+38
| | | |\ \
| | | * | | Install'named.txt' to private/ as documentation.Andrew Bartlett2008-07-221-2/+26
| | | * | | Improve DNS and Group poicy configurations.Matthias Dieter Wallnöfer2008-07-224-53/+68
| | * | | | we can't query the ACL on a new file till it exists!Andrew Tridgell2008-07-241-6/+6
| | * | | | initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
| | * | | | make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
| | * | | | fixed spelling errorAndrew Tridgell2008-07-241-1/+1
| | * | | | fixd a bug in the signal handling code - we could get phantom signalsAndrew Tridgell2008-07-241-5/+5
| * | | | | Try to avoid a memory leak if we re-set the global schemaAndrew Bartlett2008-07-251-0/+9
| * | | | | Complain if we are told to use an ldap backend, without the typeAndrew Bartlett2008-07-251-0/+2
| * | | | | Clarify how we are doing the 'this is a rootdse query' check.Andrew Bartlett2008-07-251-1/+2
| | |_|_|/ | |/| | |
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-2310-57/+75
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2008-07-226-16/+19
| | * | | drsuapi.idl: change the u1 field in DsBindInfo* to "pid".Michael Adam2008-07-221-4/+4
| | * | | drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.Michael Adam2008-07-221-1/+6
| | * | | drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.Michael Adam2008-07-221-1/+2
| | * | | drsuapi.idl: add drsuapi_DsBindInfo48.Michael Adam2008-07-221-0/+10
| | * | | s3 cli_do_rpc_ndr does not use PI_* anymoreVolker Lendecke2008-07-221-1/+0
| | | |/ | | |/|
| * | | Remove the 'accoc_group_id' check in the RPC server.Andrew Bartlett2008-07-231-0/+11
| * | | Explain where some other OIDs are allocated.Andrew Bartlett2008-07-231-0/+6
* | | | Fix location of manpages.Jelmer Vernooij2008-07-272-0/+0
| |/ / |/| |
* | | Properly cast array length in print functions.Jelmer Vernooij2008-07-212-37/+37
|/ /
* | Fix winbindd not to sit in a busy loop...Andrew Bartlett2008-07-211-1/+2
* | Rename structures to better match the names in the WSPP IDL.Andrew Bartlett2008-07-216-68/+68
* | Remove bogus test in 'enum trusted domains' LSA server.Andrew Bartlett2008-07-212-6/+40
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-211-0/+1
|\|
| * Fix RAW-OPEN against Samba3Volker Lendecke2008-07-191-0/+1
* | Sleep longer in the hope that the OpenLDAP backend might catch upAndrew Bartlett2008-07-211-2/+2
* | Fix ldb_map to add/remove the same 'extra' objectclassAndrew Bartlett2008-07-211-2/+3
* | Make invalid 'member' detection work again.Andrew Bartlett2008-07-211-0/+4
|/