build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIME
[metze/samba/wip.git] / source3 / winbindd /
2010-12-10 Andrew Bartletts3-winbind Improve memory handling in NTLMv2-backend...
2010-12-10 Andrew Bartletts3-winbind Don't send the LM password to the server...
2010-12-06 Volker Lendeckes3: Fix bug 7844: Race in winbind
2010-12-06 Volker Lendeckes3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return...
2010-12-06 Volker Lendeckes3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong...
2010-12-06 Jeremy Allisons3: Fix bug 7843: Expand the local SAMs aliases
2010-12-01 Günther Deschners3-waf: avoid module name uppercasing.
2010-11-30 Günther Deschners3-waf: convert IDMAP_AD into a subsystem.
2010-11-30 Günther Deschners3-waf: convert IDMAP_HASH into a subsystem.
2010-11-30 Günther Deschners3-waf: convert IDMAP_ADEX into a subsystem.
2010-11-30 Volker Lendeckes3: Fix bug 7832
2010-11-27 Volker Lendeckes3: Return the correct result from winbindd_dual_auth_p...
2010-11-26 Volker Lendeckes3: Fix filling in the pam_auth_crap domain name
2010-11-24 Christian Ambachs3:winbind correct a copy&paste error
2010-11-22 Volker Lendeckes3: Use sid_check_is..
2010-11-19 Volker Lendeckes3: Remove some unused code
2010-11-18 Volker Lendeckes3: Call sid_check_is_domain instead of dom_sid_equal
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendeckes3: Remove a reference to "winbindd_cli_state" from...
2010-11-17 Volker Lendecke"bool ? true : false" is a bit pointless
2010-11-17 Volker Lendeckes3: Move parse_sidlist to the only calling file
2010-11-17 Volker Lendeckes3: Remove some unused code
2010-11-14 Jeremy AllisonFix the unexpected.tdb database problem. Change nmbd...
2010-11-14 Jeremy AllisonMove error reporting of messaging context creation...
2010-11-08 Jeremy AllisonSecond part of fix for bug #7777 - When requesting...
2010-11-08 Jeremy AllisonFirst part of fix for bug #7777 - When requesting looku...
2010-11-08 Günther Deschners3-waf: add idmap_autorid to the build.
2010-11-08 Volker Lendeckes3: Fix an uninitialized variable
2010-11-08 Christian Ambachs3:idmap: add a new ID mapping module autorid
2010-11-08 Christian Ambachs3:winbind add wcache_tdc_fetch_domainbysid
2010-11-08 Volker Lendeckes3: Put some parentheses around conditionals
2010-11-08 Volker Lendeckes3: Consistently use stdbool types in new code
2010-11-08 Christian Ambachs3:winbind add timeouts to winbind cache
2010-11-05 Volker Lendeckes3: Remove some duplicate prototypes
2010-11-03 Volker Lendeckes3: Fix a getgrent crash with many groups
2010-11-02 Volker Lendeckes3: Fix a typo in a DEBUG msg
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-11-01 Michael Adams3:winbindd: fix query_user for users with NULL full...
2010-11-01 Michael Adams3:winbindd: fix query_user_list for users with NULL...
2010-10-20 Volker Lendeckes3: Use any_nt_status_not_ok in winbind
2010-10-18 Günther Deschners3: fix the build of idmap_adex, idmap_tdb2, idmap_hash...
2010-10-18 Andreas Schneiders3-winbind: Fixed init order.
2010-10-15 Andreas Schneiders3-winbind: Fixed the build of idmap_rid.
2010-10-14 Andrew Bartlettlibcli/auth Merge source4/libcli/security and util_sid...
2010-10-14 Andrew Bartletts3-auth Use security_token_debug() from common code
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-08 Volker LendeckeMove talloc_enable_null_tracking() to the s3 daemons
2010-10-08 Günther Deschners3-waf: slowly getting modules to match how they look...
2010-10-07 Günther Deschnersamr: for correctness, rename samr_RidTypeArray to...
2010-10-05 Günther Deschners3-waf: convert NSS_INFO into a subsystem.
2010-10-01 Steven Dannemans3:events: Call all ready fd event handlers on each...
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-30 Volker Lendeckes3: Add "smbcontrol winbindd ip-dropped <local-ip>"
2010-09-30 Volker Lendeckes3: Re-introduce a procid_self()
2010-09-28 Günther Deschners3-waf: fix dependencies in most of our module subsystems.
2010-09-28 Jeremy AllisonChange to using TDB_INCOMPATIBLE_HASH (the jenkins...
2010-09-26 Günther Deschners3-waf: add missing IDMAP modules.
2010-09-26 Günther Deschners3-waf: move idmap subsystem to winbindd/wscript_build.
2010-09-21 Volker Lendeckes3: Remove a pointless if-statement
2010-09-21 Günther Deschners3-winbindd: another attempt to fix the non-ldap build.
2010-09-20 Andrew Bartletts3: Replace sid_binstring and sid_guidstring with PIDL...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util: use shared dom_sid_dup.
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-20 Björn Jackes3/winbind: remove unused winbindd_check_cache_size
2010-09-15 Simo Sorces3-winbindd: Use rpc_open_pipe_interface in winbindd.
2010-09-14 Pierre CarrierAllows changing the maximum number of simultaneous...
2010-09-12 Volker Lendeckes3: Remove a nesting level in winbindd_dual_pam_chauthtok
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-10 Volker Lendeckes3: Simplify the logic in generate_krb5_ccache
2010-09-10 Björn Jackes3/winbind: use mono time for startup timeout check
2010-09-10 Volker Lendeckes3: Simplify generate_krb5_ccache slightly
2010-09-09 Volker Lendeckes3: Ensure NULL termination for "workstation" in auth_crap
2010-09-09 Volker Lendeckes3: These assignments are overwritten immediately
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from a few functions
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from wcache_save_creds()
2010-09-09 Volker Lendeckes3: Remove "mem_ctx" from lookup_cached_name()
2010-09-09 Volker Lendeckes3: Remove a nested if-statement
2010-09-09 Volker Lendeckes3: Fill in workstation in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Fill in domain in winbindd_pam_auth_crap_send
2010-09-09 Volker Lendeckes3: Remove redundant flag checks
2010-09-09 Volker Lendeckes3: Remove unused arg "user_sid" from winbindd_store_creds
2010-09-09 Volker Lendeckes3: Remove unused winbindd_update_creds_by_sid
2010-09-09 Volker Lendeckes3: Remove unused winbindd_dual_show_sequence()
2010-09-08 Volker Lendeckes3: "== false" looks wrong :-)
2010-09-08 Volker Lendeckes3: Make winbind_add_failed_connection_entry static
2010-09-08 Volker Lendeckes3: Fix a typo
2010-09-08 Volker Lendeckes3: Simplify cm_connect_sam a bit
2010-09-08 Volker Lendeckes3: Check for sid instead of name in cm_connect_sam
2010-09-04 Stefan Metzmachers3:winbindd: implement wbint_bh_set_timeout() as dummy
2010-09-02 Volker Lendeckes3: Remove unused nss_info_adex_init()
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-26 Pierre Carrierwinbindd: Add the client status in the clients list...
2010-08-26 Pierre Carrierwinbindd: useless function
next