summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Remove a duplicate prototypeVolker Lendecke2009-07-281-1/+0
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-2/+2
* Fix a typoVolker Lendecke2009-07-271-1/+1
* Fix a valgrind error in winbindVolker Lendecke2009-07-271-1/+2
* Fix some nonempty blank linesVolker Lendecke2009-07-271-105/+103
* Fix a winbind memleakVolker Lendecke2009-07-251-0/+1
* s3: compile warning and upn handlingBo Yang2009-07-182-1/+7
* s3: don't do this, upper callbacks will check itBo Yang2009-07-181-4/+0
* Make gencache more stableVolker Lendecke2009-07-151-0/+2
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-5/+5
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-1/+1
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-3/+3
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-181-0/+4
* Remove "winbindd_request" and "winbindd_response" from winbindd_cli_stateVolker Lendecke2009-06-143-11/+15
* Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke2009-06-1414-240/+246
* Remove an unused struct member in winbindd_cli_stateVolker Lendecke2009-06-141-1/+0
* Fix an error message: We get the errno in "err"Volker Lendecke2009-06-141-1/+1
* winbind: replace process_loop() by tevent_loop_once()Volker Lendecke2009-06-141-68/+5
* Make rescan_trusted_domains a timed eventVolker Lendecke2009-06-143-26/+20
* Do not store the listening fdeVolker Lendecke2009-06-141-15/+11
* Avoid scanning the client list when a client exitsVolker Lendecke2009-06-142-20/+6
* Do not use "finished" in winbind childVolker Lendecke2009-06-141-10/+8
* Remove unused init_child_connection()Volker Lendecke2009-06-142-139/+0
* Convert winbindd_domain_info to wb_domain_request_sendVolker Lendecke2009-06-141-59/+75
* Add winbindd_dual_ping to all childrenVolker Lendecke2009-06-145-0/+20
* Convert async_domain_request to wb_domain_request_sendVolker Lendecke2009-06-141-20/+22
* Add async wb_pingVolker Lendecke2009-06-143-0/+62
* Add an async wb request loopVolker Lendecke2009-06-142-0/+63
* Add wb_domain_request_send/recvVolker Lendecke2009-06-142-0/+190
* Remove some unused codeVolker Lendecke2009-06-144-264/+0
* Convert the winbind parent->child communication to wb_reqtransVolker Lendecke2009-06-146-239/+166
* Convert the main winbind client communication to wb_reqtrans.cVolker Lendecke2009-06-142-125/+65
* Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke2009-06-1414-423/+426
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-2/+2
* s3-winbindd: workaround alias enumeration in expand_groups().Günther Deschner2009-06-081-3/+16
* s3-winbindd: add some debug statements while tracking down a bug.Günther Deschner2009-06-062-2/+20
* s3-winbindd: fix remaining callers of sid_binstring().Günther Deschner2009-05-282-4/+4
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-282-12/+10
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-272-4/+6
* s3:idmap: fix a comment typoMichael Adam2009-05-271-1/+1
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-271-12/+49
* s3:idmap_tdb: add an entry debug statment to idmap_tdb_db_init()Michael Adam2009-05-271-0/+2
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-271-16/+57
* s3:winbind_util: remove trailing spacesMichael Adam2009-05-251-56/+56
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-241-0/+1
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* s3: ignore EPIPE error when winbind finally writes to wb client because clien...Bo Yang2009-05-221-2/+8