r17388: Fix the "valid users"/token issue for now. Volker,
[tprouty/samba.git] / source / auth / auth_util.c
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...
2007-10-10 Volker Lendecker3563: During a typical logon a modern workstation...
2007-10-10 Gerald Carterr3140: * try to ensure consistent usage of the username...
2007-10-10 Gerald Carterr1370: BUG 1297 - prevent map_username() from being...
2007-10-10 Volker Lendecker1175: Nowadays we actually do have local groups, so...
2007-10-10 Gerald Carterr991: Allow winbindd to use the domain trust account...
2007-10-10 Jeremy Allisonr786: Memory leak fixes in (mostly) error code paths...
2007-10-10 Andrew Bartlettr86: This function was moved to lib/nterr.h
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-04-03 Andrew BartlettFix most of bug #169.
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-16 Gerald Cartermerges from 3.0
2004-03-16 Gerald Carterfix overlapping memory bug when copying username
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-10 Volker LendeckeRemove expanding sids from smbd, this will be done...
2004-03-02 Volker LendeckeIdra, your privileges patch allowed login only with...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-03-01 Volker LendeckeAdd aliases to winbindd_getgroups().
2004-02-29 Volker LendeckeApply my experimental aliases support to HEAD. This...
2004-01-05 Andrew Bartlett(merge from 3.0)
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-19 Gerald Carter* add a few useful debug lines
2003-12-19 Gerald Carter* add a few useful debug lines
2003-12-09 Jeremy AllisonFinal part of fix for #445. Don't add user for machine...
2003-12-09 Jeremy AllisonFinal part of fix for #445. Don't add user for machine...
2003-12-06 Jeremy AllisonFix for bug #445 (missing unix user on kerberos auth...
2003-12-06 Jeremy AllisonFix for bug #445 (missing unix user on kerberos auth...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-09 Volker LendeckeFrom 3_0:
2003-11-09 Volker LendeckeSkip over the winbind separator when looking up a user.
2003-11-06 Gerald Carterrun krb5 logins through the username map if the winbind...
2003-11-06 Gerald Carterrun krb5 logins through the username map if the winbind...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
next