s3-param Remove %(DomainSID) support
[samba.git] / source3 / winbindd /
2011-06-21 Volker Lendeckes3: Remove unused code
2011-06-21 Volker Lendeckes3: Convert WINBINDD_WINS_BYNAME to the async API
2011-06-20 Andrew Bartlettlib/util Remove samba-util-common!
2011-06-20 Volker Lendeckes3: Fix a winbind message
2011-06-20 Michael Adams3:idmap_autorid: remove redundant code
2011-06-20 Michael Adams3:idmap_autorid: in initialize, don't leak storedconfi...
2011-06-20 Michael Adams3:idmap_autorid: use "idmap config * : rangesize"...
2011-06-20 Michael Adams3:idmap_autorid: fail initialization if the domain...
2011-06-20 Volker LendeckeUse tevent_req_oom
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russellsource3/winbindd/idmap_tdb.c: tdb2 support for wrong...
2011-06-20 Rusty Russelltdb_compat: use tdb_errorstr_compat()
2011-06-20 Rusty Russelltdb_traverse/tdb_traverse_read: check returns for negat...
2011-06-20 Rusty Russelltdb_delete: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_fetch_compat: use instead of tdb_fetch.
2011-06-20 Andrew Bartletts3-winbind Move winbind privileged socket dir into...
2011-06-16 Stefan Metzmachers3:wb_lookupsids: add some paranoia checks to wb_lookup...
2011-06-16 Stefan Metzmachers3:wb_lookupsids: don't ignore 'result' and check if...
2011-06-16 Stefan MetzmacherRevert "s3-winbind: Fix paranoia checks in winbindd_sam...
2011-06-15 Andreas Schneiders3-winbind: Fix paranoia checks in winbindd_samr.c.
2011-06-12 Volker Lendeckes3: Remove "struct ip_service" from resolve_wins
2011-06-11 Michael AdamRevert "s3:idmap_autorid: add a talloc_stackframe(...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: use "idmap config <DOMAIN...
2011-06-11 Michael AdamRevert "s3:idmap_autorid: fail initialization if the...
2011-06-10 Herb Lewisbug in source3/winbindd/winbindd_sids_to_xids.c
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-08 Günther Deschners3-winbind: always use samlogon cache for wbinfo -r...
2011-06-08 Günther Deschners3-winbindd: make sure we obey the -n switch also for...
2011-06-07 Michael Adams3:idmap_autorid: fail initialization if the domain...
2011-06-07 Michael Adams3:idmap_autorid: use "idmap config <DOMAIN> : rangesiz...
2011-06-07 Michael Adams3:idmap_autorid: add a talloc_stackframe() to idmap_au...
2011-06-05 Volker Lendeckes3:winbind: Convert WINBINDD_WINS_BYIP to the async API
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.
next