summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:winbind: Convert WINBINDD_SID_TO_GID the new APIVolker Lendecke2009-08-054-114/+102
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-053-0/+188
* s3:winbind: Convert WINBINDD_SID_TO_UID to the new APIVolker Lendecke2009-08-054-110/+101
* s3:winbind: Add async wb_sid2uidVolker Lendecke2009-08-053-0/+189
* s3:winbind: Convert WINBINDD_LOOKUPNAME to the new APIVolker Lendecke2009-08-054-61/+117
* s3:winbind: Add async wb_lookupnameVolker Lendecke2009-08-053-0/+124
* s3:winbind: Make wcache_name_to_sid visible externallyVolker Lendecke2009-08-052-42/+42
* s3:winbind: Remove old version of WINBINDD_PINGVolker Lendecke2009-08-052-7/+0
* s3:winbind: Convert WINBINDD_LOOKUPSID to the new APIVolker Lendecke2009-08-054-43/+110
* s3:winbind: Add async wb_lookupsidVolker Lendecke2009-08-053-0/+163
* 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