summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd_user.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-13/+25
* starting to sync up for beta3Gerald Carter2003-07-161-14/+50
* starting to sync for 3.0beta2Gerald Carter2003-07-011-5/+22
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-14/+5
* make winbind use idmap as well.Simo Sorce2003-04-271-11/+17
* Fix debug message not to use an uninitialized variable.Volker Lendecke2003-03-191-2/+1
* Kill RID-only and domain+RID madness from winbind.Andrew Bartlett2003-02-261-27/+29
* setup the %U substitution in winbindd for the homedir templateAndrew Tridgell2003-02-121-0/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-4/+4
* After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett2002-11-261-17/+0
* Winbind updates!Andrew Bartlett2002-07-311-0/+3
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-1/+1
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-37/+26
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-6/+4
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-15/+17
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-23/+34
* got rid of start_ndx from query_user_list()Andrew Tridgell2001-12-111-89/+72
* added some commentsAndrew Tridgell2001-12-101-2/+1
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-58/+0
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-4/+2
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-8/+6
* added a query_user backendAndrew Tridgell2001-12-041-31/+27
* changed query_dispinfo to query_user_listAndrew Tridgell2001-12-031-5/+5
* added name_to_sid to the backendAndrew Tridgell2001-12-031-1/+1
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-52/+31
* Added negative caching to group lookups.Jeremy Allison2001-11-271-3/+3
* Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-271-56/+77
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-271-23/+24
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-211-6/+6
* Get list of trusted domains if we haven't fetched them yet.Tim Potter2001-11-151-0/+6
* Hey where did those 4 character tabs come from?Tim Potter2001-10-291-4/+4
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-291-3/+22
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-191-7/+16
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-191-26/+30
* Pass domain structure around in cache code rather than the domain name.Tim Potter2001-10-141-6/+6
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-091-5/+9
* More work on winbindd connection rewrite:Tim Potter2001-10-081-94/+55
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-051-18/+18
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+7
* fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-051-1/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-5/+7
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* More Realloc fixes.Jeremy Allison2001-08-181-7/+17
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-3/+6
* Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter2001-05-141-12/+6
* Fixes from nsswitch testsuite. Lots of stuff works much better now. (-:Tim Potter2001-05-091-0/+2
* The substitution of %U and %D in the 'template homedir' is nowdoneTim Potter2001-05-081-10/+6
* OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter2001-05-071-2/+2