summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r20146: Now online checks are fully async we can do themJeremy Allison2006-12-131-7/+1
| | | | | | | | | | every cache timeout times. Jeremy.
| * r20140: Make online/offline detection completely asynchronous.Jeremy Allison2006-12-123-23/+183
| | | | | | | | | | | | | | | | Now I've done this I might be able to reduce the probe timeout and reduce the backoff algorithm, going back to checking every cache time seconds (5 mins by default), as the parent or forked domain child will never block. Jeremy.
| * r20136: Fix #4290. Properly compute time to password expiration in message fromJim McDonough2006-12-121-1/+2
| | | | | | | | pam_winbind. Thanks to Andrew Benham <andrew.benham@thus.net>
| * r20119: Update help info indicating how to use separators (forward slash only) Jim McDonough2006-12-121-0/+2
| | | | | | | | and properly use backslashes in "net ads join computername="
| * r20112: Forgot to merge to 3.0.24 - *BSD compile fix.Jeremy Allison2006-12-111-0/+17
| | | | | | | | Jeremy.
| * r20098: Properly fix issues with create_token_from_username()Jeremy Allison2006-12-104-49/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | reported by James. Ensure that this function allocates everything on the temporary context except the return memory. Never call this with a null mem context, and now use conn->mem_ctx instead in smbd/service.c. Remove separate free functions for conn->ngroups and conn->nt_user_token as they are now always talloc'ed off the conn->mem_ctx. Future optimization will be to remove conn->mem_ctx and make all objects pointed to in the conn struct talloc'ed off conn itself. Easy to free then :-). Jeremy.
| * r20097: Ensure found_username is freed correctly whenJeremy Allison2006-12-091-2/+7
| | | | | | | | | | talloced on the null context. Jeremy.
| * r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2006-12-0920-159/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | we never mix malloc and talloc'ed contexts in the add_XX_to_array() and add_XX_to_array_unique() calls. Ensure that these calls always return False on out of memory, True otherwise and always check them. Ensure that the relevent parts of the conn struct and the nt_user_tokens are TALLOC_DESTROYED not SAFE_FREE'd. James - this should fix your crash bug in both branches. Jeremy.
| * r20089: Put gpfs acl function into vfs_gpfs module. Thanks to Gomati MohananJim McDonough2006-12-084-5/+663
| | | | | | | | | | | | | | <gomati.mohanan@in.ibm.com>. Also fix fields for sec_desc differences between 3.0 and 3.0.24 in nfs4_acls.c.
| * r20087: Ensure we clean up any random pending events weJeremy Allison2006-12-082-2/+23
| | | | | | | | | | | | may have inherited from our parent in the winbindd forked child. Jeremy.
| * r20082: When fork_domain_child is forked when we're offlineJeremy Allison2006-12-081-0/+11
| | | | | | | | | | | | the child inherits *all* active check_online timout handlers. This is bad when it's not our domain (ie. BUILTIN). Jeremy.
| * r20060: Fix the timout calculation.Jeremy Allison2006-12-071-7/+9
| | | | | | | | Jeremy.
| * r20058: Ensure we actually do the increasing timeJeremy Allison2006-12-071-3/+1
| | | | | | | | | | calculation when in offline mode. Jeremy.
| * r20057: Attempt to fix connect timeouts when connected onJeremy Allison2006-12-064-17/+59
| | | | | | | | | | | | | | a network but not one on which any home DC's can be found (hotel network problem). Still testing but this is getting close. Jeremy.
| * r20035: Fix obvious horrible bug in falling back to MS-RPC Jeremy Allison2006-12-051-6/+3
| | | | | | | | | | methods. Jeremy.
| * r20001: Fix bug 4273, thanks to Pascal TerjanVolker Lendecke2006-12-021-1/+1
| |
| * r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison2006-12-011-3/+12
| | | | | | | | | | | | | | on write-only files. Jim please check. Should not affect Windows clients - I ensured all the relevent Samba4 torture tests still pass. Jeremy.
| * r19985: sync up woith 3_0Simo Sorce2006-12-011-7/+2
| |
| * r19983: sync up pam and memleak patches from SAMBA_3_0Simo Sorce2006-12-015-6/+52
| |
| * r19981: From Michael Adam (ma@sernet.de)Stefan Metzmacher2006-12-011-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Metze: as noted by "shattered" and discussed on the irc, here is a patch to lib/sysquotas_linux.c replacing some "get"s by "set"s. The other lib/sysquotas*.c files look ok to me. But in the linux variant, the problem is not in the actual call of quotactl but in the preparation of the respective "D" structs. This makes the difference between the get and set calls for SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. metze
| * r19978: More "net sam policy" improvements. Thanks to Karolin Seeger ↵Volker Lendecke2006-12-013-47/+80
| | | | | | | | | | | | <ks@sernet.de> Volker
| * r19977: * Fix a crash in the secure DNS update code. Don't free Gerald Carter2006-12-011-3/+4
| | | | | | | | | | the host_principal memory while it is still being referenced by the gss code.
| * r19976: merge r19840 from 3_0Volker Lendecke2006-12-011-0/+7
| |
| * r19973: Make SEQNUM store symmetrical w.r.t. fetch - useJeremy Allison2006-11-301-4/+2
| | | | | | | | | | | | tdb_store_bystring / tdb_fetch_bystring. This shouldn't affect any tdb cache files but removes one possible error. Jeremy.
| * r19955: I'll leave that to others. I *knew* I should not have touchec thisVolker Lendecke2006-11-29132-17/+38888
| | | | | | | | | | | | anymore. Never. Volker
| * r19953: Remove ldb for 3.0.24. Thanks to Tridge for making this so easy!Volker Lendecke2006-11-29132-38888/+17
| | | | | | | | | | | | Now to dig up the multikey stuff.... Volker
| * r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke2006-11-291-0/+2
| |
| * r19944: Fix from Don Watson -- thanksVolker Lendecke2006-11-291-7/+2
| |
| * r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke2006-11-291-0/+2
| |
| * r19940: copy clikrb5.c from SAMBA_3_0 tree to get compile warning fixesGerald Carter2006-11-281-0/+23
| |
| * r19936: Patch from Kai Blin <kai.blin@gmail.com> toJeremy Allison2006-11-281-2/+4
| | | | | | | | | | match Windows NTLMSSP flags. Jeremy.
| * r19928: Fix klokwork id 4509, 4573, 4574.Volker Lendecke2006-11-282-3/+14
| |
| * r19927: Fix klokwork ID 4702Volker Lendecke2006-11-281-1/+4
| |
| * r19921: Add license and copyright infoGerald Carter2006-11-272-0/+42
| |
| * r19920: Compile vfs_default by default. Jerry, was this left out by ↵Volker Lendecke2006-11-271-1/+1
| | | | | | | | | | | | | | | | accident? smbd in the default config reliably segfaults on the first tconX without this. Volker
| * r19874: merge -r19872:19873 ↵James Peach2006-11-241-3/+16
| | | | | | | | | | | | | | svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0 Make sure we are privileged when doing DMAPI operations on systems that don't have capability support. Patch by J Raynor <raynorj@mn.rr.com>.
| * r19865: fix typo in Makefile.inGerald Carter2006-11-231-1/+1
| |
| * r19864: forgotten commits in examples from the recent mergeGerald Carter2006-11-233-206/+205
| |
| * r19835: Some net sam policy improvements.Volker Lendecke2006-11-221-50/+77
| | | | | | | | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker
| * r19826: Fix typoJim McDonough2006-11-211-1/+1
| |
| * r19823: "log" is an internal define in older versions of gcc.Jeremy Allison2006-11-213-4/+4
| | | | | | | | | | Rename to log_ctx. Jeremy.
| * r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern ↵Volker Lendecke2006-11-211-1/+1
| | | | | | | | | | | | | | | | Jacke <bj@sernet.de> Volker
| * r19816: run indent on cac_winreg.c to clean up diffs between this branch and ↵Gerald Carter2006-11-211-816/+909
| | | | | | | | SAMBA_3_0
| * r19815: Minimal merge of wkssvc client and server auto-generated code.Gerald Carter2006-11-2144-534/+16868
| |\ | | | | | | | | | | | | | | | | | | | | | | | | This is to allow for more ndr testing. The wkssvc pipe has a minimal set of operations (only one we actually supported). I think the 3.0.24 merge is done now. The remaining pieces are the full unfinished IDL support and the security descriptor structure changes.
| | * r19812: dump_regval_buf is not needed anymoreVolker Lendecke2006-11-211-49/+0
| | |
| | * r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2006-11-215-8/+32
| | |
| | * r19809: remove winbind blacklist parameterGerald Carter2006-11-212-28/+0
| | |
| | * r19808: remove old smbwrapper referencesGerald Carter2006-11-211-4/+0
| | |
| | * r19807: First attempt at wrapping something sane around the registry API. ↵Volker Lendecke2006-11-202-135/+370
| | | | | | | | | | | | | | | | | | | | | | | | Will be extended. Volker
| | * r19804: Fix a valgrind errorVolker Lendecke2006-11-201-5/+4
| | |