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-06
Clean up winbindd_group.c too
Simo Sorce
1
-210
/
+255
2008-07-06
Clean up the rest of the file too
Simo Sorce
1
-84
/
+76
2008-07-06
More clean up, indentation and trailing space removal
Simo Sorce
1
-40
/
+39
2008-07-06
Make code more readable, fix indentation and traling spaces.
Simo Sorce
1
-17
/
+23
2008-07-05
Tiny logic simplification -- remove an else branch
Volker Lendecke
1
-22
/
+20
2008-07-05
Make use of ADD_TO_ARRAY
Volker Lendecke
3
-96
/
+36
2008-07-05
Convert idmap_cache to gencache
Volker Lendecke
3
-393
/
+125
2008-07-03
IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it
Volker Lendecke
1
-1
/
+0
2008-07-03
Simplify idmap_cache_set() a bit
Volker Lendecke
1
-8
/
+3
2008-07-03
Simplify idmap_cache_build_[s]idkey a bit
Volker Lendecke
1
-36
/
+33
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
[next]