summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4:heimdal_build: predefine GSSAPI_DEPRECATED depending on the compiler versionStefan Metzmacher2009-07-161-0/+8
| | | | | | | | | | Otherwise heimdal/lib/gssapi/gssapi/gssapi.h will just define it to __attribute__ ((deprecated)) which is not supported by all compilers we care about. This should fix the build on Tru64 metze
* s4:heimdal_build: try to fix the build on systems without ifaddrs.hStefan Metzmacher2009-07-162-0/+10
| | | | metze
* s4:heimdal_build: tell heimdal we have inet_aton()Stefan Metzmacher2009-07-161-0/+4
| | | | | | This should fix problems on Solaris. metze
* s4-smbtorture: use torture_comment in RPC-LSA tests.Günther Deschner2009-07-161-204/+204
| | | | Guenther
* fix LSA-PRIVILEGESGünther Deschner2009-07-161-2/+3
|
* fix LSA-TRUSTED-DOMAINSGünther Deschner2009-07-161-2/+3
|
* s4-smbtorture: move all privilege tests to RPC-LSA-PRIVILEGES.Günther Deschner2009-07-162-12/+54
| | | | Guenther
* s4-smbtorture: move all trusted domain tests to RPC-LSA-TRUSTED-DOMAINS.Günther Deschner2009-07-162-7/+49
| | | | Guenther
* s4:heimdal_build: try to fix the build on SolarisStefan Metzmacher2009-07-161-0/+1
| | | | | | | | | | The problem seems to be #define flock rk_flock heimdal/../heimdal_build/replace.c: In function `rk_flock': heimdal/../heimdal_build/replace.c:64: error: storage size of 'lock' isn't known heimdal/../heimdal_build/replace.c:64: warning: unused variable `lock' metze
* s4:kdc Initialise new hdb function pointers.Andrew Bartlett2009-07-161-0/+3
| | | | Soon we will add implementations for these.
* s4:heimdal: import lorikeet-heimdal-200907152325 (commit ↵Andrew Bartlett2009-07-1667-590/+1210
| | | | 2bef9cd5378c01e9c2a74d6221761883bd11a5c5)
* lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2009-07-161-1/+1
| | | | Guenther
* s4-smbtorture: some work on getprinterdriver and getprinterdriver2 tests.Günther Deschner2009-07-161-23/+46
| | | | Guenther
* s4:gensec Rework gensec_krb5 mutual authentication defaultsAndrew Bartlett2009-07-161-24/+28
| | | | | | | | When emulating Samba3 (which we do to ensure we don't break compatability), don't do mutual authentication by default, as it breaks the session key with AES and isn't what Samba3 does anyway. Andrew Bartlett
* s4:heimdal The implied GSS_C_MUTUAL_FLAG depends on AP_OPTS_MUTUAL_REQUIREDAndrew Bartlett2009-07-161-1/+4
| | | | | | | | We had previously assumed it was unconditional. Samba3 didn't mind very much, but Samba4's samba3-like client did, and the behaviour differed to Win2008 behaviour. Andrew Bartlett
* s4:gensec Allow mutual auth to be turned off in 'fake_gssapi_krb5'Andrew Bartlett2009-07-161-5/+15
| | | | | | | | This allows the older 'like Samba3' GENSEC krb5 implementation to work against Windows 2008. I'm using this to track down interop issues in this area. Andrew Bartlett
* s4:dsdb Handle dc/domain/forest functional levels properlyAndrew Bartlett2009-07-169-21/+174
| | | | | | | | | | | | Rather than have the functional levels scattered in 4 different, unconnected locations, the provision script now sets it, and the rootdse module maintains it's copy only as a cached view onto the original values. We also use the functional level to determine if we should store AES Kerberos keys. Andrew Bartlett
* Add a way to set an opaque integer onto a samdbAndrew Bartlett2009-07-162-0/+67
| | | | This will allow us to set some more flags into ldb during the provision.
* Add ad-schema/*.txt and utils to the installmisc.shTimur I. Bakeyev2009-07-161-3/+7
| | | | | | | | Install other useful scripts from the setup/ directory, not only provisioning ones. Also install setup/ad-schema/*.txt files to the SETUPDIR. These are necessary for 'provision' to work properly.
* s4:winbind: rename uint => uint32_t as uint isn't portableStefan Metzmacher2009-07-151-1/+1
| | | | metze
* s4:libnet: rename uint => uint32_t because uint is not portableStefan Metzmacher2009-07-154-6/+6
| | | | metze
* s4:heimdal_build: try to fix the build on SolarisStefan Metzmacher2009-07-151-3/+1
| | | | | | We need the definition of 'struct flock'. metze
* s4:ntvfs/ipc: replace unnesessary talloc_reference() by a simple talloc_strdup()Stefan Metzmacher2009-07-151-1/+2
| | | | metze
* s3:ntvfs/posix: avoid unnesessary talloc_reference()Stefan Metzmacher2009-07-151-1/+4
| | | | | | | | | | | | This caused the panics on the RAW-SETFILEINFO.RENAME test, because we returned an empty strings. The problem was: ERROR: talloc_steal with references at ntvfs/posix/pvfs_setfileinfo.c:215 reference at ntvfs/posix/pvfs_resolve.c:799 metze
* s4:heimdal: teach heimdal we have (v)aѕprintf in libreplaceBjörn Jacke2009-07-151-0/+8
|
* ѕ4:heimdal: teach heimdal that we have strnlen via libreplcaeBjörn Jacke2009-07-151-0/+4
|
* torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX testStefan Metzmacher2009-07-151-1/+1
| | | | | | | Without this the subunit formated output would be invalid and make test reports: "UNEXPECTED(error): samba4.smb2.dir (dc).FILE-INDEX" metze
* SMB2-GETINFO: test SMB2_ALL_EASStefan Metzmacher2009-07-151-2/+2
| | | | metze
* s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the ↵Stefan Metzmacher2009-07-153-4/+14
| | | | | | CreditsCharge value for the next request metze
* SMB2-CONNECT: unlink the test file at startupStefan Metzmacher2009-07-151-0/+2
| | | | | | This is needed to get reproducable results... metze
* torture/smb2: fix crash bugs in the new SMB2-DIR testsStefan Metzmacher2009-07-151-2/+2
| | | | metze
* s4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER to knownfail for now.Günther Deschner2009-07-151-0/+1
| | | | Guenther
* torture/smb2: Adding SMB2 Directory enumeration torture tests.Aravind2009-07-143-26/+1265
| | | | | | | | * Most of the tests were ported from SMB torture tests. * Added one new tests which checks the behavior of the file_index field present in SMB2_FIND struct. * Added one new test to check the enumeration of directories containing lots of files (~2000 files) with name lengths varying from 1 to 200 char.
* s4-smbtorture: add RPC-SPOOLSS-PRINTER test.Günther Deschner2009-07-142-0/+444
| | | | Guenther
* s4-smbtorture: add some tests to check spoolss_SetPrinter behavior.Günther Deschner2009-07-141-0/+558
| | | | Guenther
* s4-smbtorture: restructure test_OpenPrinter_server in RPC-SPOOLSS a bit.Günther Deschner2009-07-141-5/+7
| | | | Guenther
* remove all '\n' from ldb_debugSumit Bose2009-07-1419-57/+58
|
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-138-161/+16
| | | | Guenther
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-1316-152/+15
| | | | Guenther
* s4:dsdb Allow unicodePwd to be set when adding a userAndrew Bartlett2009-07-091-85/+84
| | | | | | | | Windows 7 sets it's join password using the unicodePwd attribute (as a quoted, utf16 string), and does so during the LDAPAdd of the object. Previously, this code only handled unicodePwd for modifies. Andrew Bartlett
* Add constAndrew Bartlett2009-07-091-2/+2
|
* s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't workStefan Metzmacher2009-07-081-6/+57
| | | | | | | | s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work Windows always uses SEAL with NTLMSSP on LDAP connection even if not negotiated. metze
* Test for schemaUpdateNow commandAnatoliy Atanasov2009-07-081-54/+126
|
* Fix for schemaUpdateNow commandAnatoliy Atanasov2009-07-085-6/+14
|
* s4:auth It is easier to copy the session key than get talloc right.Andrew Bartlett2009-07-071-4/+3
| | | | | | | | The session keys as supplied already have a reference on them, so stealing them creates challenges. For 16 bytes, it is just easier to be consistant and copy them. Andrew Bartlett
* RAW-LOCK: fix a compiler warning and make a global static constStefan Metzmacher2009-07-061-3/+2
| | | | metze
* RAW-LOCK: fix the run against w2k3, w2k8, win7rc and samba3/4Stefan Metzmacher2009-07-062-35/+52
| | | | | | | | | We now allow --target=w2k8. The strange thing is that w2k8 and win7rc only do half of the timeout that was given by the client. metze
* SMB2-NOTIFY: windows7 uses a different maximum buffer sizeStefan Metzmacher2009-07-061-12/+21
| | | | metze
* s4:heimdal: readd heimdal/lib/asn1/asn1parse.y which was parse.y before the ↵Stefan Metzmacher2009-07-0610-177/+1187
| | | | | | | | | | last import Also commit the regenerated files for systems without yacc and lex. This fixes the build with automatic dependecies for me. metze
* s4:net Move net_vampire() to net_vampire.cAndrew Bartlett2009-07-062-66/+68
|