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
2010-12-23
All calls to event_add_to_select_args() call GetTimeOfDay() and
Jeremy Allison
1
-4
/
+1
2010-12-22
s3: Use smbsock_any_connect in winbind
Volker Lendecke
1
-45
/
+13
2010-12-19
s3: Use the right uid winbindd_raw_kerberos_login()
Volker Lendecke
1
-1
/
+1
2010-12-19
wb_reqtrans is not used in libwbclient
Volker Lendecke
2
-2
/
+2
2010-12-19
libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.h
Volker Lendecke
2
-2
/
+2
2010-12-19
s3: wcache_invalidate_samlogon only needs the SID
Volker Lendecke
3
-12
/
+15
2010-12-19
s3: netsamlogon_clear_cached_user only needs the SID
Volker Lendecke
1
-1
/
+1
2010-12-19
s3: Fix some typos
Volker Lendecke
1
-1
/
+1
2010-12-10
s3-winbind Improve memory handling in NTLMv2-backend plaintext authentication
Andrew Bartlett
1
-17
/
+6
2010-12-10
s3-winbind Don't send the LM password to the server, ever
Andrew Bartlett
1
-11
/
+1
2010-12-06
s3: Fix bug 7844: Race in winbind
Volker Lendecke
1
-4
/
+8
2010-12-06
s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain name
Volker Lendecke
2
-1
/
+4
2010-12-06
s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domain
Volker Lendecke
1
-1
/
+1
2010-12-06
s3: Fix bug 7843: Expand the local SAMs aliases
Jeremy Allison
1
-2
/
+2
2010-12-01
s3-waf: avoid module name uppercasing.
Günther Deschner
1
-32
/
+32
2010-11-30
s3-waf: convert IDMAP_AD into a subsystem.
Günther Deschner
1
-4
/
+12
2010-11-30
s3-waf: convert IDMAP_HASH into a subsystem.
Günther Deschner
1
-2
/
+8
2010-11-30
s3-waf: convert IDMAP_ADEX into a subsystem.
Günther Deschner
1
-2
/
+8
2010-11-30
s3: Fix bug 7832
Volker Lendecke
1
-0
/
+2
2010-11-27
s3: Return the correct result from winbindd_dual_auth_passdb
Volker Lendecke
1
-2
/
+3
2010-11-26
s3: Fix filling in the pam_auth_crap domain name
Volker Lendecke
1
-15
/
+6
2010-11-24
s3:winbind correct a copy&paste error
Christian Ambach
1
-3
/
+3
2010-11-22
s3: Use sid_check_is..
Volker Lendecke
1
-2
/
+2
2010-11-19
s3: Remove some unused code
Volker Lendecke
2
-44
/
+0
2010-11-18
s3: Call sid_check_is_domain instead of dom_sid_equal
Volker Lendecke
1
-1
/
+1
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_auth_data
Volker Lendecke
1
-13
/
+14
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txt
Volker Lendecke
1
-28
/
+29
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_afs_token
Volker Lendecke
1
-8
/
+6
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndr
Volker Lendecke
1
-4
/
+5
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_unix_username
Volker Lendecke
1
-6
/
+6
2010-11-17
s3: Remove a reference to "winbindd_cli_state" from append_auth_data
Volker Lendecke
1
-11
/
+11
2010-11-17
"bool ? true : false" is a bit pointless
Volker Lendecke
1
-2
/
+1
2010-11-17
s3: Move parse_sidlist to the only calling file
Volker Lendecke
3
-44
/
+42
2010-11-17
s3: Remove some unused code
Volker Lendecke
2
-23
/
+0
2010-11-14
Fix the unexpected.tdb database problem. Change nmbd to store the
Jeremy Allison
1
-1
/
+6
2010-11-14
Move error reporting of messaging context creation fail into
Jeremy Allison
2
-1
/
+10
2010-11-08
Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...
Jeremy Allison
1
-1
/
+3
2010-11-08
First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...
Jeremy Allison
1
-0
/
+10
2010-11-08
s3-waf: add idmap_autorid to the build.
Günther Deschner
1
-0
/
+9
2010-11-08
s3: Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2010-11-08
s3:idmap: add a new ID mapping module autorid
Christian Ambach
1
-0
/
+471
2010-11-08
s3:winbind add wcache_tdc_fetch_domainbysid
Christian Ambach
2
-0
/
+53
2010-11-08
s3: Put some parentheses around conditionals
Volker Lendecke
1
-2
/
+2
2010-11-08
s3: Consistently use stdbool types in new code
Volker Lendecke
1
-11
/
+11
2010-11-08
s3:winbind add timeouts to winbind cache
Christian Ambach
1
-14
/
+57
2010-11-05
s3: Remove some duplicate prototypes
Volker Lendecke
1
-16
/
+0
2010-11-03
s3: Fix a getgrent crash with many groups
Volker Lendecke
1
-0
/
+1
2010-11-02
s3: Fix a typo in a DEBUG msg
Volker Lendecke
1
-1
/
+1
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-1
/
+5
2010-11-01
s3:winbindd: fix query_user for users with NULL full name.
Michael Adam
1
-1
/
+3
[prev]
[next]