Age | Commit message (Expand) | Author | Files | Lines |
2009-08-27 | s3:winbind: Factor out wcache_fetch_seqnum | Volker Lendecke | 1 | -14/+39 |
2009-08-26 | s3:winbind: Fix Coverity ID 942: Resource Leak | Volker Lendecke | 1 | -0/+2 |
2009-08-16 | s3:winbind: Make wcache_lookup_groupmem available publically | Volker Lendecke | 1 | -24/+54 |
2009-08-16 | s3:winbind: WINBIND_USERINFO -> wbint_userinfo | Volker Lendecke | 1 | -5/+6 |
2009-08-05 | s3:winbind: Make wcache_lookup_usergroups externally visible | Volker Lendecke | 1 | -29/+47 |
2009-08-05 | s3:winbind: Make wcache_lookup_useraliases available publically | Volker Lendecke | 1 | -33/+74 |
2009-08-05 | s3:winbind: Make wcache_query_user externally visible | Volker Lendecke | 1 | -22/+43 |
2009-08-05 | s3:winbind: Make wcache_name_to_sid visible externally | Volker Lendecke | 1 | -42/+37 |
2009-08-05 | s3:winbind: Make wcache_sid_to_name externally visible | Volker Lendecke | 1 | -42/+43 |
2009-08-03 | Add some const to winbind_userinfo | Volker Lendecke | 1 | -2/+2 |
2009-08-02 | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 1 | -3/+3 |
2009-07-31 | Refactoring: mem_ctx is not needed as an argument to centry_sid | Volker Lendecke | 1 | -21/+25 |
2009-07-27 | Fix some nonempty blank lines | Volker Lendecke | 1 | -105/+103 |
2009-06-14 | Remove some unused code | Volker Lendecke | 1 | -109/+0 |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -1/+1 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 |
2009-03-12 | Make opt_nocache static to winbindd.c | Volker Lendecke | 1 | -4/+4 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -9/+9 |
2009-01-28 | s3: separate tdb validation code out into its own source file | Michael Adam | 1 | -0/+1 |
2009-01-16 | s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir. | Michael Adam | 1 | -6/+6 |
2009-01-07 | refresh sequence number as soon as possible when domain->sequence_number == -... | boyang | 1 | -3/+8 |
2008-12-31 | Fix more asprintf and "ignoring return code" warnings from gcc 4.3. | Jeremy Allison | 1 | -1/+3 |
2008-12-01 | s3:winbindd_cache: add debugging to get_nss_info_cached() | Michael Adam | 1 | -0/+7 |
2008-09-16 | winbindd: Add support for name aliasing. | Gerald (Jerry) Carter | 1 | -0/+249 |
2008-08-27 | Fix the wcache_invalidate_samlogon calls. | Jeremy Allison | 1 | -1/+22 |
2008-07-30 | winbindd: handle trusted domains without sid. | Günther Deschner | 1 | -2/+7 |
2008-07-01 | Revert "winbind cache: Don't create SN cache entries during name-to-sid queri... | Karolin Seeger | 1 | -6/+6 |
2008-06-16 | winbind cache: Don't create SN cache entries during name-to-sid queries. | Karolin Seeger | 1 | -6/+6 |
2008-05-30 | Split the winbindd_passdb backend into a 'builtin' and a 'sam' | Jeremy Allison | 1 | -3/+3 |
2008-05-22 | Make WINBINDD_LIST_GROUPS handler asynchronous. | Steven Danneman | 1 | -1/+1 |
2008-04-23 | winbindd_cache: simplify logic in new key length check for UA keys. | Michael Adam | 1 | -14/+9 |
2008-04-23 | winbindd_cache: recognize and allow longer UA keys | Holger Hetterich | 1 | -3/+13 |
2008-04-10 | winbindd: only call winbindd_validate_cache when not in offline logon mode. | Michael Adam | 1 | -0/+14 |
2008-04-07 | Only cache password policy results that worked, otherwise we | Bo Yang | 1 | -1/+3 |
2008-03-29 | winbindd_cache: add missing validation function for pwinfo cache entry | Michael Adam | 1 | -0/+24 |
2008-03-27 | Fix wbinfo -a trusted\\user%password on a Samba DC with trusts | Volker Lendecke | 1 | -0/+5 |
2008-02-17 | Use netr_SamInfo3 everywhere in winbindd. | Günther Deschner | 1 | -1/+1 |
2008-02-06 | Use rpccli_samr_QueryDomainInfo() in winbindd. | Günther Deschner | 1 | -39/+44 |
2008-01-09 | Fix prototype: Add a void to an empty function parameter list. | Michael Adam | 1 | -1/+1 |
2008-01-07 | Use the proper boolean constants. | Michael Adam | 1 | -93/+93 |
2008-01-07 | Make wcache_invalidate_cache() return bool, not int. | Michael Adam | 1 | -3/+3 |
2008-01-07 | Add some braces to if statement. | Michael Adam | 1 | -1/+2 |
2008-01-07 | Prevent winbindd from segfaulting due to corrupted cache tdb. | Andreas Schneider | 1 | -3/+19 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -20/+25 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 1 | -12/+24 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -8/+10 |
2007-12-12 | Don't restart winbind if a corrupted tdb is found during initialization. | Andreas Schneider | 1 | -2/+1 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -26/+26 |
2007-10-10 | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 1 | -0/+3892 |