summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Extending code to work both in case of domain membershipRafal Szczesniak2003-03-141-1/+1
| | | | | | | | | and domain controller respecting interdomain trust relationships. In the latter case we need to find DC of remote domain instead of ours. In the former 'domain' is our domain name. Rafal
* Fresh meat in trusted domains code:Rafal Szczesniak2003-03-144-59/+201
| | | | | | | | | | | | | | | - packing/unpacking utility functions for trusted domain password struct; can be used to prepare buffer to store in secrets.tdb or (soon) passdb backend - similiar functions for DOM_SID - respectively modified secrets_(fetch|store) routines - new auth mapping code utilising introduced is_trusted_domain function - added tdb (un)packing of single bytes Rafal
* /tmp/newfun.msgRafal Szczesniak2003-03-142-5/+63
|
* Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().Andrew Bartlett2003-03-141-1/+1
| | | | Andrew Bartlett
* Add examples of ComfyChairMartin Pool2003-03-141-0/+33
|
* Merge from SubversionMartin Pool2003-03-141-2/+2
| | | | * Better report formatting
* Merge cifsntdomain.sgml fixes from 3.0 branchAlexander Bokovoy2003-03-131-26/+35
|
* Add bin/libbigballofmud.a non-shared library. A bit easier to link toMartin Pool2003-03-131-0/+4
| | | | for testing than the .so. (http://www.laputan.org/mud/mud.html)
* In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool2003-03-131-3/+7
| | | | | etc. So check for that as well as the old names when including macros and conditionally defining -DVALGRIND.
* In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool2003-03-131-1/+4
| | | | etc. So check for that as well as the old names.
* Added chainlock, chainunlock, lock_bystring and unlock_bystring methods.Tim Potter2003-03-131-1/+81
|
* Fixed crash bug when calling tdb_unlockkeys() with no locked keys.Tim Potter2003-03-131-0/+2
| | | | woot!
* show which files we fail to create in the casetable testAndrew Tridgell2003-03-131-2/+5
|
* fixed the unmarshalling of the queryaliasmem SAMR callAndrew Tridgell2003-03-131-2/+6
|
* win2000 can take much longer than the specified time to respond to aAndrew Tridgell2003-03-131-1/+1
| | | | | lock - so to make the torture tests valid I give it a grace time of 10 seconds instead of 2
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-125-96/+191
| | | | Jeremy.
* fixed a strcat noticed by metzeAndrew Tridgell2003-03-121-1/+1
|
* Ensure we count the length correctly in mangle_map.Jeremy Allison2003-03-121-6/+15
| | | | Jeremy.
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string ↵Gerald Carter2003-03-123-1/+6
| | | | from .NET RC2)
* Add constAndrew Bartlett2003-03-121-2/+2
|
* - Fix a double-free (I can't say I understand the code, but it matches the ↵Andrew Bartlett2003-03-121-6/+5
| | | | | | | | | | other cases and keeps valgrind quiet). - Add static Andrew Bartlett
* Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett2003-03-121-0/+11
| | | | | | of user@realm for kerberos logins. Andrew Bartlett
* Update for new version of ComfyChair: some methods are renamed to beMartin Pool2003-03-121-9/+14
| | | | | | | more consistent, and it now looks at command-line arguments to work out what to do. Run this program to get a quick demonstration of what ComfyChair does.
* New import of ComfyChair, many changesMartin Pool2003-03-121-75/+139
|
* Import Samba Testing Framework code from private CVS module.Martin Pool2003-03-124-0/+472
|
* Import design notes by martin and tpot from ComfyChair and stf modules.Martin Pool2003-03-121-0/+175
|
* Import ComfyChair framework from trunk.Martin Pool2003-03-121-0/+266
|
* Start importing the Python testing framework that Tim and I have beenMartin Pool2003-03-121-0/+3
| | | | working on into the main Samba tree.
* Update usage message.Martin Pool2003-03-121-1/+2
|
* Add example of string overflow which is now caught in developer mode.Martin Pool2003-03-121-0/+16
|
* We use unsigned now, so use %u.Jeremy Allison2003-03-111-1/+1
| | | | Jeremy.
* Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison2003-03-111-1/+2
| | | | Jeremy.
* This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett2003-03-113-68/+46
| | | | | | | | | | | | | | | | | | | | | | | | | The current locking scheme in winbind is a complete mess - indeed, the next step should be to push the locking into cli_full_connection(), but I'll leave it for now. This patch works on the noted behaviour that 2 parts of the connection process need protection - and independent protection. Tim Potter did some work on this a little while back, verifying the second case. The two cases are: - between connect() and first session setup - during the auth2 phase of the netlogon pipe setup. I've removed the counter on the lock, as I fail to see what it gains us. This patch also adds 'anonymous fallback' to our winbindd -> DC connection. If the authenticated connection fails (wbinfo -A specifed) - say that account isn't trusted by a trusted DC - then we try an anonymous. Both tpot and mbp like the patch. Andrew Bartlett
* security=domain and domain logons = yes should be a BDC (of sorts).Andrew Bartlett2003-03-111-2/+5
| | | | | | Matches 2.2 Andrew Bartlett
* Some further tought on the server role issue - try not to break it compeatly.Andrew Bartlett2003-03-111-3/+6
| | | | Andrew Bartlett
* After 'consultation' with idra, this is how I think the server roles should ↵Andrew Bartlett2003-03-111-4/+9
| | | | | | work... Andrew Bartlett
* This is how combination of domain logons and security parameter best combine.Simo Sorce2003-03-111-3/+3
| | | | | | | Comments wellcome. Simo.
* Remove valgrind_strlen function, hopefully no longer needed withMartin Pool2003-03-113-23/+0
| | | | recent Valgrind relases and clashing with -DVALGRIND.
* Note about using Valgrind with tdbs.Martin Pool2003-03-111-0/+21
|
* having sticky create times is not a bugAndrew Tridgell2003-03-111-1/+0
|
* fixed the MANGLE smbtorture test with the new paranoid string codeAndrew Tridgell2003-03-111-1/+1
|
* make sure we have an empty directory when we start the utable testAndrew Tridgell2003-03-111-1/+5
|
* If using --enable-developer and valgrind.h is present, define VALGRIND.Martin Pool2003-03-111-0/+8
|
* When opening an existing DB, don't require the hash_size specified toMartin Pool2003-03-111-2/+1
| | | | | | | | the open call to be the same as that of the existing tdb. The specified hash_size is only used if the tdb needs to be (re)created. With this patch in place, tdbtool can open the printing tdbs, which are created with a hash_size of 5000. Before it would fail with EIO.
* Remove obsolete file.Tim Potter2003-03-111-13/+0
|
* Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
| | | | | > when doing "enumdomusers", rpcclient prints each one preceded by the > word "group" instead of "user"
* Some conversion to pstrcpy_base.Volker Lendecke2003-03-101-6/+6
| | | | Volker
* check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter2003-03-101-1/+1
|
* Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett2003-03-101-4/+2
| | | | | | | | | error code. make_server_info_guest() requires an entry in the SAM at the moment, but this will change before release. Andrew Bartlett
* Use "$@" to preserve shell quoting in case somebody passes an escapedMartin Pool2003-03-101-1/+1
| | | | string as a configure parameter.