Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r20146: Now online checks are fully async we can do them | Jeremy Allison | 2006-12-13 | 1 | -7/+1 | |
| | | | | | | | | | | every cache timeout times. Jeremy. | |||||
| * | r20140: Make online/offline detection completely asynchronous. | Jeremy Allison | 2006-12-12 | 3 | -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 from | Jim McDonough | 2006-12-12 | 1 | -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 McDonough | 2006-12-12 | 1 | -0/+2 | |
| | | | | | | | | and properly use backslashes in "net ads join computername=" | |||||
| * | r20112: Forgot to merge to 3.0.24 - *BSD compile fix. | Jeremy Allison | 2006-12-11 | 1 | -0/+17 | |
| | | | | | | | | Jeremy. | |||||
| * | r20098: Properly fix issues with create_token_from_username() | Jeremy Allison | 2006-12-10 | 4 | -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 when | Jeremy Allison | 2006-12-09 | 1 | -2/+7 | |
| | | | | | | | | | | talloced on the null context. Jeremy. | |||||
| * | r20090: Fix a class of bugs found by James Peach. Ensure | Jeremy Allison | 2006-12-09 | 20 | -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 Mohanan | Jim McDonough | 2006-12-08 | 4 | -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 we | Jeremy Allison | 2006-12-08 | 2 | -2/+23 | |
| | | | | | | | | | | | | may have inherited from our parent in the winbindd forked child. Jeremy. | |||||
| * | r20082: When fork_domain_child is forked when we're offline | Jeremy Allison | 2006-12-08 | 1 | -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 Allison | 2006-12-07 | 1 | -7/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | r20058: Ensure we actually do the increasing time | Jeremy Allison | 2006-12-07 | 1 | -3/+1 | |
| | | | | | | | | | | calculation when in offline mode. Jeremy. | |||||
| * | r20057: Attempt to fix connect timeouts when connected on | Jeremy Allison | 2006-12-06 | 4 | -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 Allison | 2006-12-05 | 1 | -6/+3 | |
| | | | | | | | | | | methods. Jeremy. | |||||
| * | r20001: Fix bug 4273, thanks to Pascal Terjan | Volker Lendecke | 2006-12-02 | 1 | -1/+1 | |
| | | ||||||
| * | r19993: Fix the problem with Linux clients requesting O_WRONLY | Jeremy Allison | 2006-12-01 | 1 | -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_0 | Simo Sorce | 2006-12-01 | 1 | -7/+2 | |
| | | ||||||
| * | r19983: sync up pam and memleak patches from SAMBA_3_0 | Simo Sorce | 2006-12-01 | 5 | -6/+52 | |
| | | ||||||
| * | r19981: From Michael Adam (ma@sernet.de) | Stefan Metzmacher | 2006-12-01 | 1 | -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 Lendecke | 2006-12-01 | 3 | -47/+80 | |
| | | | | | | | | | | | | <ks@sernet.de> Volker | |||||
| * | r19977: * Fix a crash in the secure DNS update code. Don't free | Gerald Carter | 2006-12-01 | 1 | -3/+4 | |
| | | | | | | | | | | the host_principal memory while it is still being referenced by the gss code. | |||||
| * | r19976: merge r19840 from 3_0 | Volker Lendecke | 2006-12-01 | 1 | -0/+7 | |
| | | ||||||
| * | r19973: Make SEQNUM store symmetrical w.r.t. fetch - use | Jeremy Allison | 2006-11-30 | 1 | -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 this | Volker Lendecke | 2006-11-29 | 132 | -17/+38888 | |
| | | | | | | | | | | | | anymore. Never. Volker | |||||
| * | r19953: Remove ldb for 3.0.24. Thanks to Tridge for making this so easy! | Volker Lendecke | 2006-11-29 | 132 | -38888/+17 | |
| | | | | | | | | | | | | Now to dig up the multikey stuff.... Volker | |||||
| * | r19945: Fix a segfault -- lookup_rids needs to init the names even on failure | Volker Lendecke | 2006-11-29 | 1 | -0/+2 | |
| | | ||||||
| * | r19944: Fix from Don Watson -- thanks | Volker Lendecke | 2006-11-29 | 1 | -7/+2 | |
| | | ||||||
| * | r19943: Fix bug 4267 -- Thanks to David! | Volker Lendecke | 2006-11-29 | 1 | -0/+2 | |
| | | ||||||
| * | r19940: copy clikrb5.c from SAMBA_3_0 tree to get compile warning fixes | Gerald Carter | 2006-11-28 | 1 | -0/+23 | |
| | | ||||||
| * | r19936: Patch from Kai Blin <kai.blin@gmail.com> to | Jeremy Allison | 2006-11-28 | 1 | -2/+4 | |
| | | | | | | | | | | match Windows NTLMSSP flags. Jeremy. | |||||
| * | r19928: Fix klokwork id 4509, 4573, 4574. | Volker Lendecke | 2006-11-28 | 2 | -3/+14 | |
| | | ||||||
| * | r19927: Fix klokwork ID 4702 | Volker Lendecke | 2006-11-28 | 1 | -1/+4 | |
| | | ||||||
| * | r19921: Add license and copyright info | Gerald Carter | 2006-11-27 | 2 | -0/+42 | |
| | | ||||||
| * | r19920: Compile vfs_default by default. Jerry, was this left out by ↵ | Volker Lendecke | 2006-11-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | accident? smbd in the default config reliably segfaults on the first tconX without this. Volker | |||||
| * | r19874: merge -r19872:19873 ↵ | James Peach | 2006-11-24 | 1 | -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.in | Gerald Carter | 2006-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | r19864: forgotten commits in examples from the recent merge | Gerald Carter | 2006-11-23 | 3 | -206/+205 | |
| | | ||||||
| * | r19835: Some net sam policy improvements. | Volker Lendecke | 2006-11-22 | 1 | -50/+77 | |
| | | | | | | | | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker | |||||
| * | r19826: Fix typo | Jim McDonough | 2006-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | r19823: "log" is an internal define in older versions of gcc. | Jeremy Allison | 2006-11-21 | 3 | -4/+4 | |
| | | | | | | | | | | Rename to log_ctx. Jeremy. | |||||
| * | r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern ↵ | Volker Lendecke | 2006-11-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Jacke <bj@sernet.de> Volker | |||||
| * | r19816: run indent on cac_winreg.c to clean up diffs between this branch and ↵ | Gerald Carter | 2006-11-21 | 1 | -816/+909 | |
| | | | | | | | | SAMBA_3_0 | |||||
| * | r19815: Minimal merge of wkssvc client and server auto-generated code. | Gerald Carter | 2006-11-21 | 44 | -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 anymore | Volker Lendecke | 2006-11-21 | 1 | -49/+0 | |
| | | | ||||||
| | * | r19811: Decode REG_MULTI_SZ and REG_BINARY | Volker Lendecke | 2006-11-21 | 5 | -8/+32 | |
| | | | ||||||
| | * | r19809: remove winbind blacklist parameter | Gerald Carter | 2006-11-21 | 2 | -28/+0 | |
| | | | ||||||
| | * | r19808: remove old smbwrapper references | Gerald Carter | 2006-11-21 | 1 | -4/+0 | |
| | | | ||||||
| | * | r19807: First attempt at wrapping something sane around the registry API. ↵ | Volker Lendecke | 2006-11-20 | 2 | -135/+370 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Will be extended. Volker | |||||
| | * | r19804: Fix a valgrind error | Volker Lendecke | 2006-11-20 | 1 | -5/+4 | |
| | | |