Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | r22647: Avoid leaking a full info3 structure on each winbindd cached login ↵ | Günther Deschner | 2007-05-03 | 3 | -9/+11 | |
| | | | | | | | | | | | | | | | | by making netsamlogon_cache_get() return a talloc'ed structure. Guenther | |||||
* | | r22645: Fix bug in idmap_ldap's get_credentials() code. | Simo Sorce | 2007-05-03 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | We were dereferencing null for the alloc backend. Jerry, thits need to be in 3.0.25 final. Simo. | |||||
* | | r22644: Fix memleak. | Günther Deschner | 2007-05-03 | 1 | -1/+3 | |
| | | | | | | | | Guenther | |||||
* | | r22643: Don't clear cached U/SID and UG/SID entries when we want to logon ↵ | Günther Deschner | 2007-05-03 | 1 | -1/+8 | |
| | | | | | | | | | | | | offline. Guenther | |||||
* | | r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code ↵ | Gerald Carter | 2007-05-01 | 1 | -17/+4 | |
| | | | | | | | | was correct | |||||
* | | r22613: Fix an uninitialized variable warning | Volker Lendecke | 2007-04-30 | 1 | -1/+1 | |
| | | ||||||
* | | r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad | Jeremy Allison | 2007-04-30 | 2 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | memory leak I introduced into acl code, also remove redundent extra check for global_sid_System : global_sid_System == S-1-5-18 which is already included in the check for a domain of global_sid_NT_Authority == S-1-5 Jeremy. | |||||
* | | r22593: Finish doing the same for raw TALLOC. | Jeremy Allison | 2007-04-30 | 2 | -109/+182 | |
| | | | | | | | | Jeremy. | |||||
* | | r22592: Fix TALLOC_SIZE to be consistent. | Jeremy Allison | 2007-04-30 | 1 | -7/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | r22591: Fix up the examples also. | Jeremy Allison | 2007-04-30 | 1 | -1/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | r22590: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 2007-04-30 | 9 | -40/+87 | |
| | | | | | | | | | | That should be it.... Jeremy. | |||||
* | | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 2007-04-30 | 26 | -323/+576 | |
| | | | | | | | | Jeremy. | |||||
* | | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 2007-04-30 | 8 | -27/+83 | |
| | | | | | | | | Jeremy. | |||||
* | | r22587: Ensure TALLOC_ZERO_ARRAY is consistent. | Jeremy Allison | 2007-04-30 | 3 | -30/+72 | |
| | | | | | | | | Jeremy. | |||||
* | | r22586: Add a modified version of Simo's patch. | Jeremy Allison | 2007-04-30 | 1 | -13/+28 | |
| | | | | | | | | Jeremy. | |||||
* | | r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also. | Jeremy Allison | 2007-04-30 | 4 | -69/+125 | |
| | | | | | | | | Jeremy. | |||||
* | | r22577: Change all of parse/*.c to use standard form. Fix some | Jeremy Allison | 2007-04-29 | 4 | -76/+127 | |
| | | | | | | | | | | marshalling bugs. Jeremy. | |||||
* | | r22576: Fix marshalling bug in aliasmem. | Jeremy Allison | 2007-04-29 | 1 | -4/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | r22574: Fix reply when we have no dfs shares. | Jeremy Allison | 2007-04-29 | 1 | -21/+31 | |
| | | | | | | | | Jeremy. | |||||
* | | r22573: Fix old bug mixing free() and talloc_free() | Jeremy Allison | 2007-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | when the add_sid_to_array_XX code was moved from malloc to talloc. Found running valgrind and rpcclient. Needs merging for 3.0.25 final. Jeremy. | |||||
* | | r22564: Move the _strict -> _zeronull functions into lib/util.c | Jeremy Allison | 2007-04-29 | 6 | -122/+125 | |
| | | | | | | | | | | and out of talloc at tridge's request. Jeremy. | |||||
* | | r22562: Qucik fix for session memory leak (vl's talloc | Jeremy Allison | 2007-04-28 | 1 | -1/+5 | |
| | | | | | | | | | | | | fix is probably better in the long run). Jerry - your call whether this makes 3.0.25 or not. Jeremy. | |||||
* | | r22555: Ensure our paranoid malloc functions return NULL on | Jeremy Allison | 2007-04-28 | 1 | -0/+12 | |
| | | | | | | | | | | size == 0 so we have a known behavior. Jeremy. | |||||
* | | r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL. | Volker Lendecke | 2007-04-28 | 1 | -2/+7 | |
| | | | | | | | | Volker | |||||
* | | r22553: Fix the build | Volker Lendecke | 2007-04-28 | 2 | -2/+2 | |
| | | ||||||
* | | r22543: Fix bad call to talloc_strict (too few args). | Jeremy Allison | 2007-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | Should fix build farm breakage. Jeremy. | |||||
* | | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 2007-04-27 | 35 | -94/+147 | |
| | | | | | | | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy. | |||||
* | | r22541: Added talloc_size_strict macro. | Jeremy Allison | 2007-04-27 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | r22540: Added _strict varients of the macro calls - added | Jeremy Allison | 2007-04-27 | 1 | -0/+6 | |
| | | | | | | | | | | prototypes. Jeremy. | |||||
* | | r22539: Added _strict varients of the talloc calls to | Jeremy Allison | 2007-04-27 | 2 | -1/+96 | |
| | | | | | | | | | | return NULL on size == 0 varients. Jeremy. | |||||
* | | r22532: Sync release notes from the release branch and bump | Gerald Carter | 2007-04-27 | 2 | -14/+215 | |
| | | | | | | | | version to 3.0.25rc4. | |||||
* | | r22525: Allow prepath | Steve French | 2007-04-26 | 1 | -0/+10 | |
| | | ||||||
* | | r22524: Fix memleak. | Günther Deschner | 2007-04-26 | 1 | -0/+2 | |
| | | | | | | | | Guenther | |||||
* | | r22509: Fix some memory corruption caused by calling free() | Gerald Carter | 2007-04-25 | 1 | -6/+6 | |
| | | | | | | | | | | on talloc()'d memory when adding/removing members from Local Groups. | |||||
* | | r22506: Fix build | Alexander Bokovoy | 2007-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | r22504: Fix bug Jerry found during his tutorial. Sorry :-( | Jim McDonough | 2007-04-24 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | Allows authorized users (e.g. BUILTIN\Administrators members) to set attributes on an account, particularly "user cannot change password". add become_root() around updating attributes, after checking that access has been granted. | |||||
* | | r22502: Fix bug #4536 - delete symlinks to a directory correctly. | Jeremy Allison | 2007-04-24 | 1 | -1/+17 | |
| | | | | | | | | Jeremy. | |||||
* | | r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr. | Jeremy Allison | 2007-04-23 | 1 | -0/+2 | |
| | | | | | | | | | | Found by SteveF + valgrind :-). Jerry - essential for rc3. Jeremy. | |||||
* | | r22492: Add objectid code. | Jeremy Allison | 2007-04-23 | 2 | -13/+23 | |
| | | | | | | | | Jeremy. | |||||
* | | r22490: Fix a couple of bugs found whist investigating CSC Vista issues. | Jeremy Allison | 2007-04-23 | 1 | -4/+92 | |
| | | | | | | | | | | | | | | Ensure we correctly NULL out allocation size fields. Allow QFILEINFO on pipes (Vista bug ?). Jerry - don't automatically merge for 3.0.25. Jeremy. | |||||
* | | r22484: Check for the talloc_strdup to succeed. | Günther Deschner | 2007-04-23 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
* | | r22482: Fix our brokeness in building shared libraries. | Simo Sorce | 2007-04-23 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | Mixing -shared and -pie is not sane. Jerry this should be in 3.0.25 final, it fixed building on IA64 and works ok on F7 (test using libsmbclient) | |||||
* | | r22481: Move check for non-mappable SIDs to after sid_to_uid, | Jeremy Allison | 2007-04-23 | 2 | -11/+13 | |
| | | | | | | | | | | | | sid_to_gid mapping, add LocalSystem to non-mappable list. Jeremy. | |||||
* | | r22473: Correct fix for setting a default compat tdb idmap backend. | Gerald Carter | 2007-04-23 | 2 | -30/+35 | |
| | | | | | | | | | | | | Previous code would always fill in "idmap backend = tdb" even if you defined idmap domains. My fault. I should have tested the original patch more before committing. | |||||
* | | r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmap | Gerald Carter | 2007-04-22 | 1 | -0/+8 | |
| | | | | | | | | | | plugin when neither idmap domains nor idmap backend have been defined. | |||||
* | | r22444: * Validate a SID before trying to convert it to a uid/gid via the public | Gerald Carter | 2007-04-22 | 2 | -3/+4 | |
| | | | | | | | | | | | | winbindd interface * Add nss_info/*so files to the RHEL/Fedora packaging | |||||
* | | r22431: compiler cleanup fixes for the idmap changes that were not checked ↵ | Gerald Carter | 2007-04-21 | 4 | -29/+2 | |
| | | | | | | | | in fotr some reason | |||||
* | | r22430: Add SID validate to sid2uid() and sid2gid() public entry points in ↵ | Gerald Carter | 2007-04-21 | 1 | -4/+81 | |
| | | | | | | | | winbindd | |||||
* | | r22429: set version to 3.0.25rc3 | Gerald Carter | 2007-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | r22428: cleanup compile warnings in idmap_rid | Gerald Carter | 2007-04-21 | 1 | -7/+1 | |
| | |