r23530: Fix bugs #4678 and #4697 which had the same root cause.
[tprouty/samba.git] / source / auth / auth_util.c
2007-10-10 Jeremy Allisonr23530: Fix bugs #4678 and #4697 which had the same...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22819: Fix Bug 4613. We just dumped the must change...
2007-10-10 Volker Lendecker22740: Move debug_*_user_token to token_utils.c
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Gerald Carterr22390: Patchset sent to samba-technical to address...
2007-10-10 Volker Lendecker22135: Check in most of Michael Adam's net conf utilit...
2007-10-10 Andrew Bartlettr22022: - Clarify the comments
2007-10-10 Andrew Bartlettr22020: Make it more clear that both the vuser struct...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr21999: remove useless casts
2007-10-10 Günther Deschnerr21536: Fix copy/paste typo.
2007-10-10 Volker Lendecker20824: Send access to the trusted domain passwords...
2007-10-10 Simo Sorcer20774: I thought I committed this before Xmas holidays ...
2007-10-10 Simo Sorcer20169: Support for fallback to legacy mapping code...
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
2007-10-10 Jeremy Allisonr20098: Properly fix issues with create_token_from_user...
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Simo Sorcer19980: Implement pam account stack checks when obey...
2007-10-10 Volker Lendecker19773: TALLOC_FREE checks for NULL itself
2007-10-10 Volker Lendecker19008: Fix a segfault
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Jeremy Allisonr17875: Fix (rather theoretical, but still...) null...
2007-10-10 Gerald Carterr17736: Apply the Unix group patch when creating the...
2007-10-10 Gerald Carterr17710: Thanks to Thomas Bork for testing and continued...
2007-10-10 Jeremy Allisonr17402: Added lookup_name_smbconf() to be called when...
2007-10-10 Volker Lendecker17399: Some C++ warnings
2007-10-10 Jeremy Allisonr17393: Remove Volker's ASSERT that num_groupsids > 0.
2007-10-10 Jeremy Allisonr17392: Commit Volker's fix for the valid users problem.
2007-10-10 Jeremy Allisonr17391: Revert the second part of the valid users fix...
2007-10-10 Jeremy Allisonr17388: Fix the "valid users"/token issue for now....
2007-10-10 Jeremy Allisonr17378: Fix the issues people have been having with...
2007-10-10 Volker Lendecker17022: Fix the build farm -- maybe this is the real...
2007-10-10 Volker Lendecker17016: Different and smaller fix for the valid users...
2007-10-10 Volker Lendecker17011: Back out r17010 after talking to Jerry. Another...
2007-10-10 Volker Lendecker17010: If winbind is not around, add S-1-22-1-<uid...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16865: This is a proposal to fix bug 3915. Before...
2007-10-10 Volker Lendecker16864: Intermediate checkin -- swap the sid_check_is_i...
2007-10-10 Volker Lendecker16766: A warning found by RHEL3. This might actually...
2007-10-10 Gerald Carterr16749: BUG 3905: don't fail in create_local_nt_token...
2007-10-10 Gerald Carterr16471: Bug reported by Vitaly Protsko <villy@sft.ru...
2007-10-10 Jeremy Allisonr16241: Fix Klocwork #106 and others like it.
2007-10-10 Jeremy Allisonr16209: Klocwork bug #66, ensure no null deref.
2007-10-10 Volker Lendecker16150: Fix possible NULL dereference found by Klocwork...
2007-10-10 Volker Lendecker16141: Dummy commit to make the build farm re-test...
2007-10-10 Jeremy Allisonr15676: Fix meaningless debug statement from uninitiali...
2007-10-10 Volker Lendecker15600: Correctly fill in the gid for local users.
2007-10-10 Volker Lendecker15475: Ugly and disgusting patch to fix the username...
2007-10-10 Volker Lendecker15472: Remove an unused function parameter
2007-10-10 Gerald Carterr15393: remove extra call to fallback user creation...
2007-10-10 Gerald Carterr15086: Get defensive about creating user accounts...
2007-10-10 Gerald Carterr14634: Many bug fixes thanks to train rides and overni...
2007-10-10 Gerald Carterr14578: fix incorrect comment in fill_sam_account(...
2007-10-10 Gerald Carterr14421: This does two things
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Günther Deschnerr14130: Remove make_server_info_pac alltogether, make_s...
2007-10-10 Günther Deschnerr14129: Add the group sids from the Kerberos PAC to...
2007-10-10 Gerald Carterr14112: * fix checks on return code from register_vuid...
2007-10-10 Gerald Carterr14042: check that create_local_nt_token() succeeds...
2007-10-10 Volker Lendecker13981: Fix Coverity bug # 138
2007-10-10 Günther Deschnerr13711: * Correctly handle acb_info/acct_flags as uint3...
2007-10-10 Tim Potterr13706: Fix typo in typo fix. (-:
2007-10-10 Tim Potterr13705: Fix a typo (and janitor for myself).
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Gerald Carterr13590: * replace all pdb_init_sam[_talloc]() calls...
2007-10-10 Gerald Carterr13576: This is the beginnings of moving the SAM_ACCOUN...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13460: by popular demand....
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker12313: Introduce yet another copy of the string_sub...
2007-10-10 Gerald Carterr12174: Simple patch to work around the current lack...
2007-10-10 Volker Lendecker12051: Merge across the lookup_name and lookup_sid...
2007-10-10 Volker Lendecker11916: auth_get_sam_account is only used in auth_rhost...
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jim McDonoughr8432: Fix #2077 - login to trusted domain doesn't...
2007-10-10 Gerald Carterr7450: fix my bone head mistake with ntlm authentcation...
2007-10-10 Gerald Carterr7372: abartet's patch for BUG 2391 (segv caused by...
2007-10-10 Volker Lendecker7243: Don't look at gencache.tdb for the trusted domai...
2007-10-10 Gerald Carterr7130: remove 'winbind enable local accounts' code...
2007-10-10 Volker Lendecker6445: Make us survive the PARANOID_MALLOC_CHECKER...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Volker Lendecker5647: Caches are good for performance, but you get...
2007-10-10 Gerald Carterr5431: couple of cimpile fixes from Jason Mader <jason...
2007-10-10 Gerald Carterr5385: when operating in security = domain, allow domai...
2007-10-10 Volker Lendecker5331: Support SIDs as %s replacements in the afs usern...
2007-10-10 Günther Deschnerr5264: Log with loglevel 0 when account-administration...
2007-10-10 Gerald Carterr4805: Last planned change to the privileges infrastruc...
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Gerald Carterr4579: small changes to allow the members og the Domain...
2007-10-10 Günther Deschnerr4286: Give back 8 byte lm_session_key in Netrsamlogon...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3705: Nobody has commented, so I'll take this as an...
next