summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter2007-10-1011-18/+43
* r23225: Attached find a patch that makes use of NetSamLogonEx inVolker Lendecke2007-10-103-2/+71
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-102-8/+8
* r23117: Factor out local messaging.Volker Lendecke2007-10-102-14/+0
* r23116: Fix typo, found by Karolin SeegerVolker Lendecke2007-10-101-1/+1
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-2/+10
* r23078: Don't handle return code NT_STATUS_NONE_MAPPED from lookup sidsMichael Adam2007-10-101-1/+1
* r23075: more duplicate code blocks from bad mergeGerald Carter2007-10-101-4/+0
* r23074: Remove duplicate code blocks from bad mergeGerald Carter2007-10-101-10/+0
* r23072: In winbindd_ads.c:lookup_groupmem, replace the bottleneckMichael Adam2007-10-101-107/+77
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-102-2/+2
* r23054: Move the check for the lookup_domain of S-1-22-{1,2} before theGerald Carter2007-10-101-18/+17
* r23048: Simo is correct in that winbind_lookup{sid,name}_async() needsGerald Carter2007-10-103-2/+29
* r23046: Few missing merges from cleaning out the Centeris winbindd tree.Gerald Carter2007-10-103-0/+20
* r23040: Activate the winbindd cache validation code in theMichael Adam2007-10-101-2/+0
* r23039: merge from SAMBA_3_0_26:Stefan Metzmacher2007-10-101-2/+1
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-2/+4
* r22943: More message_register -> messaging_registerVolker Lendecke2007-10-103-60/+102
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-1/+1
* r22905: cli_send_mailslot had a message_send_pid insideVolker Lendecke2007-10-101-1/+2
* r22904: Fix indent.Günther Deschner2007-10-101-1/+1
* r22903: Now that we have the on-disc trustdomaincache with type flags we can ...Günther Deschner2007-10-101-3/+6
* r22901: When an AD account has UF_DONT_REQUIRE_PREAUTH set we need to fallbac...Günther Deschner2007-10-101-0/+8
* r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke2007-10-103-29/+53
* r22855: fix the buildMichael Adam2007-10-101-7/+5
* r22848: Fix brace alignment.Michael Adam2007-10-101-1/+1
* r22847: The new validate_panic function calls exit (instead of settingMichael Adam2007-10-101-19/+0
* r22845: Modified and extended the winbindd cache validation code:Michael Adam2007-10-101-137/+283
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-102-3/+3
* r22812: Fix bug #3024 (and also the group varient). Patch fromJeremy Allison2007-10-102-6/+17
* r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor th...Günther Deschner2007-10-101-0/+2
* r22771: One liner fix for idmap_ldapSimo Sorce2007-10-101-0/+1
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-2/+2
* r22745: Add local groups to the --required-membership-sid test. This needsVolker Lendecke2007-10-101-90/+62
* r22744: Fix a valgrind error. parse_domain_username does not necessarily fill inVolker Lendecke2007-10-101-0/+3
* r22738: Fix a debug message.Volker Lendecke2007-10-101-1/+2
* r22737: Fix crash bug (info3 is now talloced).Günther Deschner2007-10-101-1/+1
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-103-12/+12
* r22730: Fix password changes via pam_winbindd when using "winbind normalize n...Gerald Carter2007-10-101-0/+2
* r22727: remove outdated comment about templatre shell and homedirGerald Carter2007-10-101-3/+1
* r22726: When performing an offline logon for a user in a trusted domain,Gerald Carter2007-10-101-0/+8
* r22725: * Don't try to update the sequence_number when offlineGerald Carter2007-10-101-3/+11
* r22724: Call an nss_info backend's init() function if theGerald Carter2007-10-101-3/+8
* r22720: Fixes for offline auth when using krb5_auth = yes in pam_winbind.Gerald Carter2007-10-101-8/+26
* r22719: Missed change for one-way trust support. Ignore password policyGerald Carter2007-10-101-1/+5
* r22717: Add Everyone and AuthenticatedUsers to the user's tokenGerald Carter2007-10-101-1/+10
* r22716: Clarify comment in winbindd_domain structureGerald Carter2007-10-101-2/+2
* r22715: When our primary domain does on or offline, make sure to send a msgGerald Carter2007-10-102-23/+37
* r22713: Offline logon fixes for idmap manager:Gerald Carter2007-10-103-60/+80
* r22712: Inform the user when logging in via pam_winbindGerald Carter2007-10-103-0/+37