summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | r22553: Fix the buildVolker Lendecke2007-04-282-2/+2
| |
* | r22543: Fix bad call to talloc_strict (too few args).Jeremy Allison2007-04-281-1/+1
| | | | | | | | | | Should fix build farm breakage. Jeremy.
* | r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-04-2735-94/+147
| | | | | | | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy.
* | r22541: Added talloc_size_strict macro.Jeremy Allison2007-04-271-0/+1
| | | | | | | | Jeremy.
* | r22540: Added _strict varients of the macro calls - addedJeremy Allison2007-04-271-0/+6
| | | | | | | | | | prototypes. Jeremy.
* | r22539: Added _strict varients of the talloc calls toJeremy Allison2007-04-272-1/+96
| | | | | | | | | | return NULL on size == 0 varients. Jeremy.
* | r22532: Sync release notes from the release branch and bump Gerald Carter2007-04-271-1/+1
| | | | | | | | version to 3.0.25rc4.
* | r22525: Allow prepathSteve French2007-04-261-0/+10
| |
* | r22524: Fix memleak.Günther Deschner2007-04-261-0/+2
| | | | | | | | Guenther
* | r22509: Fix some memory corruption caused by calling free()Gerald Carter2007-04-251-6/+6
| | | | | | | | | | on talloc()'d memory when adding/removing members from Local Groups.
* | r22506: Fix buildAlexander Bokovoy2007-04-241-1/+1
| |
* | r22504: Fix bug Jerry found during his tutorial. Sorry :-(Jim McDonough2007-04-241-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 Allison2007-04-241-1/+17
| | | | | | | | Jeremy.
* | r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison2007-04-231-0/+2
| | | | | | | | | | Found by SteveF + valgrind :-). Jerry - essential for rc3. Jeremy.
* | r22492: Add objectid code.Jeremy Allison2007-04-232-13/+23
| | | | | | | | Jeremy.
* | r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison2007-04-231-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 Deschner2007-04-231-0/+1
| | | | | | | | Guenther
* | r22482: Fix our brokeness in building shared libraries.Simo Sorce2007-04-231-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 Allison2007-04-232-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 Carter2007-04-232-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 Carter2007-04-221-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 publicGerald Carter2007-04-221-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 Carter2007-04-214-29/+2
| | | | | | | | in fotr some reason
* | r22430: Add SID validate to sid2uid() and sid2gid() public entry points in ↵Gerald Carter2007-04-211-4/+81
| | | | | | | | winbindd
* | r22429: set version to 3.0.25rc3Gerald Carter2007-04-211-1/+1
| |
* | r22428: cleanup compile warnings in idmap_ridGerald Carter2007-04-211-7/+1
| |
* | r22426: Avoid to segfault if we only have the realmSimo Sorce2007-04-211-0/+5
| |
* | r22415: Remove test directory once we are finished. Merge -r 22393:22394James Peach2007-04-201-0/+2
| | | | | | | | from SAMBA_3_0.
* | r22402: Fix build warning.Günther Deschner2007-04-201-1/+1
| | | | | | | | Guenther
* | r22395: allow profiling level to be set on startupHerb Lewis2007-04-202-5/+23
| |
* | r22392: Remove leftover potentially segfaulty code.Simo Sorce2007-04-191-6/+5
| | | | | | | | Check we are online before actually trying to connect anywhere
* | r22390: Patchset sent to samba-technical to address the winbind Gerald Carter2007-04-198-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 DavidSimo Sorce2007-04-191-1/+1
| |
* | r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)Günther Deschner2007-04-191-0/+1
| | | | | | | | | | | | Timur, please check. Guenther
* | r22370: Merge -r21777:21779 from 3_0 to fix the build with Heimdal 0.8.Günther Deschner2007-04-194-11/+51
| | | | | | | | Guenther
* | r22347: Better message.Simo Sorce2007-04-181-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 Sorce2007-04-189-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 iteratorGerald Carter2007-04-181-1/+1
| | | | | | | | LDAPMessage * to NULL on each loop rotation.
* | r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so Gerald Carter2007-04-171-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üller2007-04-171-1/+1
| | | | | | | | Thx for the hint James!
* | r22318: If we're running as non root we might not be able to dump the core fileLars Müller2007-04-171-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 detectedStefan Metzmacher2007-04-172-1/+6
| | | | | | | | metze
* | r22299: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-04-174-31/+35
| | | | | | | | metze
* | r22291: Fix off-by-one in tconX parsing.Jeremy Allison2007-04-171-2/+11
| | | | | | | | Jeremy.
* | r22285: Allow arbitrary bases in int and ulong parsing.Jeremy Allison2007-04-161-2/+2
| | | | | | | | Jeremy.
* | r22283: Remove very old bug where we assigned the online mode of Gerald Carter2007-04-161-2/+0
| | | | | | | | the domain to queried to our own domain.
* | r22282: Fix last few name -> servicename changes.Jeremy Allison2007-04-163-4/+4
| | | | | | | | Jeremy.
* | r22281: merge from samba4:Stefan Metzmacher2007-04-161-56/+254
| | | | | | | | | | | | add a lot more detailed strtoll() and strtoull() tests metze
* | r22278: __location__ is defined in libreplace nowStefan Metzmacher2007-04-161-5/+0
| | | | | | | | metze
* | r22276: Fix name -> servicename in messages.cJeremy Allison2007-04-161-1/+1
| | | | | | | | Jeremy.