summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: fix outdated proto.h causing build error on AIXBjörn Jacke2009-10-151-1/+1
| | | | Matthias, please check!
* s4-ldap: test the rDN size limitAndrew Tridgell2009-10-151-0/+25
|
* s4-dsdb: implement limit on rDN lengthAndrew Tridgell2009-10-151-3/+11
| | | | w2k8 imposes a limit of 64 characters on the rDN
* s4-ldb: removed incorrect rDN length testAndrew Tridgell2009-10-151-13/+0
| | | | | This is a property of AD, not ldb, so should be in our ldb modules.
* s4-ldb: removed bugus RDN length checkAndrew Tridgell2009-10-151-5/+0
| | | | This isn't the rDN !
* s4-script: flush DNS after adding new addressesAndrew Tridgell2009-10-151-0/+1
|
* s4-devel: for devel scripts its better to use bin/ than $PREFIX/binAndrew Tridgell2009-10-152-6/+7
| | | | | This avoids having to do make install after each change when using the drs devel scripts
* s4-drs: support DRSUAPI_DRS_ADD_REF flagAndrew Tridgell2009-10-151-5/+29
| | | | | | | The DRSUAPI_DRS_ADD_REF flag tells the DRS server to run an UpdateRefs call on behalf of the client after the DsGetNCChanges call. The lack of support for this option may explain why the repsTo attribute was not being created for w2k8-r2 replication partners.
* s4-drs: implement more of DsUpdateRefsAndrew Tridgell2009-10-152-27/+63
| | | | | | | | The DsUpdateRefs calls takes a set of flags that indicates if the server should ignore specific add/delete error codes. This patch also exposes the core UpdateRefs call into a public function, so that it can be called from DsGetNCChanges
* ldb: fixed display of replUpToDateVectorAndrew Tridgell2009-10-151-1/+1
|
* drs: improved error checkingAndrew Tridgell2009-10-151-16/+49
| | | | Check the validity of the requested options in DsGetNCChanges
* s4-dsdb: added samdb_rodc() and samdb_ntds_options()Andrew Tridgell2009-10-152-1/+51
| | | | | Later we will need to make samdb_rodc() look in the database, but for now we should at least have the function in a central place
* libds: added nTDSDSA options flagsAndrew Tridgell2009-10-151-0/+7
|
* idl: added WSPP DrsOptions bit namesAndrew Tridgell2009-10-154-0/+122
| | | | This should make it much easier to work through the logic in MS-DRSR
* Fix the build, missing ->.Jeremy Allison2009-10-142-3/+3
| | | | Jeremy.
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison2009-10-141-0/+2
| | | | | Don't use mapped_user uninitialized. Jeremy.
* s3:winbind: Fix a double-freeVolker Lendecke2009-10-141-1/+0
| | | | Part of a fix for bug #6793.
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-141-7/+6
|
* s3-build: we need to have talloc 2.0.1 when building with external talloc.Günther Deschner2009-10-141-1/+1
| | | | | | | 2.0.0 did not got the exports right. This and the 2.0.1 talloc fixes resolve bug #6808. Guenther
* talloc: Fix exports and increment talloc versiontalloc-2.0.1Simo Sorce2009-10-143-37/+40
|
* talloc: Make abi checks in release scriptSimo Sorce2009-10-141-0/+10
| | | | | Make always sure the exports and signature files are up to date before shipping a release.
* talloc: Move release script under /script tooSimo Sorce2009-10-141-0/+0
|
* talloc: Change the way mksysms workSimo Sorce2009-10-143-36/+29
| | | | | | | | Make sure we always have a sorted (per file) export file. This way we can directly compare the real export and the check file w/o having to further sort things. Also return error code from abi_checks.sh if warnings were reported
* s3-passdb: missed two prototypes while moving to enum netr_SchannelType.Günther Deschner2009-10-141-2/+4
| | | | Guenther
* s4:torture cldap test - Add checks for the right forest DNS nameMatthias Dieter Wallnöfer2009-10-141-1/+6
|
* s4:password_hash - load the domain parameters from the "loadparm context"Matthias Dieter Wallnöfer2009-10-141-42/+11
| | | | And don't cut them out from the DNS hostname.
* s4:torture - fix up "ldap_basic" testMatthias Dieter Wallnöfer2009-10-141-5/+6
|
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-1415-49/+43
| | | | | | For KERBEROS applications the realm should be upcase (function "lp_realm") but for DNS ones it should be used lowcase (function "lp_dnsdomain"). This patch implements the use of both in the right way.
* s4:loadparm - adapt "realm" handlingMatthias Dieter Wallnöfer2009-10-142-3/+24
| | | | | Change "lp_realm" behaviour to return the realm always upcased and add a function "lp_dnsdomain" which returns it always lowcased.
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-10-151-2/+3
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Revert "s4:hdb-samba4 - Don't double-free "db""Andrew Bartlett2009-10-141-0/+1
| | | | | | | | | This reverts commit 11a8a54c825a52d7dd6ab78bc7aeff2d719327d2. The actual fix for bug 6801 is in hdb_end_seq_get() - this attempt leaks 'db' instead. Andrew Bartlett
* s4:heimdal A real fix for bug 6801Andrew Bartlett2009-10-141-3/+3
| | | | | | | The issue was that we would free the entry after the database, not knowing that the entry was a talloc child of the database. Andrew Bartlett
* s3:net: simplify padding to single printf callBjörn Jacke2009-10-141-9/+1
|
* s3:net simplify padding to single printf callBjörn Jacke2009-10-141-8/+2
|
* s3:net: Fix a segfault in "net rpc trustdom list" for overlong domain namesVolker Lendecke2009-10-131-8/+2
| | | | That was a complicated way to say "%-20.s"... But that code was from 2002 ...
* Remove use of "int ret" when we already have errcode.Jeremy Allison2009-10-131-13/+8
| | | | Jeremy.
* Catch one more erroneous use of errno.Jeremy Allison2009-10-131-1/+1
| | | | Jeremy.
* correctly handle aio_error() and errnoOlaf Flebbe2009-10-131-29/+24
|
* s3:torture: Add a notify-bench testVolker Lendecke2009-10-132-0/+407
| | | | | | | This is a test that creates and deletes files in a directory as fast as the network allows it. At the same time, it opens a filechangenotify. This test is done to just torture handling a single directory together with the notify infrastructure.
* s3:libsmb: Add cli_notifyVolker Lendecke2009-10-132-0/+148
|
* s3:rpc: Fix is_known_pipename for dynamically loaded pipesVolker Lendecke2009-10-131-1/+22
|
* s3: Fix some nonempty blank linesVolker Lendecke2009-10-132-8/+8
|
* s3: Fix vfs_shadow_copy2 to allow in-path @GMT-xxxAndrew Tridgell2009-10-131-21/+126
|
* s3/loadparm: Fix severe HPUX compiler issue.Olaf Flebbe2009-10-131-0/+5
| | | | | Members of struct should be initialized explictly. Fixes bug #6804.
* s4:hdb-samba4 - Don't double-free "db"Matthias Dieter Wallnöfer2009-10-131-1/+0
| | | | | | | "db" is freed anyway after the destructor terminates so this does really make no sense here (rather it makes code crash). Should fix bug #6801.
* s4:dcesrv_samr - add another constantMatthias Dieter Wallnöfer2009-10-131-1/+1
|
* s4:dcesrv_samr - prevent "ldb_modify" on a possibly empty messageMatthias Dieter Wallnöfer2009-10-131-8/+10
| | | | | | In this code part under certain circumstances we can end up with an empty message. Since our new behaviour denies them (like the real AD) we need to bypass them on LDB modify calls.
* s4:dcesrv_samr - Add additional "talloc_free"sMatthias Dieter Wallnöfer2009-10-131-0/+4
|
* s4:dcesrv_samr - CosmeticsMatthias Dieter Wallnöfer2009-10-131-23/+31
| | | | Make more use of constants and add some braces around "if" blocks
* s4:ldb_tdb - Revert some introduced "trivial gotos"Matthias Dieter Wallnöfer2009-10-121-21/+11
| | | | I hope that this makes abartlet & simo happy again (consider mailing list).