r11573: Adding Andrew Bartlett's patch to make machine account
[kai/samba.git] / source3 / auth / auth_util.c
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...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-07 Gerald Cartermake sure to call get_user_groups() with the full winbi...
2003-10-07 Gerald Cartermake sure to call get_user_groups() with the full winbi...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-09 Gerald Carterfix for BUG #267 (problem with supplementary groups).
2003-08-08 Gerald Carterneed to be able to connect to a domain member as a...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-26 Jeremy AllisonCorrectly detect an "add user script" - check that...
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-11 Richard SharpeFix a small typo in a comment and pretty it up a bit.
2003-07-11 Gerald Cartermoving more code around.
2003-07-09 Gerald CarterLarge set of changes to add UNIX account/group management
2003-07-08 Gerald Carterstandlone servers don't have any trusted domains
2003-07-08 Gerald Carterfix bone head mistake when setting the uid in the serve...
2003-07-08 Tim PotterInitialise the uid and gid values to a safe default...
2003-07-08 Gerald Carterfix temporary bug so people can test 3.0 again; make...
2003-07-07 Gerald Cartertemporarily disable a sanity check to prevent winbindd...
2003-07-07 Gerald Carterand so it begins....
2003-07-06 Andrew BartlettThis changes our Unix primary GID behaviour back to...
2003-07-03 Andrew BartlettThis patch takes the work the jerry did for beta2,...
2003-07-01 Gerald Carter* fixed volker's wbinfo -a lockup again. This one...
2003-07-01 Gerald Carter* revert change to get_global_sam_name()
2003-07-01 Gerald Carter* fix the trustdom_cache to work when winbindd is not...
2003-06-30 Gerald Carter* cleanup more DC name resolution issues in check_...
2003-06-30 Gerald Carter* rename samstrict auth method to sam
2003-06-29 Gerald CarterHere's the code to make winbindd work on a Samba DC
2003-06-28 Gerald Carteradd check for NT_STATUS_NOT_IMPLEMENTED in auth check...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-12 Volker LendeckeAndrew's change to make 'security = domain' work again...
2003-06-12 Volker LendeckeFix some misleading debug messages.
2003-06-12 Volker LendeckeAndrew is right, this is probably the wrong approach.
2003-06-11 Volker LendeckeFix 'security = domain' without winbind. This stores...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-25 Andrew BartlettGet 'add user script' working again for Samba 3.0.
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Simo SorceThis is a nice rewrite:
next