Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -1/+1 | |
| | | | | | | | | 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 | 1 | -3/+3 | |
| | | | | | | | | | | | | 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 | |
| | | ||||||
* | | r22426: Avoid to segfault if we only have the realm | Simo Sorce | 2007-04-21 | 1 | -0/+5 | |
| | | ||||||
* | | r22415: Remove test directory once we are finished. Merge -r 22393:22394 | James Peach | 2007-04-20 | 1 | -0/+2 | |
| | | | | | | | | from SAMBA_3_0. | |||||
* | | r22402: Fix build warning. | Günther Deschner | 2007-04-20 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
* | | r22395: allow profiling level to be set on startup | Herb Lewis | 2007-04-20 | 2 | -5/+23 | |
| | | ||||||
* | | r22392: Remove leftover potentially segfaulty code. | Simo Sorce | 2007-04-19 | 1 | -6/+5 | |
| | | | | | | | | Check we are online before actually trying to connect anywhere | |||||
* | | r22390: Patchset sent to samba-technical to address the winbind | Gerald Carter | 2007-04-19 | 8 | -164/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loop when allocating a new id for a SID: auth_util.patch Revert create_local_token() to the 3.0.24 codebase idmap_type.patch Have the caller fillin the id_map.xid.type field when resolving a SID so that if we allocate a new id, we know what type to use winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls from the public winbindd interface for the 3.0.25 release idmap_rid.patch Cleanup the idmap_rid backend to not call back into winbindd to resolve the SID in order to verify it's type. | |||||
* | | r22388: clearer message, thanks David | Simo Sorce | 2007-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x) | Günther Deschner | 2007-04-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | Timur, please check. Guenther | |||||
* | | r22370: Merge -r21777:21779 from 3_0 to fix the build with Heimdal 0.8. | Günther Deschner | 2007-04-19 | 4 | -11/+51 | |
| | | | | | | | | Guenther | |||||
* | | r22347: Better message. | Simo Sorce | 2007-04-18 | 1 | -2/+2 | |
| | | | | | | | | This string is displayed both at login and when unlocking the screen. | |||||
* | | r22342: This patch tries to fix a number of problems with the offline code. | Simo Sorce | 2007-04-18 | 9 | -206/+352 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | So far I have tested it only with idmap_tdb, idmap_ad testing is next. Fixes: - The code returned an error on any idmap call if winbindd was put offline before the idmap code was initialized. - The code denied consulting any backend, even local ones like idmap_tdb when offline, correct the situation by handling offline decisions in the backends Simo. | |||||
* | | r22340: Fix another segfault in idmap_ldap.c caused by setting the iterator | Gerald Carter | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | LDAPMessage * to NULL on each loop rotation. | |||||
* | | r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so | Gerald Carter | 2007-04-17 | 1 | -0/+3 | |
| | | | | | | | | plugins in $libdir/nss_info to idmap/ad.so | |||||
* | | r22320: Be more careful and check for the euid instead of the uid. | Lars Müller | 2007-04-17 | 1 | -1/+1 | |
| | | | | | | | | Thx for the hint James! | |||||
* | | r22318: If we're running as non root we might not be able to dump the core file | Lars Müller | 2007-04-17 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the corepath. Even the chdir() will fail if the LOGFILEBASE path is set 0700. If the currrent user doesn't have the permission to create the core file we end with: unable to change to <LOGFILEBASE> refusing to dump core The alternative would be to change the permissions of the directory. But taht would not ensure core dumps are working out of the box. | |||||
* | | r22303: fix the build when no shared-library support is detected | Stefan Metzmacher | 2007-04-17 | 2 | -1/+6 | |
| | | | | | | | | metze | |||||
* | | r22299: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 2007-04-17 | 4 | -31/+35 | |
| | | | | | | | | metze | |||||
* | | r22291: Fix off-by-one in tconX parsing. | Jeremy Allison | 2007-04-17 | 1 | -2/+11 | |
| | | | | | | | | Jeremy. | |||||
* | | r22285: Allow arbitrary bases in int and ulong parsing. | Jeremy Allison | 2007-04-16 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | r22283: Remove very old bug where we assigned the online mode of | Gerald Carter | 2007-04-16 | 1 | -2/+0 | |
| | | | | | | | | the domain to queried to our own domain. | |||||
* | | r22282: Fix last few name -> servicename changes. | Jeremy Allison | 2007-04-16 | 3 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | r22281: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -56/+254 | |
| | | | | | | | | | | | | add a lot more detailed strtoll() and strtoull() tests metze | |||||
* | | r22278: __location__ is defined in libreplace now | Stefan Metzmacher | 2007-04-16 | 1 | -5/+0 | |
| | | | | | | | | metze | |||||
* | | r22276: Fix name -> servicename in messages.c | Jeremy Allison | 2007-04-16 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. |