summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-1513-1004/+707
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1518-130/+312
| |\
| * | Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-1512-1006/+652
| * | Rework generation of the objectClass and attributeType lines.Andrew Bartlett2008-08-151-169/+209
| * | Paramaterise the seperator in ad2OLschemaAndrew Bartlett2008-08-151-67/+82
| * | Don't segfault in RPC-ATSVC.Andrew Bartlett2008-08-151-1/+3
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-1518-130/+312
|\ \ \ | | |/ | |/|
| * | RAW-OPEN: be more strict in create_option checkingStefan Metzmacher2008-08-141-2/+11
| * | Revert "krb5: always generate the acceptor subkey as the same enctype as the ...Stefan Metzmacher2008-08-141-3/+0
| * | gsskrb5: always return an acceptor subkeyStefan Metzmacher2008-08-141-4/+18
| * | gensec_gssapi: only cache the session key in STAGE_DONEStefan Metzmacher2008-08-141-5/+9
| * | SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTEDStefan Metzmacher2008-08-141-2/+21
| * | SMB2-CREATE: be more strict in checking file attributesStefan Metzmacher2008-08-141-12/+20
| * | SMB2-CREATE: be more strict in error checkingStefan Metzmacher2008-08-141-1/+11
| * | ntvfs_generic: fix handling of create_options for SMB2Stefan Metzmacher2008-08-141-6/+4
| * | libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher2008-08-141-1/+3
| * | pvfs: fix handling of create_option flagsStefan Metzmacher2008-08-141-2/+12
| * | libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK valuesStefan Metzmacher2008-08-141-7/+20
| * | smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-2/+29
| * | smb2srv: sign replies when the request was also signedStefan Metzmacher2008-08-142-7/+4
| * | smb2srv: use defines instead of hex valuesStefan Metzmacher2008-08-141-3/+3
| * | libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher2008-08-141-1/+7
| * | libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher2008-08-141-6/+0
| * | libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-13/+11
| * | pidl: fix samba4.pidl.samba3-cli testStefan Metzmacher2008-08-141-2/+0
| * | NBT-WINSREPLICATION: be more robust to timing errorsStefan Metzmacher2008-08-141-6/+6
| * | expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell2008-08-142-8/+67
| * | cope with arbitrary unknown pac buffer types, so when MS adds Andrew Tridgell2008-08-141-1/+5
| * | cope with not knowing the kdc keyAndrew Tridgell2008-08-141-41/+56
| |/
* | Assert on failure to join domain in NBT-DGRAMAndrew Bartlett2008-08-141-0/+4
* | Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett2008-08-135-26/+224
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-134-24/+206
|\|
| * gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGOStefan Metzmacher2008-08-121-0/+25
| * gensec_gssapi: fix compiler warningsStefan Metzmacher2008-08-121-2/+2
| * gensec_gssapi: add a function to load the lucid structure onceStefan Metzmacher2008-08-121-15/+44
| * gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher2008-08-123-7/+135
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-12224-71/+54380
|\|
| * dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZEStefan Metzmacher2008-08-111-1/+0
| * rpc_server: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-112-6/+14
| * librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-4/+13
| * dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTHStefan Metzmacher2008-08-111-0/+2
| * gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher2008-08-081-1/+1
| * gsskrb5: try to be compatible with windows for gss_wrap* and cfxStefan Metzmacher2008-08-082-11/+39
| * gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher2008-08-081-3/+3
| * krb5: always generate the acceptor subkey as the same enctype as the used ser...Stefan Metzmacher2008-08-081-0/+3
| * gsskrb5: add support for DCE_STYLE and des and des3 keysStefan Metzmacher2008-08-082-22/+64
| * Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
| * Clarify commentAndrew Bartlett2008-08-081-2/+2
| * We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
| * lib: prepare the build of zlibStefan Metzmacher2008-08-074-0/+33