s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpage
[samba.git] / source3 / winbindd /
2011-05-31 Michael Adams3:idmap_ldap: allow creation of ldap stored mappings...
2011-05-31 Michael Adams3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ld...
2011-05-31 Michael Adams3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_l...
2011-05-31 Michael Adams3:winbindd_nrd: include ../librpc/ndr/libndr.h instead...
2011-05-30 Michael Adams3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_...
2011-05-30 Michael Adams3:winbindd/idmap_proto.h: add GPL/Copyright header
2011-05-25 Sean FinneyFix numerous missing dependencies in WAF build scripts
2011-05-25 Jim McDonoughs3-winbind: BUG 8166 - Don't lockout users when offline.
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-10 Volker Lendeckes3: Use tevent_req_ntstatus properly in a few places
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-06 Andrew Tridgells3-winbind: another strlcpy()/fstring fix
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-05-04 Jeremy AllisonFix simple uses of safe_strcpy -> strlcpy. Easy ones...
2011-05-04 Jeremy AllisonRemove unused function parse_add_domuser().
2011-05-04 Volker Lendeckes3: Properly deal with exited winbind children
2011-05-02 Günther Deschners3: include ntdomain.h before including generated srv_...
2011-05-02 Günther Deschners3-winbindd: remove unused headers.
2011-05-02 Günther Deschners3: remove various references to server side dcerpc...
2011-04-29 Volker Lendeckes3: Avoid a potential 100% CPU loop in winbindd
2011-04-29 Volker Lendeckes3: Make winbindd_reinit_after_fork return NTSTATUS
2011-04-29 Volker Lendeckes3: In winbind, close parent/child sockets
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-28 Volker Lendeckes3: Close the winbind client fds after forking
2011-04-28 Andrew Bartletts3-libads: Use ldap_init_fd() to connect to AD server...
2011-04-28 Andrew Bartletts3-libads Pass a struct sockaddr_storage to cldap routines
2011-04-27 Jeremy AllisonRemove fstrings from client struct. Properly talloc...
2011-04-27 Andrew Bartletts3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get...
2011-04-25 Volker Lendeckes3: Add a 10-second timeout for the 445 or netbios...
2011-04-24 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-04-24 Stefan Metzmachers3:winbindd: let winbindd_lookup_names() use dcerpc_bin...
2011-04-24 Stefan Metzmachers3:winbindd: let winbindd_lookup_sids() dcerpc_binding_...
2011-04-13 Volker Lendeckes3: Add some debug to winbindd_sids_to_xids
2011-04-13 Volker Lendeckes3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
2011-04-13 Volker Lendeckes3: Add wbint_Sids2UnixIDs idl & implementation
2011-04-13 Volker Lendeckes3: Make idmap_find_domain public
2011-04-13 Volker Lendeckes3: Add is_domain_online
2011-04-13 Volker Lendeckes3: Add winbindd_lookupsids
2011-04-13 Volker Lendeckes3: Add wb_lookupsids
2011-04-13 Volker Lendeckes3: Add wbint_LookupSids
2011-04-13 Volker Lendeckes3: Make parse_sidlist public
2011-04-13 Volker Lendeckes3: Simplify parse_sidlist
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
2011-04-12 Günther Deschners3: add some forward declarations.
2011-04-06 Dmitry ButskoyFix bug 6966 - "allow trusted domains = no" not respect...
2011-04-04 Michael Adams3:idmap_tdb2: fix build of tdb2
2011-04-01 Volker Lendeckes3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULT
2011-03-31 Andreas Schneiders3-winbindd: Use the correct enums for samr_QueryDomain...
2011-03-30 Günther Deschners3-idmap: fix the build of idmap_hash on FreeBSD.
2011-03-30 Günther Deschners3-passdb: move LOOKUP_NAME_ flags to passdb where...
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2237: REVERSE_INULL
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Jeremy AllisonRemove two unused labels.
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2143: DEADCODE
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2143: DEADCODE
2011-03-28 Volker Lendeckes3: Fix Coverity ID 2173: FORWARD_NULL
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2296: UNUSED_VALUE
2011-03-23 Günther Deschners3-prototypes: remove protos of some dead functions.
2011-03-23 Volker Lendeckes3: Fix Coverity ID 2203, NULL_RETURNS
2011-03-23 Andrew Tridgells3-config: say which config file we failed to open
2011-03-23 Andrew Tridgellfault: get fault.c ready for use by s4
2011-03-22 Michael Adams3:idmap: make sure that the id mapping system is initi...
2011-03-22 Michael Adams3:idmap: remove (now) unneeded function parse_idmap_mo...
2011-03-22 Michael Adams3:idmap: simply call idmap_init_named_domain for ...
2011-03-22 Michael Adams3:idmap: remove passdb argument from idmap_init_domain()
2011-03-22 Michael Adams3:idmap: remove the params argument from the init...
2011-03-22 Michael Adams3:idmap: remove special treatment of domain "*" from...
2011-03-22 Michael Adams3:idmap: remove use of params from idmap_ldap_init...
2011-03-22 Michael Adams3:idmap: remove the special treatment of the default...
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-03-21 Volker Lendeckes3: Fix Coverity ID 1048, CHECKED_RETURN
2011-03-18 Günther Deschners3-build: use HAVE_ADS define in some more places.
2011-03-18 Christian Ambachs3:autorid make sure we set the mapping status correct...
2011-03-18 Volker Lendeckeidmap-autorid: Slightly simplify idmap_autorid_get_doma...
2011-03-18 Volker Lendeckeidmap-autorid: Slightly simplify idmap_autorid_get_doma...
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused variable
2011-03-18 Volker Lendeckeidmap-autorid: Use talloc_tos() in idmap_autorid_id_to_sid
2011-03-18 Volker Lendeckeidmap-autorid: Remove an else branch
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused variable
2011-03-18 Volker Lendeckeidmap-autorid: Remove an unused parameter
2011-03-18 Volker Lendeckeidmap-autorid: Use talloc_tos() in idmap_autorid_sids_t...
2011-03-18 Volker Lendeckeidmap-autorid: Not necessary to talloc domaincfg
2011-03-18 Volker Lendeckeidmap-autorid: Not necessary to talloc domainsid
2011-03-18 Volker Lendeckes3: Cope with 192.168.1.1/24 in smbcontrol ip-dropped
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2144, DEADCODE
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2100, BAD_SIZEOF
2011-03-16 Günther Deschners3-build: stop including ldap and lber headers everywhe...
next