s3 wbinfo: use wbcSidTypeString instead of sid_type_lookup
[metze/samba/wip.git] / source3 / winbindd /
2009-08-16 Volker Lendeckes3:winbind: The get[gr|pw]end functions need access...
2009-08-16 Volker Lendeckes3:winbind: Convert WINBINDD_GETGRNAM to the new API
2009-08-16 Volker Lendeckes3:winbind: Convert WINBINDD_GETGRGID to the new API
2009-08-16 Volker Lendeckes3:winbind: Add winbindd_print_groupmem
2009-08-16 Volker Lendeckes3:winbind: Make fill_grent publically available
2009-08-16 Volker Lendeckes3:winbind: Add const to normalize_name_map
2009-08-16 Volker Lendeckes3:winbind: Add async wb_getgrsid
2009-08-16 Volker Lendeckes3:winbind: Add async wb_group_members
2009-08-16 Volker Lendeckes3:winbind: Make wcache_lookup_groupmem available publi...
2009-08-16 Volker Lendeckes3:winbind: Convert winbindd_show_sequence to the new API
2009-08-16 Volker Lendeckes3:winbind: Add async wb_seqnums
2009-08-16 Volker Lendeckes3:winbind: Add async wb_seqnum
2009-08-16 Volker Lendeckes3:winbind: WINBIND_USERINFO -> wbint_userinfo
2009-08-16 Volker Lendeckes3:winbind: Simplify _wbint_[GU]id2Sid
2009-08-11 Stefan Metzmachers3:winbindd: raise the timeout for lsa_Lookup*() calls...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Bo Yangs3: Fix nss info substitution
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETGROUPS to the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_gettoken
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the...
2009-08-05 Volker Lendeckes3:winbind: Add async wb_lookupusergroups
2009-08-05 Volker Lendeckes3:winbind: Make wcache_lookup_usergroups externally...
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_lookupuseraliases
2009-08-05 Volker Lendeckes3:winbind: Make parse_sidlist take a const char *
2009-08-05 Volker Lendeckes3:winbind: Make wcache_lookup_useraliases available...
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETPWUID to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETPWNAM to the new API
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GETPWSID to the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_getpwsid
2009-08-05 Volker Lendeckes3:winbind: Make fillup_pw_field publically available
2009-08-05 Volker Lendeckes3:winbind: Add async wb_queryuser
2009-08-05 Volker Lendeckes3:winbind: Make wcache_query_user externally visible
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_GID_TO_SID the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_gid2sid
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_UID_TO_SID the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_uid2sid
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_SID_TO_GID the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_sid2gid
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_SID_TO_UID to the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_sid2uid
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_LOOKUPNAME to the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_lookupname
2009-08-05 Volker Lendeckes3:winbind: Make wcache_name_to_sid visible externally
2009-08-05 Volker Lendeckes3:winbind: Remove old version of WINBINDD_PING
2009-08-05 Volker Lendeckes3:winbind: Convert WINBINDD_LOOKUPSID to the new API
2009-08-05 Volker Lendeckes3:winbind: Add async wb_lookupsid
2009-08-05 Volker Lendeckes3:winbind: Make wcache_sid_to_name externally visible
2009-08-05 Volker Lendeckes3:winbind: Add NDR-based parent-child communication...
2009-08-04 Gerald Carteridmap_adex: Fix usage of talloc_stackframe().
2009-08-03 Volker LendeckeAdd some const to winbind_userinfo
2009-08-03 Volker LendeckeFix a typo
2009-08-02 Volker LendeckeFix some nonempty blank lines
2009-08-02 Volker LendeckeRefactor 9b78af1f: Fix lookupname recursion
2009-08-01 Volker LendeckeSome mods for recent coding conventions
2009-08-01 Volker LendeckePlace a comment correctly
2009-07-31 Volker LendeckeFix indentation
2009-07-31 Volker LendeckeRefactoring: mem_ctx is not needed as an argument to...
2009-07-31 Volker LendeckeRename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
2009-07-31 Volker LendeckeFix some nonempty lines
2009-07-31 Volker LendeckeRemove a pointless variable
2009-07-31 Matthias Dieter... Merge branch 'master' of git://git.samba.org/samba
2009-07-31 Volker LendeckeProvide a mem_ctx for child requests
2009-07-31 Volker LendeckeSlightly restructure the async winbind request calling...
2009-07-29 Michael Adams3:winbind: use transaction store in idmap_tdb_set_hwm...
2009-07-29 Michael Adams3:winbind: fix typo in debug message in idmap_tdb.
2009-07-29 Michael Adams3:winbind: fix typo in debugmessage of idmap_tdb
2009-07-29 Michael Adams3:winbind: use transaction in idmap_tdb2_allocate_id_a...
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2009-07-29 Michael Adams3:winbind: in idmap_tdb2_sid_to_id(), use transaction...
2009-07-29 Michael Adams3:winbind: in idmap_tdb2_id_to_sid(), use transaction...
2009-07-29 Michael Adams3:winbind: use transaction wrapper in idmap_tdb2_alloc...
2009-07-29 Michael Adams3:winbind: use transaction wrapper in idmap_tdb2_set_m...
2009-07-28 Volker LendeckeRemove a duplicate prototype
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-27 Volker LendeckeFix a typo
2009-07-27 Volker LendeckeFix a valgrind error in winbind
2009-07-27 Volker LendeckeFix some nonempty blank lines
2009-07-25 Volker LendeckeFix a winbind memleak
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-18 Bo Yangs3: compile warning and upn handling
2009-07-18 Bo Yangs3: don't do this, upper callbacks will check it
2009-07-15 Volker LendeckeMake gencache more stable
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-14 Volker LendeckeRemove "winbindd_request" and "winbindd_response" from...
2009-06-14 Volker LendeckeMake winbindd_cli_state->response a pointer instead...
2009-06-14 Volker LendeckeRemove an unused struct member in winbindd_cli_state
2009-06-14 Volker LendeckeFix an error message: We get the errno in "err"
2009-06-14 Volker Lendeckewinbind: replace process_loop() by tevent_loop_once()
2009-06-14 Volker LendeckeMake rescan_trusted_domains a timed event
2009-06-14 Volker LendeckeDo not store the listening fde
2009-06-14 Volker LendeckeAvoid scanning the client list when a client exits
2009-06-14 Volker LendeckeDo not use "finished" in winbind child
2009-06-14 Volker LendeckeRemove unused init_child_connection()
2009-06-14 Volker LendeckeConvert winbindd_domain_info to wb_domain_request_send
2009-06-14 Volker LendeckeAdd winbindd_dual_ping to all children
2009-06-14 Volker LendeckeConvert async_domain_request to wb_domain_request_send
next