index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-28
BUG 9436: Fix leaking sockets of SMB connections to a DC.
Andreas Schneider
1
-0
/
+4
2012-11-26
s3: Do not free a string where we should not
Volker Lendecke
1
-1
/
+1
2012-11-26
s3: Do not free a string where we should not
Volker Lendecke
1
-1
/
+1
2012-11-12
s3:winbind: BUG 9386: Failover if netlogon pipe is not available.
Andreas Schneider
1
-13
/
+39
2012-11-09
Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...
David Disseldorp
4
-13
/
+3
2012-11-01
s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)
Stefan Metzmacher
1
-1
/
+1
2012-11-01
s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)
Stefan Metzmacher
1
-0
/
+11
2012-11-01
s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)
Michael Adam
1
-0
/
+7
2012-10-19
s3: Remove a call to procid_self()
Volker Lendecke
1
-1
/
+1
2012-10-19
s3: Add "msg_ctx" param to winbindd_register_handlers()
Volker Lendecke
1
-12
/
+13
2012-10-19
s3: Make winbindd_register_handlers static
Volker Lendecke
2
-2
/
+1
2012-09-29
s3-winbindd: Adjust error code loop logic in rpc_trusted_domains().
Günther Deschner
1
-1
/
+1
2012-09-28
s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliable
Sumit Bose
3
-25
/
+58
2012-09-27
s3: Fix some blank line endings
Volker Lendecke
1
-4
/
+4
2012-09-24
s3:winbindd fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
s3:winbindd fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET
Andrew Bartlett
1
-6
/
+6
2012-09-20
winbind: Extend wbcAuthenticateUserEx to provide PAC
Christof Schmitt
3
-6
/
+153
2012-09-20
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
1
-3
/
+5
2012-09-20
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
1
-3
/
+5
2012-09-20
s3: Fix idmap_hash
Volker Lendecke
1
-1
/
+1
2012-09-14
s3: make smbldaphelper subsystem an internal library
Alexander Bokovoy
1
-1
/
+1
2012-09-13
s3: make ldapsam-related functions a smbldaphelper subsystem
Alexander Bokovoy
1
-1
/
+1
2012-09-12
Avoid overriding default ccache for ads operations.
Simo Sorce
1
-3
/
+3
2012-09-11
docs: Move idmap manpage to there old location.
Andreas Schneider
8
-891
/
+0
2012-09-07
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
1
-1
/
+1
2012-09-07
wafsamba: Add support for manpages in SAMBA_MODULE.
Andreas Schneider
8
-0
/
+891
2012-09-04
s3-winbind: DON'T PANIC if we couldn't find the domain.
Andreas Schneider
1
-1
/
+9
2012-08-23
param: Add startup checks for valid server role/binary combinations
Andrew Bartlett
1
-0
/
+6
2012-08-21
Fix bug #9098 - winbind does not refresh kerberos tickets.
Jeremy Allison
3
-0
/
+39
2012-08-21
Fix bug #9104 - winbindd can mis-identify idle clients - can cause crashes an...
Herb Lewis
1
-1
/
+2
2012-08-15
s3-winbind: Return the DC name from DC_PING
Christof Schmitt
2
-1
/
+13
2012-08-15
s3-winbind: Pass ping-dc result to client
Christof Schmitt
1
-1
/
+9
2012-08-13
Ensure we update last_access on the winbindd child struct on each request.
Jeremy Allison
1
-0
/
+1
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
4
-5
/
+13
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
6
-15
/
+39
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2
-0
/
+2
2012-07-23
s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.
Andreas Schneider
2
-4
/
+10
2012-07-23
s3-winbind: Fix idmap initialization debug message.
Guenther Deschner
2
-2
/
+2
2012-07-19
Move everything to use the common pidfile functions.
Jeremy Allison
1
-2
/
+3
2012-07-19
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Jeremy Allison
1
-1
/
+1
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
1
-2
/
+2
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
3
-7
/
+7
2012-07-18
source3/winbindd/winbindd_pam.c: fix stackframe leak
Rusty Russell
1
-0
/
+1
2012-07-18
source3/winbindd/idmap_tdb_common.c: fix stackframe leak
Rusty Russell
1
-0
/
+1
2012-07-18
source3/winbindd/winbindd_util.c: fix stackframe leak
Rusty Russell
1
-2
/
+4
2012-07-17
Enable AES in winbind.
Andreas Schneider
1
-1
/
+1
2012-07-14
Fix bug #9016 - Connection to outbound trusted domain goes offline.
Jeremy Allison
1
-6
/
+0
2012-07-12
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
4
-5
/
+5
2012-07-12
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
7
-10
/
+10
[next]