summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:winbind: Make wcache_sid_to_name externally visibleVolker Lendecke2009-08-052-42/+49
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-058-0/+335
* idmap_adex: Fix usage of talloc_stackframe().Gerald Carter2009-08-041-22/+26
* Add some const to winbind_userinfoVolker Lendecke2009-08-0311-37/+44
* Fix a typoVolker Lendecke2009-08-031-1/+1
* Fix some nonempty blank linesVolker Lendecke2009-08-023-56/+56
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-027-30/+24
* Some mods for recent coding conventionsVolker Lendecke2009-08-012-3/+6
* Place a comment correctlyVolker Lendecke2009-08-011-1/+4
* Fix indentationVolker Lendecke2009-08-011-1/+1
* Refactoring: mem_ctx is not needed as an argument to centry_sidVolker Lendecke2009-07-311-21/+25
* Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke2009-07-311-1/+1
* Fix some nonempty linesVolker Lendecke2009-07-312-9/+9
* Remove a pointless variableVolker Lendecke2009-07-311-3/+1
* Provide a mem_ctx for child requestsVolker Lendecke2009-07-311-0/+1
* Slightly restructure the async winbind request calling conventionVolker Lendecke2009-07-314-20/+17
* s3:winbind: use transaction store in idmap_tdb_set_hwm() to store new hwm.Michael Adam2009-07-291-5/+4
* s3:winbind: fix typo in debug message in idmap_tdb.Michael Adam2009-07-291-1/+1
* s3:winbind: fix typo in debugmessage of idmap_tdbMichael Adam2009-07-291-1/+1
* s3:winbind: use transaction in idmap_tdb2_allocate_id_action().Michael Adam2009-07-291-1/+1
* s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2009-07-292-8/+7
* s3:winbind: in idmap_tdb2_sid_to_id(), use transaction wrapped stores.Michael Adam2009-07-291-9/+15
* s3:winbind: in idmap_tdb2_id_to_sid(), use transaction wrapped stores.Michael Adam2009-07-291-9/+12
* s3:winbind: use transaction wrapper in idmap_tdb2_allocate_id()Michael Adam2009-07-291-43/+69
* s3:winbind: use transaction wrapper in idmap_tdb2_set_mapping()Michael Adam2009-07-291-49/+55
* 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