summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-07-2736-336/+1314
|\
| * gensec_gssapi: add support for signing RPC messagesStefan Metzmacher2008-07-261-35/+12
| * lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher2008-07-261-0/+1
| * auth/credentials: use the same enctypes when getting a TGT and a TGSStefan Metzmacher2008-07-261-0/+23
| * dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDStefan Metzmacher2008-07-261-0/+4
| * dsdb/schema: make more clear where we create the value for the new prefix map...Stefan Metzmacher2008-07-261-0/+6
| * dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...Stefan Metzmacher2008-07-261-52/+44
| * dcerpc.idl: add DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flagStefan Metzmacher2008-07-261-0/+1
| * mamachinepw: add better error handlingStefan Metzmacher2008-07-261-4/+20
| * Add "mymachinepw" to fetch our machine password out of secrets.ldbVolker Lendecke2008-07-261-0/+45
| * smbtorture: add --extra-user optionStefan Metzmacher2008-07-261-1/+13
| * Define HAVE_ASM_BYTEORDER at all timesBrad Hards2008-07-251-2/+4
| * Make a new define to ensure the accoc_group_id we use is always in common.Andrew Bartlett2008-07-251-2/+4
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-2524-290/+1140
| |\
| | * hdb-ldb: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-45/+30
| | * password_hash: fix the callers after drsblobs.idl changesStefan Metzmacher2008-07-241-33/+41
| | * drsblobs.idl: unify the Primary:Kerberos and Primary:Kerberos-Newer-Keys structsStefan Metzmacher2008-07-241-29/+18
| | * drsblobs.idl: give some unknowns a meaningStefan Metzmacher2008-07-241-9/+11
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-07-2438-387/+1326
| | |\
| | | * dsdb_create_prefix_mapping() implementation checks for existing prefix maping...Anatoliy Atanasov2008-07-241-36/+257
| | | * Handle schema reloading request.Anatoliy Atanasov2008-07-244-4/+158
| | | * libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntryMichael Adam2008-07-232-1/+2
| | | * libnet_become_cd: add boolean option "become_dc:force krb5" to control krb5 a...Michael Adam2008-07-231-10/+18
| | | * drsuapi: always set the pid field of the outgoing DsBindInfo to 0.Michael Adam2008-07-233-8/+3
| | | * libnet_unbecome_dc: teach unbecomeDC_drsuapi_bind_recv() DsBindInfo48.Michael Adam2008-07-231-0/+9
| | | * libnet_become_cd: teach becomeDC_drsuapi_bind_recv() DsBindInfo48.Michael Adam2008-07-231-0/+9
| | | * dsdb: teach dreplsrv_out_drsuapi_bind_recv() knowledge of DsBindInfo48.Michael Adam2008-07-231-0/+9
| | | * password_hash: add generation of the Primary:Kerberos-Newer-Keys blobStefan Metzmacher2008-07-231-3/+216
| | | * hdb-ldb: try to find Primary:Kerberos-Newer-Keys and fallback to Primary:Kerb...Stefan Metzmacher2008-07-231-16/+114
| | | * drsblobs.idl: add idl for Primary:Kerberos-Newer-Keys blob in supplementalCre...Stefan Metzmacher2008-07-231-0/+37
| | | * 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