Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r20124: clean up nested extern declaration warnings | Herb Lewis | 2006-12-12 | 15 | -34/+37 | |
| | | ||||||
| * | 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=" | |||||
| * | r20118: Fix some more warnings | Simo Sorce | 2006-12-12 | 2 | -8/+3 | |
| | | ||||||
| * | r20117: 1st Error in the merge | Simo Sorce | 2006-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | r20116: Start merging in the work done to create the new idmap subsystem. | Simo Sorce | 2006-12-12 | 42 | -4514/+7013 | |
| | | | | | | | | Simo. | |||||
| * | r20110: Fix interaction between paranoid malloc checker | Jeremy Allison | 2006-12-11 | 1 | -0/+17 | |
| | | | | | | | | | | and lib/replace. Found by Herb - thanks ! 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 | 3 | -1/+659 | |
| | | | | | | | | | | | | | | <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. | |||||
| * | r20069: Fix logic bug I introduced | Volker Lendecke | 2006-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | r20063: Fix a missing protoype warning in freelistcheck.c | Volker Lendecke | 2006-12-07 | 1 | -0/+2 | |
| | | ||||||
| * | 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. | |||||
| * | r20054: Revert my changes, Simo promised to work on it :-) | Volker Lendecke | 2006-12-06 | 1 | -67/+42 | |
| | | ||||||
| * | r20050: Remove a bogus NULL check, LTDB_OBJECTCLASS is a static string | Volker Lendecke | 2006-12-06 | 1 | -3/+0 | |
| | | ||||||
| * | r20049: Reformatting | Volker Lendecke | 2006-12-06 | 1 | -39/+67 | |
| | | ||||||
| * | r20048: Fix vfs_full_audit after Jims kernel_flock addition | Volker Lendecke | 2006-12-06 | 2 | -1/+21 | |
| | | ||||||
| * | r20046: Add ldb_search_exp_fmt and port comment to 4 | Volker Lendecke | 2006-12-05 | 1 | -0/+10 | |
| | | ||||||
| * | r20037: Reduce code size slightly by shuffling stuff around | Volker Lendecke | 2006-12-05 | 2 | -116/+68 | |
| | | ||||||
| * | r20036: Merge ldb_search_exp_fmt -- Thanks simo | Volker Lendecke | 2006-12-05 | 1 | -0/+39 | |
| | | ||||||
| * | r20035: Fix obvious horrible bug in falling back to MS-RPC | Jeremy Allison | 2006-12-05 | 1 | -6/+3 | |
| | | | | | | | | | | methods. Jeremy. | |||||
| * | r20020: Arglll... eventlogadm links against reg_db but not the rest of the ↵ | Volker Lendecke | 2006-12-03 | 3 | -107/+100 | |
| | | | | | | | | | | | | | | | | | | | | registry stuff. Revert the last change. This needs better fixing. Volker | |||||
| * | r20019: Replace one set of tricky code by calls to another set of tricky code: | Volker Lendecke | 2006-12-03 | 3 | -100/+107 | |
| | | | | | | | | | | | | Initializing the reg_db now uses reg_createkey and reg_setvalue. Volker | |||||
| * | r20018: Fix a memleak in reg_createkey | Volker Lendecke | 2006-12-03 | 1 | -2/+4 | |
| | | ||||||
| * | r20017: Make srvsvc_NetShareAdd & friends take care of registry shares | Volker Lendecke | 2006-12-03 | 1 | -125/+299 | |
| | | ||||||
| * | r20016: Add two utility functions for easy opening/creating registry keys | Volker Lendecke | 2006-12-03 | 1 | -1/+95 | |
| | | ||||||
| * | r20015: We have to zero out handle on key_close, otherwise the NT4 regedit ↵ | Volker Lendecke | 2006-12-03 | 1 | -0/+2 | |
| | | | | | | | | will re-use the handle | |||||
| * | r20014: Ouch.... "res" is not a flag here, it is the service number... | Volker Lendecke | 2006-12-03 | 1 | -1/+0 | |
| | | ||||||
| * | r20013: Fix segfaults: parm_error is a unique in/out ptr | Volker Lendecke | 2006-12-03 | 1 | -3/+9 | |
| | | ||||||
| * | r20012: Reformatting | Volker Lendecke | 2006-12-02 | 1 | -26/+40 | |
| | | ||||||
| * | r20007: Fix a const warning just introduced | Volker Lendecke | 2006-12-02 | 1 | -1/+1 | |
| | | ||||||
| * | r20006: Convert the registry shares to use the new API | Volker Lendecke | 2006-12-02 | 1 | -48/+31 | |
| | | ||||||
| * | r20005: reg_open_path should become the replacement for regkey_open_internal. | Volker Lendecke | 2006-12-02 | 1 | -0/+58 | |
| | | ||||||
| * | r20004: Remove a const, "name" is allocated anyway | Volker Lendecke | 2006-12-02 | 1 | -2/+1 | |
| | | ||||||
| * | r20003: Fix error message | Volker Lendecke | 2006-12-02 | 1 | -1/+1 | |
| | | ||||||
| * | 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. | |||||
| * | r19992: Add support to the tdb Makefile.in for executable extensions and for | Paul Green | 2006-12-01 | 1 | -15/+23 | |
| | | | | | | | | separately specifying CPPFLAGS and LDFLAGS. | |||||
| * | r19991: Sorry for this 2000-liner... | Volker Lendecke | 2006-12-01 | 13 | -649/+768 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main thing here is a rewrite of srv_winreg_nt.c. The core functionality has moved to registry/reg_api.c which is then usable by the rest of Samba as well. On that way it fixes creating keys with more than one element in the path. This did not work before. Two things that sneaked in (sorry :-) is the change of some routines from NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal. Volker | |||||
| * | r19990: Fix comment | Volker Lendecke | 2006-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | r19986: ooops | Simo Sorce | 2006-12-01 | 1 | -2/+0 | |
| | | ||||||
| * | r19984: Must have been drunk yesterday. | Simo Sorce | 2006-12-01 | 1 | -7/+4 | |
| | | | | | | | | Freeing memctx is all we need, fix double free stupidity | |||||
| * | r19982: From Michael Adam (ma@sernet.de) (thanks!:-) | 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 | |||||
| * | r19980: Implement pam account stack checks when obey pam restrictions is true. | Simo Sorce | 2006-12-01 | 5 | -3/+45 | |
| | | | | | | | | | | | | It was missing for security=server/domain/ads Simo. | |||||
| * | r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctx | Simo Sorce | 2006-12-01 | 1 | -3/+7 | |
| | | ||||||
| * | r19978: More "net sam policy" improvements. Thanks to Karolin Seeger ↵ | Volker Lendecke | 2006-12-01 | 3 | -47/+80 | |
| | | | | | | | | | | | | <ks@sernet.de> Volker |