summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22812: Fix bug #3024 (and also the group varient). Patch fromJeremy Allison1-4/+10
2007-10-10r22727: remove outdated comment about templatre shell and homedirGerald Carter1-3/+1
2007-10-10r22710: Support one-way trusts.Gerald Carter1-2/+35
2007-10-10r21860: Fixes for "winbind normalize names" functionality:Gerald Carter1-1/+3
2007-10-10r21775: make messages more understandable - don't leave part dangling after n...Herb Lewis1-2/+2
2007-10-10r21613: perform variable subsitution on home directories and shells provided ...Gerald Carter1-12/+13
2007-10-10r21387: Another important fix for non-AD domains:Günther Deschner1-7/+1
2007-10-10r21336: Fix indent (as pointed out by Volker).Günther Deschner1-6/+6
2007-10-10r21070: * Add the new boolean 'winbind normalize names' option as discussedGerald Carter1-0/+3
2007-10-10r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter1-1/+21
2007-10-10r20155: revert, I misreadSimo Sorce1-1/+1
2007-10-10r20154: Fix nasty typo, hunting another bugSimo Sorce1-1/+1
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-23/+4
2007-10-10r19301: Correct debug statement.Jeremy Allison1-1/+1
2007-10-10r19300: Fix null deref in debug statement.Jeremy Allison1-3/+3
2007-10-10r18271: Big change:Gerald Carter1-2/+2
2007-10-10r17605: Some C++ warningsVolker Lendecke1-4/+7
2007-10-10r17459: As by Jerry's word commit this without his review.Simo Sorce1-7/+25
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-13/+5
2007-10-10r16687: Fix bugs #3901, #3902, #3903 reported by jason@ncac.gwu.edu.Jeremy Allison1-7/+12
2007-10-10r15697: I take no comments as no objections :)Günther Deschner1-1/+1
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-4/+4
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-3/+3
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-14/+8
2007-10-10r13492: As noone objected on the mailing-list:Günther Deschner1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-4/+4
2007-10-10r9758: make sure to lower case usernames in winbindd's getpwnam()Gerald Carter1-1/+4
2007-10-10r8145: When inventing a new parameter for SFU-support, be aware of Volker'sGünther Deschner1-1/+1
2007-10-10r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner1-41/+77
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-12/+12
2007-10-10r7877: Attempt to fix a smb_panic reported by Pavel Rochnyack.Volker Lendecke1-8/+15
2007-10-10r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke1-48/+61
2007-10-10r7454: couple of winbindd fixesGerald Carter1-4/+4
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-138/+246
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-21/+0
2007-10-10r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini...Gerald Carter1-0/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-9/+4
2007-10-10r2584: After talking to jerry, commit the strlower patch to getent username andVolker Lendecke1-0/+2
2007-10-10r2378: Remove two confusing #definesVolker Lendecke1-2/+0
2007-10-10r1613: Patch from Tom Shaw <tomisfaraway@gmail.com> to useJeremy Allison1-4/+4
2007-10-10r538: Mem leak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison1-0/+2
2007-10-10r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fixGerald Carter1-0/+6
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-1/+1
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett1-7/+7
2004-01-07Machines are people too!Andrew Bartlett1-20/+18
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter1-1/+13
2003-07-26fix typo in debugGerald Carter1-1/+1
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter1-2/+2
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-10/+10