index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c
Volker Lendecke
2009-01-04
1
-685
/
+0
*
struct async_req doesn't really need to carry an event_context
Volker Lendecke
2009-01-03
1
-5
/
+5
*
Alternative fix for 45db33e73 and 0d443ae7931
Volker Lendecke
2009-01-02
1
-1
/
+2
*
Revert "s:Fix uid_to_sid mapping when the idmap cache is empty."
Volker Lendecke
2009-01-02
1
-7
/
+8
*
Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()."
Volker Lendecke
2009-01-02
1
-0
/
+9
*
Fix more asprintf and "ignoring return code" warnings from gcc 4.3.
Jeremy Allison
2008-12-31
2
-2
/
+7
*
s3:winbindd: we don't need to call messaging_reinit() twice
Stefan Metzmacher
2008-12-31
1
-7
/
+0
*
s3:idmap: Remove passd check from idmap_backends_unixid_to_sid().
Michael Adam
2008-12-25
1
-9
/
+0
*
s:Fix uid_to_sid mapping when the idmap cache is empty.
Michael Adam
2008-12-25
1
-8
/
+7
*
Fix "allow trusted domain" so it disables trusted domains.
Gerald (Jerry) Carter
2008-12-22
1
-2
/
+11
*
Fix a "ignoring function call result" warning
Volker Lendecke
2008-12-19
1
-1
/
+6
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-3
/
+4
*
winbindd: vars for signals must be volatile sig_atomic_t
SATOH Fumiyasu
2008-12-12
1
-12
/
+12
*
Add wb_trans_send/revc
Volker Lendecke
2008-12-08
2
-33
/
+166
*
Add infrastructure to transfer winbindd_request/response asynchronously
Volker Lendecke
2008-12-08
2
-0
/
+582
*
Fix nonempty blank lines
Volker Lendecke
2008-12-07
2
-39
/
+39
*
s3:winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gi...
Michael Adam
2008-12-04
1
-2
/
+2
*
s3:winbindd: don't open a new dc connection in winbindd_getpwnam (main winbindd)
Michael Adam
2008-12-04
1
-1
/
+1
*
s3:winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)
Michael Adam
2008-12-04
1
-1
/
+1
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-1
/
+1
*
s3: Fix 'ctx' might be used unitialized warnings
Tim Prouty
2008-12-01
1
-2
/
+2
*
s3:winbindd/nss_info: remove unused variable from nss_init()
Michael Adam
2008-12-01
1
-1
/
+0
*
s3:winbindd/nss_info: make nss_domain_list_add_domain() static
Michael Adam
2008-12-01
1
-2
/
+2
*
s3:winbindd/nss_info: fix default backend handling for ad backends.
Michael Adam
2008-12-01
1
-23
/
+61
*
s3:winbindd/nss_info: whitespace cleanup.
Michael Adam
2008-12-01
1
-35
/
+33
*
s3:winbindd_cache: add debugging to get_nss_info_cached()
Michael Adam
2008-12-01
1
-0
/
+7
*
s3:winbindd/nss_info: add entry debug message to nss_get_info()
Michael Adam
2008-12-01
1
-0
/
+3
*
s3:winbindd/nss_info: add debugging to nss_init()
Michael Adam
2008-12-01
1
-0
/
+7
*
s3:winbindd/idmap_ad: add entry debug message to nss_ad_get_info()
Michael Adam
2008-12-01
1
-0
/
+3
*
s3:winbindd/idmap_ad: add support for trusted domains to idmap_ad (bug #3661)
Michael Adam
2008-12-01
1
-126
/
+221
*
s3:winbindd/idmap_ad: refactor core of nss_{sfu|sfu20|rfc2307}_init to common...
Michael Adam
2008-12-01
1
-34
/
+48
*
s3:winbindd/idmap_ad: rename ctx to mem_ctx in nss_ad_get_info()
Michael Adam
2008-12-01
1
-8
/
+8
*
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_un...
Michael Adam
2008-12-01
1
-0
/
+3
*
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to...
Michael Adam
2008-12-01
1
-0
/
+4
*
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().
Michael Adam
2008-12-01
1
-0
/
+3
*
s3:winbindd/idmap_util: unify entering debug messages and add ouput of domain
Michael Adam
2008-12-01
1
-4
/
+8
*
s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entry
Michael Adam
2008-12-01
5
-18
/
+18
*
Revert "UNFINISHED - s3:idmap_ad: multi-domain"
Michael Adam
2008-11-25
1
-83
/
+69
*
UNFINISHED - s3:idmap_ad: multi-domain
Michael Adam
2008-11-25
1
-69
/
+83
*
s3-winbindd: make all winbind rpc-methods static.
Michael Adam
2008-11-21
2
-65
/
+32
*
s3-winbindd_ads: use the reconnect methods instead of the rpc methods directly
Michael Adam
2008-11-21
1
-6
/
+75
*
s3-winbindd_ads: prevent negative GM/ cache entries due to broken connections
Michael Adam
2008-11-21
1
-0
/
+23
*
s3-winbindd: for now only change machine pwd when not using a system krb5 key...
Günther Deschner
2008-11-21
1
-0
/
+1
*
Clean-up various trailing space and >80 column lines.
Steven Danneman
2008-11-18
3
-21
/
+33
*
Added ability to remove id mappings in wbinfo and libwbclient.
Steven Danneman
2008-11-18
6
-2
/
+141
*
Fix extended DN parse error when AD object does not have a SID.
Steven Danneman
2008-11-18
1
-18
/
+37
*
Whitespace and >80 column cleanups.
Steven Danneman
2008-11-18
2
-39
/
+41
*
Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on 'getent...
Davide Sfriso
2008-11-17
1
-2
/
+2
*
s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for w2...
Günther Deschner
2008-11-13
1
-0
/
+6
*
Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>.
Jeremy Allison
2008-11-12
1
-0
/
+1
[prev]
[next]