summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Don't fail on users without a uid.Andreas Schneider2011-11-251-1/+18
* s3:idmap_autorid: add an allocation range to autoridChristian Ambach2011-11-101-1/+94
* s3:idmap_autorid: move HWM initialization into a functionChristian Ambach2011-11-101-11/+24
* s3:idmap_autorid: use strings as parameter for range allocatorChristian Ambach2011-11-101-14/+14
* Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.Jeremy Allison2011-11-011-2/+2
* Fix bug #8521 - winbindd cache timeout expiry test was reversedJeremy Allison2011-10-151-1/+1
* s3: Fix getent group if trusted domains are not reachableVolker Lendecke2011-08-301-2/+7
* s3: Use sys_read in fork_domain_childVolker Lendecke2011-08-301-1/+1
* s3: Use sys_write in fork_domain_childVolker Lendecke2011-08-301-1/+1
* s3: Fix a winbind race leading to 100% CPUVolker Lendecke2011-08-301-2/+3
* s3:idmap_tdb2: fix bug 8368 : correctly initialize "idmap config * : script" ...Michael Adam2011-08-181-1/+1
* s3:idmap_tdb2: remove the undocumented option of the silly name "tdb:idmap2.tdb"Michael Adam2011-07-271-5/+1
* s3:idmap_tdb2: remove a legacy comment (cherry picked from commit 67cd2f9d867...Michael Adam2011-07-271-1/+0
* s3:idmap_tdb2: remove legacy comment (cherry picked from commit 4b5ada3d27198...Michael Adam2011-07-271-2/+0
* s3:idmap_tdb2: remove superfluous initialization with bogus comment (cherry p...Michael Adam2011-07-271-3/+0
* s3:idmap_tdb2: fix a legacy comment that does not apply any more (cherry pick...Michael Adam2011-07-271-2/+1
* s3:idmap_tdb2: deprecate the idmap:script parameter and use "idmap config * :...Michael Adam2011-07-271-18/+21
* s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCsGünther Deschner2011-06-301-7/+19
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-06-293-9/+10
* s3:idmap_autorid: remove redundant codeMichael Adam2011-06-211-4/+0
* s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam2011-06-211-2/+4
* s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam2011-06-211-1/+1
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-211-0/+7
* s3:wb_lookupsids: add some paranoia checks to wb_lookupsids_recv()Stefan Metzmacher2011-06-171-0/+18
* s3:wb_lookupsids: don't ignore 'result' and check if we got useable valuesStefan Metzmacher2011-06-171-4/+48
* Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."Stefan Metzmacher2011-06-171-2/+2
* s3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_ guard (cherry picked ...Michael Adam2011-06-141-0/+4
* s3:winbindd/idmap_proto.h: add GPL/Copyright header (cherry picked from commi...Michael Adam2011-06-141-0/+25
* bug in source3/winbindd/winbindd_sids_to_xids.cHerb Lewis2011-06-141-1/+4
* s3-winbind: Fix paranoia checks in winbindd_samr.c.Andreas Schneider2011-06-141-2/+2
* Revert "Fix bug 8196 - Many (newer) header files don't have copyright / GPL h...Karolin Seeger2011-06-071-29/+0
* s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam2011-06-071-1/+1
* s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam2011-06-071-6/+6
* s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam2011-06-071-3/+3
* Fix bug #8203 - winbindd needs to reset the DC connection if an RPC times out.Jeremy Allison2011-06-071-15/+66
* Fix bug 8196 - Many (newer) header files don't have copyright / GPL header co...Jeremy Allison2011-06-071-0/+29
* s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough2011-06-011-1/+4
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-161-0/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-164-0/+4
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-163-2/+3
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-163-3/+0
* s3-winbindd: remove unused headers.Günther Deschner2011-05-162-6/+0
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-1030-98/+49
* Remove unused function parse_add_domuser().Jeremy Allison2011-05-042-26/+0
* s3: Properly deal with exited winbind childrenVolker Lendecke2011-05-041-0/+5
* s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke2011-04-291-0/+27
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-294-12/+23
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-294-5/+15
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-292-0/+3
* s3: Close the winbind client fds after forkingVolker Lendecke2011-04-281-0/+10