summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbindd: Adjust error code loop logic in rpc_trusted_domains().Günther Deschner2012-09-291-1/+1
* s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliableSumit Bose2012-09-283-25/+58
* s3: Fix some blank line endingsVolker Lendecke2012-09-271-4/+4
* s3:winbindd fix a compiler warningChristian Ambach2012-09-241-1/+1
* s3:winbindd fix a compiler warningChristian Ambach2012-09-221-1/+1
* build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SETAndrew Bartlett2012-09-221-6/+6
* winbind: Extend wbcAuthenticateUserEx to provide PACChristof Schmitt2012-09-203-6/+153
* s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"Michael Adam2012-09-201-3/+5
* s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"Michael Adam2012-09-201-3/+5
* s3: Fix idmap_hashVolker Lendecke2012-09-201-1/+1
* s3: make smbldaphelper subsystem an internal libraryAlexander Bokovoy2012-09-141-1/+1
* s3: make ldapsam-related functions a smbldaphelper subsystemAlexander Bokovoy2012-09-131-1/+1
* Avoid overriding default ccache for ads operations.Simo Sorce2012-09-121-3/+3
* docs: Move idmap manpage to there old location.Andreas Schneider2012-09-118-891/+0
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-1/+1
* wafsamba: Add support for manpages in SAMBA_MODULE.Andreas Schneider2012-09-078-0/+891
* s3-winbind: DON'T PANIC if we couldn't find the domain.Andreas Schneider2012-09-041-1/+9
* param: Add startup checks for valid server role/binary combinationsAndrew Bartlett2012-08-231-0/+6
* Fix bug #9098 - winbind does not refresh kerberos tickets.Jeremy Allison2012-08-213-0/+39
* Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an...Herb Lewis2012-08-211-1/+2
* s3-winbind: Return the DC name from DC_PINGChristof Schmitt2012-08-152-1/+13
* s3-winbind: Pass ping-dc result to clientChristof Schmitt2012-08-151-1/+9
* Ensure we update last_access on the winbindd child struct on each request.Jeremy Allison2012-08-131-0/+1
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-094-5/+13
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-096-15/+39
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-242-0/+2
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-232-4/+10
* s3-winbind: Fix idmap initialization debug message.Guenther Deschner2012-07-232-2/+2
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-191-2/+3
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-191-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-183-7/+7
* source3/winbindd/winbindd_pam.c: fix stackframe leakRusty Russell2012-07-181-0/+1
* source3/winbindd/idmap_tdb_common.c: fix stackframe leakRusty Russell2012-07-181-0/+1
* source3/winbindd/winbindd_util.c: fix stackframe leakRusty Russell2012-07-181-2/+4
* Enable AES in winbind.Andreas Schneider2012-07-171-1/+1
* Fix bug #9016 - Connection to outbound trusted domain goes offline.Jeremy Allison2012-07-141-6/+0
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-124-5/+5
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-127-10/+10
* s3-winbind: Remove obsolte idmap_adex.Andreas Schneider2012-07-038-3781/+0
* dbwrap: remove get_flags().Rusty Russell2012-06-221-17/+2
* s3:winbindd: do not expose negative cache idmap entries as valid mappings (bu...Stefan Metzmacher2012-06-211-6/+19
* s3:winbindd: discard the expired gid cache if we're online (bug #9002)Stefan Metzmacher2012-06-211-1/+1
* s3: Remove an unnecessary ()Volker Lendecke2012-06-211-1/+1
* idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke2012-06-201-1/+6
* idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke2012-06-201-5/+5
* idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke2012-06-201-5/+5
* idmap-hash: Adapt mapfile_read_line to README.CodingVolker Lendecke2012-06-201-1/+2
* idmap-hash: Fix Coverity ID 709119 Unused pointer valueVolker Lendecke2012-06-201-1/+1
* Fix unused variable warnings.Jeremy Allison2012-06-191-5/+12