summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_sid.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter1-1/+2
2007-10-10r22633: Fix typo in debug message.James Peach1-1/+1
2007-10-10r22444: * Validate a SID before trying to convert it to a uid/gid via the publicGerald Carter1-3/+3
2007-10-10r22430: Add SID validate to sid2uid() and sid2gid() public entry points in wi...Gerald Carter1-4/+81
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-275/+134
2007-10-10r18271: Big change:Gerald Carter1-10/+10
2007-10-10r17605: Some C++ warningsVolker Lendecke1-3/+6
2007-10-10r17469: remove unused variableSimo Sorce1-1/+0
2007-10-10r17459: As by Jerry's word commit this without his review.Simo Sorce1-4/+42
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-6/+34
2007-10-10r16800: correct a probable cut&paste errorSimo Sorce1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-34/+16
2007-10-10r12273: Fix copy paste error.Günther Deschner1-2/+2
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-30/+30
2007-10-10r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke1-69/+62
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-310/+387
2007-10-10r2691: Increase a debug level for a quite frequent operation.Volker Lendecke1-2/+2
2007-10-10r2566: Fix creation of aliases via usrmgr. Winbind was too strict checking th...Volker Lendecke1-2/+10
2007-10-10r2340: Solve the problem of user sids ending up with gid's and vice versa: ThisVolker Lendecke1-19/+59
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-4/+4
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-12/+21
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett1-4/+4
2003-11-19as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell1-6/+13
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-11-07fix for bug 680 (heads up). This gist is to map theGerald Carter1-25/+215
2003-08-132 fixesGerald Carter1-4/+14
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter1-3/+3
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-10/+10
2003-07-07and so it begins....Gerald Carter1-13/+17
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-4/+4
2003-05-12And finally IDMAP in 3_0Simo Sorce1-9/+4
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter1-0/+5
2003-01-15winbindd merges from HEADGerald Carter1-1/+3
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+15
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+3
2002-03-22Make debug statment less confusing.Tim Potter1-2/+5
2002-03-20Merge of Richard's lookupsid fix.Tim Potter1-1/+4
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-53/+13
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-7/+10
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-7/+5
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-1/+2
2001-12-03added name_to_sid to the backendAndrew Tridgell1-3/+8
2001-05-14Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter1-2/+3
2001-05-10Use sid_peek_rid() instead of sid_split_rid().Tim Potter1-3/+2
2001-05-07iAdditional files for winbind merge.Tim Potter1-0/+244