summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | SMB2-CREATE: be more strict in error checkingStefan Metzmacher2008-08-141-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit d7d4df78c1de19d0cd7a63daaa2fa0863a243a12)
| | | | * | | | | ntvfs_generic: fix handling of create_options for SMB2Stefan Metzmacher2008-08-141-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit cbd585d2a1e179615eba773cb07385524369c686)
| | | | * | | | | libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher2008-08-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMB2 returns NOT_SUPPORTED to some more NTCREATE_OPTIONS. metze (This used to be commit 3ea08d430370717463ffab44fed9c42db1002d97)
| | | | * | | | | pvfs: fix handling of create_option flagsStefan Metzmacher2008-08-141-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 3c6cadf76861d6522c5ec41953df1ba2fac4910d)
| | | | * | | | | libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK valuesStefan Metzmacher2008-08-141-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now reuse ignored values for the ntvfs backend private flags. metze (This used to be commit 14eda93aeface307e1ffd1ea012d8f236fa78290)
| | | | * | | | | smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..., but the they may have the sign flag set. metze (This used to be commit 43e43dead030f6bffd06631007fdb162c3c6b2b5)
| | | | * | | | | smb2srv: sign replies when the request was also signedStefan Metzmacher2008-08-142-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit dd2f4f7a491debcc30e590f571272afd99e52940)
| | | | * | | | | smb2srv: use defines instead of hex valuesStefan Metzmacher2008-08-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 7c4abf6614c47471ae005a12abe27d85890d867f)
| | | | * | | | | libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher2008-08-141-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit fe74faf13dc64eaa58d757de156aedcb24abed1f)
| | | | * | | | | libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher2008-08-141-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 1380fb954a7d9d4b543c4650a060fef9f357af7b)
| | | | * | | | | libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 3f6cbece4a199a42ad6583ea4bd4302629399625)
| | | | * | | | | pidl: fix samba4.pidl.samba3-cli testStefan Metzmacher2008-08-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 0449a5c8267873d7986c7c50adce57029192c456)
| | | | * | | | | NBT-WINSREPLICATION: be more robust to timing errorsStefan Metzmacher2008-08-141-6/+6
| | | | | |_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also reenable disabled tests. metze (This used to be commit 76878a9c798e0acb0387b8352972d66db989c09a)
| | | | * | | | expanded the SMB2-CREATE and RAW-OPEN tests to explore more of how theAndrew Tridgell2008-08-142-8/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | create options fields are supposed to work (This used to be commit 0576875eccaa21ad529c9db41db91781ad400d0f)
| | | | * | | | cope with arbitrary unknown pac buffer types, so when MS adds Andrew Tridgell2008-08-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a new one we don't break our server (This used to be commit 5e08b285319e35afd3a9a6e6f5f59145350f2d80)
| | | | * | | | cope with not knowing the kdc keyAndrew Tridgell2008-08-141-41/+56
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | (This used to be commit 7e48dad4c7724f3f11236171a777603574224c42)
| | | * | | | Assert on failure to join domain in NBT-DGRAMAndrew Bartlett2008-08-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 0a8080d0f245ddf0177195dd8e7fb3e1cdc0785f)
| | | * | | | Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett2008-08-135-26/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This produces a C structure that is sane, while still parsing the wire blobs (as far as I can tell). Andrew Bartlett (This used to be commit b5dbe815e5dd3f865c7735bc76e02017a869f09b)
| | | * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-134-24/+206
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 0819922a0c7f48c2517d3572f98cd1359749c4ae)
| | | | * | | gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGOStefan Metzmacher2008-08-121-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 9246924effd4d0b08ca1ef87e45ad510020df93e)
| | | | * | | gensec_gssapi: fix compiler warningsStefan Metzmacher2008-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit f4f4bb7fe977301e468ab164ba750b69d9a92306)
| | | | * | | gensec_gssapi: add a function to load the lucid structure onceStefan Metzmacher2008-08-121-15/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit daa986d1d04e59550bb5d33b5075daa414d087ba)
| | | | * | | gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher2008-08-123-7/+135
| | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | metze (This used to be commit 05a3403967d3cf64bca8b06536dc1b20cf835396)
| | | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-12224-71/+54380
| | | |\| | | | | | | | | | | | | | | | | | | | (This used to be commit ce7b1424c711949e6feb0181d3759133b77391ff)
| | | | * | dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZEStefan Metzmacher2008-08-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 54b873e49ff363609632fa2862208bf6b4c1b6ed)
| | | | * | rpc_server: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-112-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 20fc0d7bfdaa60d6a8ac939dc64733a91652587e)
| | | | * | librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 50eb0e726405580dc5ca3a8a3b15f3bd674f722a)
| | | | * | dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTHStefan Metzmacher2008-08-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit ce36448d74b0c6cdf8928e10c088bf0248a95cf7)
| | | | * | gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher2008-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit fcabe24f96c9677146ca754a502f336c23050339)
| | | | * | gsskrb5: try to be compatible with windows for gss_wrap* and cfxStefan Metzmacher2008-08-082-11/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good thing is that windows and heimdal both use EC=0 in the non DCE_STYLE case, so we need the windows compat hack only in DCE_STYLE mode. metze (This used to be commit 0fa41a94e466d5e11bcf362ccd8ff41b72733d1a)
| | | | * | gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher2008-08-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to get the correct key, when aes keys are used. metze (This used to be commit 7587a7d8b65f27a5865d6873f63a450488da02c9)
| | | | * | krb5: always generate the acceptor subkey as the same enctype as the used ↵Stefan Metzmacher2008-08-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service key With this patch samba4 can use gsskrb5_get_subkey() to get the session key. metze (This used to be commit dbb94133e0313cae933d261af0bf1210807a6d11)
| | | | * | gsskrb5: add support for DCE_STYLE and des and des3 keysStefan Metzmacher2008-08-082-22/+64
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only the des keys are tested as windows doesn't support des3 metze (This used to be commit 86848dd0f217774faed81af8fbf68618013e20a1)
| | | * | More work towards trusted domain support in the KDC.Andrew Bartlett2008-08-081-25/+93
| | | | | | | | | | | | | | | | | | | | (This used to be commit c87d732b23ad7de8dc2f824bf11c9310fb4184e1)
| | | * | We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
| | | | | | | | | | | | | | | | | | | | (This used to be commit 931890e028da8da756b7c7c62e2552a9fc04f7bc)
| | | * | Start implementind domain trusts in our KDC.Andrew Bartlett2008-08-051-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 8aba7c36231e58a91fbc6b4fc24c5693353aeef9)
| | * | | Add GenericInfo level for SamLogon calls from the WSPP IDL.Andrew Bartlett2008-08-122-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit ea58b650a81b48b0477edbcda1e4e26a3b2a9b9e)
| | * | | Merge branch '4-0-abartlet' into pac-verifyAndrew Bartlett2008-08-080-0/+0
| | |\ \ \ | | | | |/ | | | |/| | | | | | (This used to be commit aba5fbe39c4b93ec75c66f93c46b1967091afa61)
| | | * | Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for bug 5664 reported by Tom <hto@arcor.de>. Andrew Bartlett (This used to be commit b345c9cf535af35c83da040ac965d9690dc802fe)
| | | * | Clarify commentAndrew Bartlett2008-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 580cce9de38ddd9d59b272b58caadce528321d09)
| | * | | Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for bug 5664 reported by Tom <hto@arcor.de>. Andrew Bartlett (This used to be commit a106a4ccc435d149072fb884caf95e5517cd4204)
| | * | | Clarify commentAndrew Bartlett2008-08-081-2/+2
| | |/ / | | | | | | | | | | | | (This used to be commit 719941e929ddb6fea011fcc0c8c6b91c26e586af)
| | * | We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
| | | | | | | | | | | | | | | | (This used to be commit d0a128f35b259d4891edc68fc24aa04a6da7aab7)
| | * | lib: prepare the build of zlibStefan Metzmacher2008-08-074-0/+33
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 159df68c04c9ae437ab48991154e91161ef72754)
| | * | zlib: add inflateReset2()...Stefan Metzmacher2008-08-073-3/+28
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 2a4fb661d7e3d601a5eb9ccecb4d4f2b07073097)
| | * | import of zlib-1.2.3Stefan Metzmacher2008-08-07200-0/+54035
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to use zlib for the mszip ndr (de)compression later, we'll need to add some new functions to zlib. metze (This used to be commit 65c9e91a1bb24851a030a304d011558562cc50d6)
| | * | drsuapi: fix callers after idl changeStefan Metzmacher2008-08-073-3/+3
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 7dee6fb62d5adbd2eaaaf4d8ba9e87a72ef9f94b)
| | * | drsuapi.idl: directly use mszip in level 2Stefan Metzmacher2008-08-071-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the push because the switch_level doesn't work otherwise because the pointer is the same as for the outer switch_level. metze (This used to be commit a4c81ee68c91b2d7a9abe668e8b23246c5c9b00d)
| | * | rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-073-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | you need "dcesrv:header signing=yes" to enable it. metze (This used to be commit bde2496e6b7034c99243b22434a97aebeb8f75b9)
| | * | librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-074-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can trigger it like this: ncacn_ip_tcp:172.31.9.234[sign,hdrsign] or ncacn_ip_tcp:172.31.9.234[seal,hdrsign] metze (This used to be commit 54f1fca582b1474693b5ee11b7b847086d27f75f)