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
2008-07-03
Fix indentation
Volker Lendecke
1
-1
/
+1
2008-07-02
Fix typo
Volker Lendecke
1
-1
/
+2
2008-07-02
Tiny logic simplification: Remove an unnecessary else branch
Volker Lendecke
1
-8
/
+8
2008-07-02
Fix nonempty whitespace only lines
Volker Lendecke
8
-70
/
+69
2008-07-02
fix typos
Volker Lendecke
1
-2
/
+4
2008-07-02
Fix nonempty whitespace only lines
Volker Lendecke
1
-15
/
+13
2008-07-02
Fix indentation
Volker Lendecke
1
-14
/
+14
2008-07-02
Fix a debug msg, this was probably a leftover from gencache
Volker Lendecke
1
-2
/
+4
2008-07-02
Fix typo
Volker Lendecke
1
-2
/
+2
2008-07-02
Make idmap_init() static
Volker Lendecke
1
-1
/
+1
2008-07-02
Fix two memory leaks in an error path in idmap.c
Volker Lendecke
1
-0
/
+2
2008-07-01
MSG_DEBUG now forwarded to all the winbindd children by parent.
Darshan Purandare
3
-0
/
+44
2008-07-01
Revert "winbind cache: Don't create SN cache entries during name-to-sid queri...
Karolin Seeger
1
-6
/
+6
2008-06-30
Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly check
Jeremy Allison
1
-1
/
+1
2008-06-27
libads: Add API call to connect to a global catalog server.
Gerald W. Carter
1
-2
/
+4
2008-06-26
From Steve Danneman @ Isilon.
Jeremy Allison
7
-217
/
+220
2008-06-26
winbind: remove duplicate debug message for failing messaging_init().
Michael Adam
1
-1
/
+0
2008-06-26
winbind: untangle logic in winbind_messaging_context() slightly.
Michael Adam
1
-2
/
+5
2008-06-26
winbindd: don't panic if messaging_init() fails - return NULL instead.
Michael Adam
1
-1
/
+1
2008-06-25
Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...
Jeremy Allison
1
-9
/
+9
2008-06-25
Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...
Jeremy Allison
1
-15
/
+27
2008-06-25
rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.
Günther Deschner
1
-7
/
+7
2008-06-25
rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.
Günther Deschner
1
-3
/
+3
2008-06-25
Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...
Jeremy Allison
1
-23
/
+45
2008-06-20
Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...
Jeremy Allison
1
-9
/
+3
2008-06-17
Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"
Volker Lendecke
1
-14
/
+1
2008-06-17
idmap: Fix typos in comments.
Karolin Seeger
1
-3
/
+3
2008-06-17
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-06-16
winbind cache: Don't create SN cache entries during name-to-sid queries.
Karolin Seeger
1
-6
/
+6
2008-06-08
Bugfix noticed by Herb. On using the again: tag as a
Jeremy Allison
1
-0
/
+15
2008-06-05
Fix a memleak caused by a crappy get_sorted_dc_list() API
Volker Lendecke
1
-1
/
+14
2008-06-03
winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.
Gerald W. Carter
1
-1
/
+7
2008-06-02
Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain child
Jeremy Allison
1
-2
/
+18
2008-05-30
Split the winbindd_passdb backend into a 'builtin' and a 'sam'
Jeremy Allison
4
-115
/
+349
2008-05-30
Fix valgrind bug in debug statement. Don't reference uninitialized memory.
Jeremy Allison
1
-3
/
+2
2008-05-30
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...
Jeremy Allison
3
-12
/
+17
2008-05-29
Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...
Jeremy Allison
2
-9
/
+6
2008-05-26
winbind: correctly omit check for trusted domain support in cm_prepare_connec...
Michael Adam
1
-1
/
+1
2008-05-25
Fix two c++ warnings
Volker Lendecke
2
-2
/
+3
2008-05-23
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
1
-5
/
+7
2008-05-23
Manually port Steven Dannenman fix for using the correct machine domain when
Gerald W. Carter
1
-3
/
+3
2008-05-22
Get rid of "shadowed local var" warnings with gcc.
Jeremy Allison
1
-7
/
+7
2008-05-22
Make WINBINDD_LIST_GROUPS handler asynchronous.
Steven Danneman
6
-60
/
+187
2008-05-18
winbindd: freeze winbindd_proto.h
Michael Adam
1
-0
/
+583
2008-05-14
Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...
Jeremy Allison
1
-3
/
+3
2008-05-13
Enable winbind child processes to do something with signals,
Jim McDonough
2
-12
/
+27
2008-05-13
libwbclient: Abstract the DS_XXX flags for DsGetDcName().
coffeedude
2
-1
/
+46
2008-05-09
dsgetdcname: use existing messaging_context if possible.
Günther Deschner
1
-1
/
+2
2008-05-09
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
2
-12
/
+3
2008-05-09
dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...
Günther Deschner
1
-0
/
+1
[prev]
[next]