index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
r11960: add 'wbinfo --separator' to get the currently active winbind_separator.
Günther Deschner
2005-11-29
1
-2
/
+19
*
r11867: attempt at fixing the compile issue with nss_winbind.so on HP-UX caus...
Gerald Carter
2005-11-22
1
-1
/
+3
*
r11851: Display correct error string.
Günther Deschner
2005-11-22
1
-1
/
+1
*
r11707: alt_names[i] might be NULL for i>0 also...
Volker Lendecke
2005-11-13
1
-1
/
+2
*
r11704: methods->alternate_name is not used anymore -- remove it
Volker Lendecke
2005-11-12
6
-87
/
+0
*
r11667: Fix a debug message
Volker Lendecke
2005-11-11
1
-2
/
+3
*
r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.
Gerald Carter
2005-11-11
1
-2
/
+2
*
r11652: Reinstate the netsamlogon_cache in order to work
Gerald Carter
2005-11-10
4
-0
/
+100
*
r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.
Gerald Carter
2005-11-10
2
-27
/
+64
*
r11580: fix an uninitialized variable that was causing winbindd to die in win...
Gerald Carter
2005-11-08
1
-1
/
+1
*
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
2005-11-08
3
-18
/
+23
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2005-11-05
1
-0
/
+2
*
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
2005-11-04
1
-2
/
+3
*
r11381: Correctly connect to 445 and 139 after a successful getdcname.
Volker Lendecke
2005-10-28
1
-3
/
+10
*
r11368: Remove a memleak that just cost me half an hour: If we terminate insi...
Volker Lendecke
2005-10-28
1
-1
/
+1
*
r11338: Move knowledge of \\ needed into rpc_client/cli_netlogon
Jeremy Allison
2005-10-27
1
-7
/
+1
*
r11328: Actually verify that the bind on a pipe succeeded with a samr_connect or
Volker Lendecke
2005-10-27
1
-167
/
+196
*
r11324: Re-formatting before I can get a very *narrow* focus on the bugs in h...
Volker Lendecke
2005-10-27
1
-59
/
+61
*
r11323: Fix usage of rpccli_netlogon_getdcname. Add some debug messages.
Volker Lendecke
2005-10-27
1
-3
/
+18
*
r11319: read_buf_len and write_buf_len are no longer used, remove them.
Volker Lendecke
2005-10-27
2
-6
/
+3
*
r11280: BUG 3201: make sure request structure is cleared prior to sending the...
Gerald Carter
2005-10-24
1
-0
/
+3
*
r11253: Fix an annoying timeout when no nmbd is around
Volker Lendecke
2005-10-21
1
-8
/
+8
*
r11251: Fix a comment
Volker Lendecke
2005-10-21
1
-7
/
+5
*
r11242: use LDAP bitwise machting rule when searching for groups in ADS.
Günther Deschner
2005-10-21
1
-17
/
+36
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2005-10-18
7
-64
/
+71
*
r10688: Fix from Volker for bugid #3068 - winbindd crash with
Jeremy Allison
2005-10-03
1
-1
/
+2
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2005-09-30
13
-522
/
+658
*
r10556: BUG 3083: patch from Alex Deiter <tiamat@komi.mts.ru> to fix checking...
Gerald Carter
2005-09-27
1
-1
/
+4
*
r10474: We better ignore builtin SIDs from the Active Directory DC to prevent
Günther Deschner
2005-09-24
1
-1
/
+8
*
r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention....
Jeremy Allison
2005-09-19
4
-7
/
+14
*
r10270: lowercase groupnames and groupmembers again.
Günther Deschner
2005-09-16
1
-0
/
+1
*
r10268: Fix for bug #3095 - winbindd checking credentials.
Jeremy Allison
2005-09-16
1
-12
/
+18
*
r10267: Exit if winbind can't find or generate a SID -- there's no point in
Volker Lendecke
2005-09-16
1
-1
/
+1
*
r10263: Fix debug which got more instead of less confusing.
Günther Deschner
2005-09-16
1
-1
/
+1
*
r10262: * Fix for getgrnam not returning builtin group (which is done by getent
Günther Deschner
2005-09-16
2
-4
/
+6
*
r10261: Don't bother to peek rids in builtin-sids.
Günther Deschner
2005-09-16
1
-0
/
+3
*
r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this down...
Volker Lendecke
2005-09-11
1
-1
/
+3
*
r9780: Clean up a bunch of compiler warnings.
James Peach
2005-08-30
2
-9
/
+1
*
r9758: make sure to lower case usernames in winbindd's getpwnam()
Gerald Carter
2005-08-29
1
-1
/
+4
*
r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while t...
Volker Lendecke
2005-08-28
2
-7
/
+7
*
r9588: remove netsamlogon_cache interface...everything seems to work fine. W...
Gerald Carter
2005-08-24
4
-98
/
+0
*
r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the winbin...
Gerald Carter
2005-08-17
1
-0
/
+290
*
r9362: formatting cleanup
Gerald Carter
2005-08-17
1
-28
/
+21
*
r9361: patch from Ed Plese to fix a faulty error in winbindd
Gerald Carter
2005-08-17
1
-13
/
+12
*
r9330: Remove the classic dual daemon since it was not being used.
Gerald Carter
2005-08-16
3
-238
/
+3
*
r9322: fixing debug log and ensuring that we set the right winbind_methods
Gerald Carter
2005-08-16
2
-4
/
+6
*
r9301: Allow user-defined list and lookup timeouts on IRIX. Bugzilla bug #2284.
James Peach
2005-08-13
1
-1
/
+16
*
r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.
Jeremy Allison
2005-08-12
1
-1
/
+2
*
r8800: grr...get logic right when checking #define
Gerald Carter
2005-07-27
1
-2
/
+2
*
r8799: disabling schannel on samr and lsa until I figure out
Gerald Carter
2005-07-27
1
-9
/
+15
[next]