Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWNAM to the new API | Volker Lendecke | 4 | -98/+151 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWSID to the new API | Volker Lendecke | 4 | -21/+100 | |
2009-08-05 | s3:winbind: Add async wb_getpwsid | Volker Lendecke | 2 | -0/+229 | |
2009-08-05 | s3:winbind: Make fillup_pw_field publically available | Volker Lendecke | 2 | -1/+9 | |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 3 | -0/+153 | |
2009-08-05 | s3:winbind: Make wcache_query_user externally visible | Volker Lendecke | 2 | -22/+47 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 4 | -59/+95 | |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 3 | -0/+136 | |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 4 | -59/+95 | |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 3 | -0/+137 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 4 | -114/+102 | |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 3 | -0/+188 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 4 | -110/+101 | |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 3 | -0/+189 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 4 | -61/+117 | |
2009-08-05 | s3:winbind: Add async wb_lookupname | Volker Lendecke | 3 | -0/+124 | |
2009-08-05 | s3:winbind: Make wcache_name_to_sid visible externally | Volker Lendecke | 2 | -42/+42 | |
2009-08-05 | s3:winbind: Remove old version of WINBINDD_PING | Volker Lendecke | 2 | -7/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 4 | -43/+110 | |
2009-08-05 | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 3 | -0/+163 | |
2009-08-05 | s3:winbind: Make wcache_sid_to_name externally visible | Volker Lendecke | 2 | -42/+49 | |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 8 | -0/+335 | |
2009-08-04 | idmap_adex: Fix usage of talloc_stackframe(). | Gerald Carter | 1 | -22/+26 | |
Pass an explicit TALLOC_CTX* to build_id_filter() and build_alias_filter() rather than relying upon the talloc_stackframe() behavior that allows a caller access to stackframe ctx for called functions. | |||||
2009-08-03 | Add some const to winbind_userinfo | Volker Lendecke | 11 | -37/+44 | |
2009-08-03 | Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2009-08-02 | Fix some nonempty blank lines | Volker Lendecke | 3 | -56/+56 | |
2009-08-02 | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 7 | -30/+24 | |
Pass a "flags" argument instead of the original winbind command down the name_to_sid chain. This way we are independent of the winbind commands and can take the decision at a much higher level | |||||
2009-08-01 | Some mods for recent coding conventions | Volker Lendecke | 2 | -3/+6 | |
2009-08-01 | Place a comment correctly | Volker Lendecke | 1 | -1/+4 | |
2009-08-01 | Fix indentation | Volker Lendecke | 1 | -1/+1 | |
2009-07-31 | Refactoring: mem_ctx is not needed as an argument to centry_sid | Volker Lendecke | 1 | -21/+25 | |
2009-07-31 | Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS | Volker Lendecke | 1 | -1/+1 | |
It took me a bit to understand what this flag does. I hope this is a bit clearer, at least it is to me. | |||||
2009-07-31 | Fix some nonempty lines | Volker Lendecke | 2 | -9/+9 | |
2009-07-31 | Remove a pointless variable | Volker Lendecke | 1 | -3/+1 | |
2009-07-31 | Provide a mem_ctx for child requests | Volker Lendecke | 1 | -0/+1 | |
2009-07-31 | Slightly restructure the async winbind request calling convention | Volker Lendecke | 4 | -20/+17 | |
The main loop now allocates the response, this has to be done everywhere | |||||
2009-07-29 | s3:winbind: use transaction store in idmap_tdb_set_hwm() to store new hwm. | Michael Adam | 1 | -5/+4 | |
Btw, the previous code must have failed to warn when exceeding the high_hwm, because it overwrote hwm with the return value of the dbwrap_store_uint32(), which does not return the hwm but 0 or -1, depending on success. Michael | |||||
2009-07-29 | s3:winbind: fix typo in debug message in idmap_tdb. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-07-29 | s3:winbind: fix typo in debugmessage of idmap_tdb | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-07-29 | s3:winbind: use transaction in idmap_tdb2_allocate_id_action(). | Michael Adam | 1 | -1/+1 | |
This uses the new dbwrap_trans_change_uint32_atomic() instead of dbwrap_change_uint32_atomic(). Now all db write operations in idmap_tdb2.c are using transactions. Michael | |||||
2009-07-29 | s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t. | Michael Adam | 2 | -8/+7 | |
Michael | |||||
2009-07-29 | s3:winbind: in idmap_tdb2_sid_to_id(), use transaction wrapped stores. | Michael Adam | 1 | -9/+15 | |
When a mapping is not found, then the idmap script is called (if defined). When this gives a reply for the desired sid, this reply is stored in the db. This patch wraps theses two store operations into a transaction by re-using the idmap_tdb2_set_mapping_action() function previously defined for idmap_tdb2_set_mapping(). Michael | |||||
2009-07-29 | s3:winbind: in idmap_tdb2_id_to_sid(), use transaction wrapped stores. | Michael Adam | 1 | -9/+12 | |
When a mapping is not found, then the idmap script is called (if defined). When this gives a reply for the desired id, this reply is stored in the db. This patch wraps theses two store operations into a transaction by re-using the idmap_tdb2_set_mapping_action() function previously defined for idmap_tdb2_set_mapping(). Michael | |||||
2009-07-29 | s3:winbind: use transaction wrapper in idmap_tdb2_allocate_id() | Michael Adam | 1 | -43/+69 | |
Michael | |||||
2009-07-29 | s3:winbind: use transaction wrapper in idmap_tdb2_set_mapping() | Michael Adam | 1 | -49/+55 | |
Michael | |||||
2009-07-28 | Remove a duplicate prototype | Volker Lendecke | 1 | -1/+0 | |
2009-07-28 | Added prefer_ipv4 bool parameter to resolve_name(). | Jeremy Allison | 1 | -2/+2 | |
W2K3 DC's can have IPv6 addresses but won't serve krb5/ldap or cldap on those addresses. Make sure when we're asking for DC's we prefer IPv4. If you have an IPv6-only network this prioritizing code will be a no-op. And if you have a mixed network then you need to prioritize IPv4 due to W2K3 DC's. Jeremy. | |||||
2009-07-27 | Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2009-07-27 | Fix a valgrind error in winbind | Volker Lendecke | 1 | -1/+2 | |
When looking for idle clients, we dereferenced state->response. As this is dynamically allocated now, the proper test is whether state->response exists at all. This is the case when an async operation is in process at that moment. | |||||
2009-07-27 | Fix some nonempty blank lines | Volker Lendecke | 1 | -105/+103 | |