summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind Improve memory handling in NTLMv2-backend plaintext authenticationAndrew Bartlett2010-12-101-17/+6
* s3-winbind Don't send the LM password to the server, everAndrew Bartlett2010-12-101-11/+1
* s3: Fix bug 7844: Race in winbindVolker Lendecke2010-12-061-4/+8
* s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain nameVolker Lendecke2010-12-062-1/+4
* s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domainVolker Lendecke2010-12-061-1/+1
* s3: Fix bug 7843: Expand the local SAMs aliasesJeremy Allison2010-12-061-2/+2
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-32/+32
* s3-waf: convert IDMAP_AD into a subsystem.Günther Deschner2010-11-301-4/+12
* s3-waf: convert IDMAP_HASH into a subsystem.Günther Deschner2010-11-301-2/+8
* s3-waf: convert IDMAP_ADEX into a subsystem.Günther Deschner2010-11-301-2/+8
* s3: Fix bug 7832Volker Lendecke2010-11-301-0/+2
* s3: Return the correct result from winbindd_dual_auth_passdbVolker Lendecke2010-11-271-2/+3
* s3: Fix filling in the pam_auth_crap domain nameVolker Lendecke2010-11-261-15/+6
* s3:winbind correct a copy&paste errorChristian Ambach2010-11-241-3/+3
* s3: Use sid_check_is..Volker Lendecke2010-11-221-2/+2
* s3: Remove some unused codeVolker Lendecke2010-11-192-44/+0
* s3: Call sid_check_is_domain instead of dom_sid_equalVolker Lendecke2010-11-181-1/+1
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-13/+14
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txtVolker Lendecke2010-11-171-28/+29
* s3: Remove a reference to "winbindd_cli_state" from append_afs_tokenVolker Lendecke2010-11-171-8/+6
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndrVolker Lendecke2010-11-171-4/+5
* s3: Remove a reference to "winbindd_cli_state" from append_unix_usernameVolker Lendecke2010-11-171-6/+6
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-11/+11
* "bool ? true : false" is a bit pointlessVolker Lendecke2010-11-171-2/+1
* s3: Move parse_sidlist to the only calling fileVolker Lendecke2010-11-173-44/+42
* s3: Remove some unused codeVolker Lendecke2010-11-172-23/+0
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-1/+6
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-142-1/+10
* Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison2010-11-081-1/+3
* First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison2010-11-081-0/+10
* s3-waf: add idmap_autorid to the build.Günther Deschner2010-11-081-0/+9
* s3: Fix an uninitialized variableVolker Lendecke2010-11-081-0/+1
* s3:idmap: add a new ID mapping module autoridChristian Ambach2010-11-081-0/+471
* s3:winbind add wcache_tdc_fetch_domainbysidChristian Ambach2010-11-082-0/+53
* s3: Put some parentheses around conditionalsVolker Lendecke2010-11-081-2/+2
* s3: Consistently use stdbool types in new codeVolker Lendecke2010-11-081-11/+11
* s3:winbind add timeouts to winbind cacheChristian Ambach2010-11-081-14/+57
* s3: Remove some duplicate prototypesVolker Lendecke2010-11-051-16/+0
* s3: Fix a getgrent crash with many groupsVolker Lendecke2010-11-031-0/+1
* s3: Fix a typo in a DEBUG msgVolker Lendecke2010-11-021-1/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+5
* s3:winbindd: fix query_user for users with NULL full name.Michael Adam2010-11-011-1/+3
* s3:winbindd: fix query_user_list for users with NULL full_nameMichael Adam2010-11-011-1/+3
* s3: Use any_nt_status_not_ok in winbindVolker Lendecke2010-10-2019-95/+19
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-184-0/+4
* s3-winbind: Fixed init order.Andreas Schneider2010-10-181-3/+3
* s3-winbind: Fixed the build of idmap_rid.Andreas Schneider2010-10-151-0/+1
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-1/+1
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-142-2/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-1236-7/+36