index
:
samba
master
pristine-tar
upstream_4.1
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-11
winbind: Retry after SESSION_EXPIRED error in ping-dc
Christof Schmitt
1
-0
/
+8
2015-01-11
winbind: Retry LogonControl RPC in ping-dc after session expiration
Christof Schmitt
1
-0
/
+10
2014-11-24
samba: pass down size_t instead of int to add_string_to_array().
Günther Deschner
1
-1
/
+1
2014-11-09
s3: daemons - ensure nmbd and winbindd are consistent in command line process...
Jeremy Allison
1
-0
/
+1
2014-10-09
s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call
Christof Schmitt
1
-3
/
+30
2014-10-09
idmap_rfc2307: Fix a crash after connection problem to DC
Christof Schmitt
1
-0
/
+1
2014-09-27
s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...
Jeremy Allison
2
-3
/
+8
2014-09-27
s3-winbindd: Use correct realm for trusted domains in idmap child
Christof Schmitt
1
-2
/
+9
2014-09-01
s3: winbindd: On new client connect, prune idle or hung connections older tha...
Jeremy Allison
1
-0
/
+36
2014-08-07
s3:idmap: don't log missing range config if range checking not requested
Michael Adam
1
-2
/
+2
2014-07-15
s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...
Jeremy Allison
1
-2
/
+2
2014-06-10
winbindd: Ensure we do not look at rid_array before checking if it was returned
Andrew Bartlett
1
-3
/
+3
2014-05-20
lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)
Björn Baumbach
1
-1
/
+1
2014-05-20
winbindd: use exit_daemon() to pass startup status to systemd
Alexander Bokovoy
1
-9
/
+4
2014-05-20
add systemd integration
Alexander Bokovoy
1
-0
/
+5
2014-05-06
idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0
Abhidnya Joshi
1
-1
/
+1
2014-03-10
s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()
Gregor Beck
1
-1
/
+1
2014-03-10
s3:winbindd: fix _wbint_LookupSids() on error
Gregor Beck
1
-1
/
+7
2014-02-06
s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
Volker Lendecke
1
-1
/
+1
2014-01-10
s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
Jeremy Allison
1
-32
/
+14
2014-01-10
s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...
Jeremy Allison
1
-4
/
+10
2014-01-02
s3:winbindd fix use of uninitialized variables
Christian Ambach
1
-0
/
+13
2013-12-10
s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
Jan Brummer
1
-1
/
+1
2013-12-09
Merge tag 'samba-4.1.3' into v4-1-test
Karolin Seeger
3
-15
/
+52
2013-12-05
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
2
-4
/
+16
2013-12-05
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
1
-12
/
+2
2013-12-05
CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.
Jeremy Allison
2
-0
/
+35
2013-11-26
s3-winbind: Pass the group name to fillup_pw_field().
Andreas Schneider
1
-30
/
+43
2013-11-26
s3-lib: Add grpname to talloc_sub_specified().
Andreas Schneider
1
-2
/
+2
2013-11-15
s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...
Günther Deschner
1
-1
/
+2
2013-10-14
s3-winbind: Send online/offline message of the domain to the parent.
Andreas Schneider
1
-0
/
+22
2013-10-14
s3-winbind: Register handlers for domain online/offline messages.
Andreas Schneider
2
-0
/
+11
2013-10-14
s3-winbind: Add functions for domain online/offline handling.
Andreas Schneider
2
-0
/
+50
2013-10-14
Fix bug #10187 - Missing talloc_free can leak stackframe in error path.
Jeremy Allison
1
-2
/
+3
2013-10-07
s3-winbind: Add support for the kernel krb5 keyring buffer.
Andreas Schneider
1
-0
/
+4
2013-10-07
s3-winbind: Don't set a default directory for DIR.
Andreas Schneider
1
-4
/
+0
2013-08-30
s3:winbindd: make use of lp_cli_{min,max}protocol()
Stefan Metzmacher
1
-2
/
+3
2013-08-30
s3:winbind: fail ads_cached_connection_connect() if realm == NULL
Michael Adam
1
-0
/
+4
2013-08-30
s3-winbindd: remove unneded include of secrets.h from idmap_ad.c
Günther Deschner
1
-1
/
+0
2013-08-30
s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.
Günther Deschner
1
-7
/
+4
2013-08-30
s3-winbindd: make sure also the idmap code can deal with trusted domains.
Günther Deschner
1
-9
/
+31
2013-08-30
s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...
Günther Deschner
1
-2
/
+2
2013-08-30
s3-winbindd: Fix winbind on DC crash with trusted AD domains.
Günther Deschner
1
-1
/
+1
2013-08-30
s3-winbindd: Fix memory leak in ads_cached_connection().
Günther Deschner
1
-1
/
+1
2013-08-30
s3-winbindd: remove pointless variable assigment, see the strdup below.
Günther Deschner
1
-1
/
+0
2013-08-20
s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
Günther Deschner
1
-2
/
+7
2013-08-16
Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082
Andreas Schneider
1
-1
/
+1
2013-08-14
s3-winbind: Fix a segfault passing NULL to a fstring argument.
Andreas Schneider
1
-2
/
+11
2013-07-24
s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.
Günther Deschner
1
-0
/
+23
2013-07-18
s3-winbind: Do not delete an existing valid credential cache.
Andreas Schneider
1
-0
/
+8
[next]