summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-08-26heimdal_build: split glue.c into krb5 and gssapi partsStefan Metzmacher3-20/+33
2008-08-26kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.hStefan Metzmacher2-2/+4
2008-08-26Revert "gsskrb5: add support for DCE_STYLE and des and des3 keys"Stefan Metzmacher2-64/+22
2008-08-26Revert "gsskrb5: always return an acceptor subkey"Stefan Metzmacher1-18/+4
2008-08-26build: generate :: rules for automatic dependenciesStefan Metzmacher1-2/+2
2008-08-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett11-173/+802
2008-08-26Don't use lsa_Delete any more, as smbd now refuses it.Andrew Bartlett1-2/+3
2008-08-26More LSA server and testuite work.Andrew Bartlett2-8/+63
2008-08-26Make RPC-LSA test deterministic with an msleep(200).Andrew Bartlett1-5/+8
2008-08-26Implement matching logic to Windows 2008 on handling of secrets.Andrew Bartlett1-16/+8
2008-08-26Fix LSA server to pass more of RPC-LSA and match Windows 2008Andrew Bartlett1-17/+32
2008-08-26Only allow the trust in the correct direction (per the flags).Andrew Bartlett1-3/+9
2008-08-26Update RPC-LSA to (almost) pass against Windows 2008.Andrew Bartlett3-72/+153
2008-08-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett54-1213/+2080
2008-08-24fixed the data in SAVEFILE op in RAW-OFFLINEAndrew Tridgell1-1/+1
2008-08-24show the bad data in RAW-OFFLINEAndrew Tridgell1-3/+10
2008-08-23don't use zero data for the first file in RAW-OFFLINEAndrew Tridgell1-2/+2
2008-08-22disable the anr== tests until they are understoodAndrew Tridgell1-12/+13
2008-08-22now that ldap integers are 32 bit, we need to put the right 32 bitAndrew Tridgell1-19/+19
2008-08-22fixed the DomainDNS searches in the netlogon codeAndrew Tridgell1-2/+2
2008-08-22Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell3-21/+328
2008-08-22fixed the GUID and objectSID canonicalisation functionsAndrew Tridgell1-1/+3
2008-08-22fixed a speellling erraAndrew Tridgell1-1/+1
2008-08-22Merge branch 'abartlet-4-0-local' into v4-0-testAndrew Tridgell38-720/+1183
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell10-29/+48
2008-08-22fixed error handling in ANR code Andrew Tridgell1-18/+24
2008-08-21ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher1-1/+98
2008-08-21drsuapi.idl: use hand written push functions for the compressed blobsStefan Metzmacher2-6/+179
2008-08-21ndr_compression: add common parts of ndr compressionStefan Metzmacher1-15/+52
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett11-24/+54
2008-08-21Push loading the objectGUID and objectSID handlers earlier.Andrew Bartlett1-4/+8
2008-08-21Stop every ldb startup doing a write to the database.Andrew Bartlett1-0/+7
2008-08-21Validate input in the CLDAP and DGRAM 'netlogon' responder.Andrew Bartlett1-7/+37
2008-08-21Handle error cases in attribute handlers better.Andrew Bartlett1-8/+18
2008-08-21The index handling is now configured from the schema load, not by aAndrew Bartlett2-28/+0
2008-08-21Set both attributes and indexes into the database on schema load.Andrew Bartlett1-18/+142
2008-08-21All these syntaxes are now handled by the schema.Andrew Bartlett1-6/+0
2008-08-21Don't hardcode attributes to be treated as a DNAndrew Bartlett1-14/+1
2008-08-21Correct anr search commants and error messages in ldap.jsAndrew Bartlett1-7/+7
2008-08-21Don't allow a NULL syntaxAndrew Bartlett1-0/+4
2008-08-21Don't maniplate control entries in samldbAndrew Bartlett1-0/+4
2008-08-20krb5pac.idl: make use of subcontext(0xFFFFFC01) to handle the type Serializat...Stefan Metzmacher1-5/+1
2008-08-20kdc/pac-glue: pull/push the logon_info via the PAC_INFO unionStefan Metzmacher1-11/+13
2008-08-20drsuapi: fix samba4 callers after drsuapi.idl changesStefan Metzmacher3-18/+36
2008-08-20drsuapi.idl: readd type serialization headers to compressed DsGetNCChangesCtr*Stefan Metzmacher1-4/+12
2008-08-20ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher1-36/+0
2008-08-20ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher1-107/+33
2008-08-20librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher1-1/+114
2008-08-20pidl/NDR::Parser: pass typedefs through the ParseElement*Level() functionsStefan Metzmacher1-2/+14
2008-08-20pidl/NDR: generate a LEVELS array for typedefsStefan Metzmacher1-0/+17