index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...
Jeremy Allison
2014-07-15
1
-2
/
+2
*
winbindd: Ensure we do not look at rid_array before checking if it was returned
Andrew Bartlett
2014-06-10
1
-3
/
+3
*
lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)
Björn Baumbach
2014-05-20
1
-1
/
+1
*
winbindd: use exit_daemon() to pass startup status to systemd
Alexander Bokovoy
2014-05-20
1
-9
/
+4
*
add systemd integration
Alexander Bokovoy
2014-05-20
1
-0
/
+5
*
idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0
Abhidnya Joshi
2014-05-06
1
-1
/
+1
*
s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()
Gregor Beck
2014-03-10
1
-1
/
+1
*
s3:winbindd: fix _wbint_LookupSids() on error
Gregor Beck
2014-03-10
1
-1
/
+7
*
s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
Volker Lendecke
2014-02-06
1
-1
/
+1
*
s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
Jeremy Allison
2014-01-10
1
-32
/
+14
*
s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...
Jeremy Allison
2014-01-10
1
-4
/
+10
*
s3:winbindd fix use of uninitialized variables
Christian Ambach
2014-01-02
1
-0
/
+13
*
s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
Jan Brummer
2013-12-10
1
-1
/
+1
*
Merge tag 'samba-4.1.3' into v4-1-test
Karolin Seeger
2013-12-09
3
-15
/
+52
|
\
|
*
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
2013-12-05
2
-4
/
+16
|
*
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
2013-12-05
1
-12
/
+2
|
*
CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.
Jeremy Allison
2013-12-05
2
-0
/
+35
*
|
s3-winbind: Pass the group name to fillup_pw_field().
Andreas Schneider
2013-11-26
1
-30
/
+43
*
|
s3-lib: Add grpname to talloc_sub_specified().
Andreas Schneider
2013-11-26
1
-2
/
+2
|
/
*
s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...
Günther Deschner
2013-11-15
1
-1
/
+2
*
s3-winbind: Send online/offline message of the domain to the parent.
Andreas Schneider
2013-10-14
1
-0
/
+22
*
s3-winbind: Register handlers for domain online/offline messages.
Andreas Schneider
2013-10-14
2
-0
/
+11
*
s3-winbind: Add functions for domain online/offline handling.
Andreas Schneider
2013-10-14
2
-0
/
+50
*
Fix bug #10187 - Missing talloc_free can leak stackframe in error path.
Jeremy Allison
2013-10-14
1
-2
/
+3
*
s3-winbind: Add support for the kernel krb5 keyring buffer.
Andreas Schneider
2013-10-07
1
-0
/
+4
*
s3-winbind: Don't set a default directory for DIR.
Andreas Schneider
2013-10-07
1
-4
/
+0
*
s3:winbindd: make use of lp_cli_{min,max}protocol()
Stefan Metzmacher
2013-08-30
1
-2
/
+3
*
s3:winbind: fail ads_cached_connection_connect() if realm == NULL
Michael Adam
2013-08-30
1
-0
/
+4
*
s3-winbindd: remove unneded include of secrets.h from idmap_ad.c
Günther Deschner
2013-08-30
1
-1
/
+0
*
s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.
Günther Deschner
2013-08-30
1
-7
/
+4
*
s3-winbindd: make sure also the idmap code can deal with trusted domains.
Günther Deschner
2013-08-30
1
-9
/
+31
*
s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...
Günther Deschner
2013-08-30
1
-2
/
+2
*
s3-winbindd: Fix winbind on DC crash with trusted AD domains.
Günther Deschner
2013-08-30
1
-1
/
+1
*
s3-winbindd: Fix memory leak in ads_cached_connection().
Günther Deschner
2013-08-30
1
-1
/
+1
*
s3-winbindd: remove pointless variable assigment, see the strdup below.
Günther Deschner
2013-08-30
1
-1
/
+0
*
s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
Günther Deschner
2013-08-20
1
-2
/
+7
*
Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082
Andreas Schneider
2013-08-16
1
-1
/
+1
*
s3-winbind: Fix a segfault passing NULL to a fstring argument.
Andreas Schneider
2013-08-14
1
-2
/
+11
*
s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.
Günther Deschner
2013-07-24
1
-0
/
+23
*
s3-winbind: Do not delete an existing valid credential cache.
Andreas Schneider
2013-07-18
1
-0
/
+8
*
s3-winbind: Allow sec_initial_uid() to store creds.
Andreas Schneider
2013-07-02
1
-1
/
+1
*
winbindd and nmbd don't set their umask to zero on startup like smbd does.
Jeremy Allison
2013-06-27
1
-0
/
+6
*
Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...
Jeremy Allison
2013-06-20
1
-1
/
+14
*
winbind: Print error code on connection error in ping_dc
Christof Schmitt
2013-05-25
1
-1
/
+2
*
winbind/idmap_ad: be verbose about the user that we fail to map
Björn Jacke
2013-05-14
1
-2
/
+3
*
winbind: Fix bug 9854 -- NULL pointer dereference
Volker Lendecke
2013-05-07
1
-3
/
+3
*
s3:idmap:autorid: add a comment block explaining the calculations
Michael Adam
2013-05-06
1
-0
/
+51
*
s3:idmap:autorid: simplify the id->sid calculation
Michael Adam
2013-05-06
1
-7
/
+13
*
s3:idmap:autorid: calculate the range's low_id in idmap_autorid_get_domainran...
Michael Adam
2013-05-06
1
-8
/
+9
*
s3:idmap:autorid: make calculation in idmap_autorid_sid_to_id much more obvious
Michael Adam
2013-05-06
1
-3
/
+6
[next]