summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | configure: use AS_HELP_STRING for --with-logfilebase.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit f9c15b817a24bed26a339479c53fc2f5cc5b36df)
| | | * | configure: use AS_HELP_STRING for --with-piddirMichael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit f05a9fe46ff428e48be9a5af4a6769cd78712c11)
| | | * | configure: use AS_HELP_STRING for --with-lockdir.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit ed4a6e780a3f57854338520e4608cfc8dce4ef3e)
| | | * | configure: use AS_HELP_STRING for --ntp-signd-socket-dir.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit dd07dcbc916236d80d9a7087860a6f504bbb09e8)
| | | * | configure: use AS_HELP_STRING for --with-winbindd-privileged-socket-dir.Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 3bf8116531d4eb0cc25bc7bac70ae3c77642a5a3)
| | | * | configure: use AS_HELP_STRING for --with-winbindd-socket-dir .Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 1304eda283b29fff8960633b1329c0a1611e1ca3)
| | | * | configure: use AS_HELP_STRING for --with-privatedirMichael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit eafde5bee0a68fd4cf61ae64dfb24e4deb16b95a)
| | | * | configure: format help string for --with-fhs with AS_HELP_STRING().Michael Adam2008-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 837d0b3eb213ce6d0ce5345308d1b42ae2b08d67)
| | | * | configure: remove duplicate definition of --with-winbindd-socket-dir.Michael Adam2008-08-161-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this should have gone with fa361354433fb9a5c09c84997a7c51f3052c294e. Michael (This used to be commit 91fcaac68b215461a13c1b517f6cede29af5e55c)
| | | * | Fix the build, after the ad2oLschema changes.Andrew Bartlett2008-08-151-2/+3
| | | | | | | | | | | | | | | | | | | | (This used to be commit 7361821b21ef78c564c41466783048606a0b6e98)
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1531-1134/+1019
| | | |\ \ | | | | | | | | | | | | | | | | | | (This used to be commit fa03d750e4577a610dc410d45d49789110b1b4f1)
| | | * \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-134-24/+206
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | (This used to be commit e85abe7db21eec47adecae8243a25f145aa7ec9a)
| | | * \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1210-48/+139
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 7ad0d8dd4dab6119ca6f94b64b35c8f975a27d0a)
| | | * | | | | Only allow trust accounts access to the NTP signing service.Andrew Bartlett2008-08-111-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 30da1b534f00ba6ef6cf86cba603732bc6e1ad43)
| | * | | | | | Fix up new OpenLDAP MMR code.Andrew Bartlett2008-08-195-47/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the MMR password from hard-coded value of 'linux', adds tests and fixes the Fedora DS backend. Currently the MMR password matches the admin password, but we can change this to be another random value if required. Also require the port to be specified on the command line, so we don't hard-code a port of 9000. Andrew Bartlett (This used to be commit 08257c6d6ce809fcd53f9b2b4d558fef616b74ce)
| | * | | | | | Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel2008-08-195-12/+128
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patches provision-backend and the related scripts to generate the correct configuration blobs for N-way multi-master replication using OpenLDAP. Signed-off-by: Andrew Bartlett <abartlet@samba.org> (This used to be commit 6ed0b3f2475022288f636605492ca27fde97cd52)
| * | | | | | Trusted domains implementation for the KDC.Andrew Bartlett2008-08-151-12/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At this stage, only arcfour-hmac-md5 trusts are used, and all trusts are presumed bi-directional. Much more work still to be done. Andrew Bartlett (This used to be commit 3e9f5c28165e66d78c020d10b97b9dc4a0038cd8)
| * | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-1513-1004/+707
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 3731f7eaea6e5ed89d24e383dae0531cb58d77dc)
| | * | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-1518-130/+312
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit b4b14b748e6babc93faee23fe8f5c03ec2d25cbb)
| | * | | | | | Generate the subSchema in cn=AggregateAndrew Bartlett2008-08-1512-1006/+652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reads the schema from the in-memory structure, when the magic attributes are requested. The code is a modified version of that used in the ad2oLschema tool (now shared). The schema_fsmo module handles the insertion of the generated result. As such, this commit also removes these entries from the setup/schema.ldif Metze's previous stub of this functionality is also removed. Andrew Bartlett (This used to be commit c7c32ec7b42bdf0f7b669644516438c71b364e60)
| | * | | | | | Rework generation of the objectClass and attributeType lines.Andrew Bartlett2008-08-151-169/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that these are subroutines, we can factor them out into a file the CN=Aggregate schema code can also use. Andrew Bartlett (This used to be commit e3591a6a35ddb60398a03a4fa0545cc6158946ef)
| | * | | | | | Paramaterise the seperator in ad2OLschemaAndrew Bartlett2008-08-151-67/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow me to add a new mode, with the CN=Aggregate schema format automatically generated. Andrew Bartlett (This used to be commit 7d2a890a7077e446e45527847f78bba84d22bc4c)
| | * | | | | | Don't segfault in RPC-ATSVC.Andrew Bartlett2008-08-151-1/+3
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | (This used to be commit e711f7d26a632ec93c1e2a3db52c37e1c0de4214)
| * | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-1518-130/+312
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | (This used to be commit b337369d5c86b37d93ee1c62880068e14d6c09f6)
| | * | | | | RAW-OPEN: be more strict in create_option checkingStefan Metzmacher2008-08-141-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit d548f5dee5980eae0aea25f1314238eb4f963568)
| | * | | | | Revert "krb5: always generate the acceptor subkey as the same enctype as the ↵Stefan Metzmacher2008-08-141-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used service key" This reverts commit dbb94133e0313cae933d261af0bf1210807a6d11. As we fixed gensec_gssapi to only return a session key when it's have the correct session key, this hack isn't needed anymore. metze (This used to be commit 697cd1896bccaa55ee422f17d9312d787ca699ed)
| | * | | | | gsskrb5: always return an acceptor subkeyStefan Metzmacher2008-08-141-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For non cfx keys it's the same as the intiator subkey. This matches windows behavior. metze (This used to be commit 6a8b07c39558f240b89e833ecba15d8b9fc020e8)
| | * | | | | gensec_gssapi: only cache the session key in STAGE_DONEStefan Metzmacher2008-08-141-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The key may change because we switch from initiator to acceptor subkey. metze (This used to be commit 66244092a457b2cde6339cb31dcfa73b122ba9b5)
| | * | | | | SMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCRYPTEDStefan Metzmacher2008-08-141-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some standalone server (and samba4) doesn't support this. metze (This used to be commit 6d8fd4c0089d7e632ec91027a77321aca8c6acc7)
| | * | | | | SMB2-CREATE: be more strict in checking file attributesStefan Metzmacher2008-08-141-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit ba9d0f6b3c60346df757e7c4c3f5704c0bf26d11)
| | * | | | | 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)