summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* r22711: Fix a compile warnign in query_user(). Ensure that user_ridGerald Carter2007-10-102-3/+2
* r22710: Support one-way trusts.Gerald Carter2007-10-108-20/+290
* r22709: we can only use tschannel when commectcing to our primary (might need...Gerald Carter2007-10-101-1/+8
* r22708: disable saving the trusted domain list as we want to the parent daemo...Gerald Carter2007-10-101-0/+6
* r22707: missed merge from local tree: pass the correct state to the domain wh...Gerald Carter2007-10-101-1/+1
* r22706: missed one reference to domain->native_mode in the previous commitGerald Carter2007-10-101-1/+1
* r22705: Implement new set_dc_type_and_flags() called based on theGerald Carter2007-10-103-9/+170
* r22704: Implement three step method for enumerating domain trusts.Gerald Carter2007-10-105-21/+319
* r22703: Convert winbindd_getgrgid() and winbindd_getgetpwnam()Gerald Carter2007-10-101-113/+113
* r22702: Convert both lookup name and lookup sid to follow theGerald Carter2007-10-102-31/+105
* r22700: Add a simple wcache TRUSTDOM api for maintaing a completeGerald Carter2007-10-102-1/+478
* r22677: One line fix to make net idmap restore work againSimo Sorce2007-10-101-0/+1
* r22675: Simo's patch for 0 size allocation. Still needJeremy Allison2007-10-102-9/+13
* r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2007-10-102-4/+6
* r22647: Avoid leaking a full info3 structure on each winbindd cached login by...Günther Deschner2007-10-102-5/+5
* r22646: segfault fix in idmap_ldap.c from 3_0_25Simo Sorce2007-10-101-2/+8
* r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...Günther Deschner2007-10-101-1/+8