s3-printing: remove unused print_job_fname()
[ddiss/samba.git] / source3 / winbindd /
2012-06-13 Matthieu Patous3-winbindd: call dump_core_setup after command line...
2012-06-13 Jeremy AllisonForward port of Richard Sharpe's <realrichardsharpe...
2012-05-31 Herb LewisSecond part of fix for bug 8953 - winbind can hang...
2012-05-31 Jeremy AllisonFix bug #8953 - winbind can hang as nbt_getdc() has...
2012-05-28 Andrew Bartletts3-winbindd: Always map the LDAP error code to an NTSTATUS
2012-05-07 Volker Lendeckes3: Fix bug 8904 -- wbinfo --lookup-sids "" crashes...
2012-03-20 Andrew Bartletts3-winbindd Only use SamLogonEx when we can get unencry...
2012-02-28 Matthieu Patous3-winbindd: set the can_do_validation6 also for truste...
2012-02-28 Matthieu Patous3-winbindd: Close netlogon connection if the status...
2012-02-03 Christian Ambachs3:winbindd fix a return code check
2012-02-03 Matthieu Patous3-winbind: don't try to do clever thing if the usernam...
2012-01-04 Andreas Schneiders3-winbind: Fix segfault if we can't map the last user.
2012-01-04 Andreas Schneiders3-winbind: Move finding the domain to it's own function.
2011-12-06 Andreas Schneiders3-winbind: Add an update function for winbind cache.
2011-11-25 Andreas Schneiders3-winbind: Don't fail on users without a uid.
2011-11-10 Christian Ambachs3:idmap_autorid: add an allocation range to autorid
2011-11-10 Christian Ambachs3:idmap_autorid: move HWM initialization into a function
2011-11-10 Christian Ambachs3:idmap_autorid: use strings as parameter for range...
2011-11-01 Jeremy AllisonFix bug #8548 - winbind_samlogon_retry_loop ignores...
2011-10-15 Jeremy AllisonFix bug #8521 - winbindd cache timeout expiry test...
2011-08-30 Volker Lendeckes3: Fix getent group if trusted domains are not reachable
2011-08-30 Volker Lendeckes3: Use sys_read in fork_domain_child
2011-08-30 Volker Lendeckes3: Use sys_write in fork_domain_child
2011-08-30 Volker Lendeckes3: Fix a winbind race leading to 100% CPU
2011-08-18 Michael Adams3:idmap_tdb2: fix bug 8368 : correctly initialize...
2011-07-27 Michael Adams3:idmap_tdb2: remove the undocumented option of the...
2011-07-27 Michael Adams3:idmap_tdb2: remove a legacy comment (cherry picked...
2011-07-27 Michael Adams3:idmap_tdb2: remove legacy comment (cherry picked...
2011-07-27 Michael Adams3:idmap_tdb2: remove superfluous initialization with...
2011-07-27 Michael Adams3:idmap_tdb2: fix a legacy comment that does not apply...
2011-07-27 Michael Adams3:idmap_tdb2: deprecate the idmap:script parameter...
2011-06-30 Günther Deschners3-winbind: Fix bug 7888 -- deal with buggy 3.0 based...
2011-06-29 Volker Lendeckes3: explicitly pass domain_sid to wbint_LookupRids...
2011-06-21 Michael Adams3:idmap_autorid: remove redundant code
2011-06-21 Michael Adams3:idmap_autorid: in initialize, don't leak storedconfi...
2011-06-21 Michael Adams3:idmap_autorid: use "idmap config * : rangesize"...
2011-06-21 Michael Adams3:idmap_autorid: fail initialization if the domain...
2011-06-17 Stefan Metzmachers3:wb_lookupsids: add some paranoia checks to wb_lookup...
2011-06-17 Stefan Metzmachers3:wb_lookupsids: don't ignore 'result' and check if...
2011-06-17 Stefan MetzmacherRevert "s3-winbind: Fix paranoia checks in winbindd_sam...
2011-06-14 Michael Adams3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_...
2011-06-14 Michael Adams3:winbindd/idmap_proto.h: add GPL/Copyright header...
2011-06-14 Herb Lewisbug in source3/winbindd/winbindd_sids_to_xids.c
2011-06-14 Andreas Schneiders3-winbind: Fix paranoia checks in winbindd_samr.c.
2011-06-07 Karolin SeegerRevert "Fix bug 8196 - Many (newer) header files don...
2011-06-07 Michael Adams3:idmap_ldap: allow creation of ldap stored mappings...
2011-06-07 Michael Adams3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ld...
2011-06-07 Michael Adams3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_l...
2011-06-07 Jeremy AllisonFix bug #8203 - winbindd needs to reset the DC connecti...
2011-06-07 Jeremy AllisonFix bug 8196 - Many (newer) header files don't have...
2011-06-01 Jim McDonoughs3-winbind: BUG 8166 - Don't lockout users when offline.
2011-05-16 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-05-16 Günther Deschners3: only include tdb headers where needed.
2011-05-16 Günther Deschners3: include ntdomain.h before including generated srv_...
2011-05-16 Günther Deschners3: remove various references to server side dcerpc...
2011-05-16 Günther Deschners3-winbindd: remove unused headers.
2011-05-10 Volker Lendeckes3: Use tevent_req_ntstatus properly in a few places
2011-05-04 Jeremy AllisonRemove unused function parse_add_domuser().
2011-05-04 Volker Lendeckes3: Properly deal with exited winbind children
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 Jeremy AllisonRemove fstrings from client struct. Properly talloc...
2011-04-25 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-04-25 Stefan Metzmachers3:winbindd: let winbindd_lookup_names() use dcerpc_bin...
2011-04-25 Stefan Metzmachers3:winbindd: let winbindd_lookup_sids() dcerpc_binding_...
2011-04-25 Volker Lendeckes3: Add a 10-second timeout for the 445 or netbios...
2011-04-13 Günther Deschners3-rpc_client: add and use rpc_client/rpc_client.h.
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 Michael Adams3:idmap_tdb2: fix build of tdb2
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-05 Günther Deschners3-passdb: move LOOKUP_NAME_ flags to passdb where...
2011-04-05 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-04-05 Günther Deschners3-messages: make ndr_messaging.h part of messages.h.
2011-04-05 Günther Deschners3-messages: only include messages.h where needed.
2011-04-05 Günther Deschners3-auth: use auth.h where needed.
2011-04-05 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-04-05 Günther Deschners3-passdb: use passdb headers where needed.
2011-04-05 Günther Deschners3-winbindd: copy acct_info to wb_acct_info so we dont...
2011-04-05 Günther Deschners3-passdb: add passdb.h where needed.
2011-04-05 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-04-05 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-04-05 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-04-05 Günther Deschners3-idmap: fix the build of idmap_hash on FreeBSD.
2011-04-01 Andreas Schneiders3-winbindd: Use the correct enums for samr_QueryDomain...
2011-04-01 Volker Lendeckes3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULT
2011-03-30 Volker Lendeckes3: Fix Coverity ID 2237: REVERSE_INULL
2011-03-29 Jeremy AllisonRemove two unused labels.
next