summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2009-08-05s3:winbind: Add async wb_sid2gidVolker Lendecke3-0/+188
2009-08-05s3:winbind: Convert WINBINDD_SID_TO_UID to the new APIVolker Lendecke4-110/+101
2009-08-05s3:winbind: Add async wb_sid2uidVolker Lendecke3-0/+189
2009-08-05s3:winbind: Convert WINBINDD_LOOKUPNAME to the new APIVolker Lendecke4-61/+117
2009-08-05s3:winbind: Add async wb_lookupnameVolker Lendecke3-0/+124
2009-08-05s3:winbind: Make wcache_name_to_sid visible externallyVolker Lendecke2-42/+42
2009-08-05s3:winbind: Remove old version of WINBINDD_PINGVolker Lendecke2-7/+0
2009-08-05s3:winbind: Convert WINBINDD_LOOKUPSID to the new APIVolker Lendecke4-43/+110
2009-08-05s3:winbind: Add async wb_lookupsidVolker Lendecke3-0/+163
2009-08-05s3:winbind: Make wcache_sid_to_name externally visibleVolker Lendecke2-42/+49
2009-08-05s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke8-0/+335
2009-08-04idmap_adex: Fix usage of talloc_stackframe().Gerald Carter1-22/+26
2009-08-03Add some const to winbind_userinfoVolker Lendecke11-37/+44
2009-08-03Fix a typoVolker Lendecke1-1/+1
2009-08-02Fix some nonempty blank linesVolker Lendecke3-56/+56
2009-08-02Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke7-30/+24
2009-08-01Some mods for recent coding conventionsVolker Lendecke2-3/+6
2009-08-01Place a comment correctlyVolker Lendecke1-1/+4
2009-08-01Fix indentationVolker Lendecke1-1/+1
2009-07-31Refactoring: mem_ctx is not needed as an argument to centry_sidVolker Lendecke1-21/+25
2009-07-31Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSSVolker Lendecke1-1/+1
2009-07-31Fix some nonempty linesVolker Lendecke2-9/+9
2009-07-31Remove a pointless variableVolker Lendecke1-3/+1
2009-07-31Provide a mem_ctx for child requestsVolker Lendecke1-0/+1
2009-07-31Slightly restructure the async winbind request calling conventionVolker Lendecke4-20/+17
2009-07-29s3:winbind: use transaction store in idmap_tdb_set_hwm() to store new hwm.Michael Adam1-5/+4
2009-07-29s3:winbind: fix typo in debug message in idmap_tdb.Michael Adam1-1/+1
2009-07-29s3:winbind: fix typo in debugmessage of idmap_tdbMichael Adam1-1/+1
2009-07-29s3:winbind: use transaction in idmap_tdb2_allocate_id_action().Michael Adam1-1/+1
2009-07-29s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2-8/+7
2009-07-29s3:winbind: in idmap_tdb2_sid_to_id(), use transaction wrapped stores.Michael Adam1-9/+15
2009-07-29s3:winbind: in idmap_tdb2_id_to_sid(), use transaction wrapped stores.Michael Adam1-9/+12
2009-07-29s3:winbind: use transaction wrapper in idmap_tdb2_allocate_id()Michael Adam1-43/+69
2009-07-29s3:winbind: use transaction wrapper in idmap_tdb2_set_mapping()Michael Adam1-49/+55
2009-07-28Remove a duplicate prototypeVolker Lendecke1-1/+0
2009-07-28Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison1-2/+2
2009-07-27Fix a typoVolker Lendecke1-1/+1
2009-07-27Fix a valgrind error in winbindVolker Lendecke1-1/+2
2009-07-27Fix some nonempty blank linesVolker Lendecke1-105/+103
2009-07-25Fix a winbind memleakVolker Lendecke1-0/+1
2009-07-18s3: compile warning and upn handlingBo Yang2-1/+7
2009-07-18s3: don't do this, upper callbacks will check itBo Yang1-4/+0
2009-07-15Make gencache more stableVolker Lendecke1-0/+2
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-5/+5
2009-07-13libds: merge the UF<->ACB flag mapping functions.Günther Deschner1-1/+1
2009-07-09Make escape_ldap_string take a talloc contextVolker Lendecke1-3/+3
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke1-0/+4
2009-06-14Remove "winbindd_request" and "winbindd_response" from winbindd_cli_stateVolker Lendecke3-11/+15
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke14-240/+246
2009-06-14Remove an unused struct member in winbindd_cli_stateVolker Lendecke1-1/+0