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
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
2009-01-22
2
-10
/
+0
*
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2009-01-22
2
-9
/
+26
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
4
-6
/
+32
*
s3:idmap_tdb: convert to the dbwrap api
Stefan Metzmacher
2009-01-19
1
-244
/
+223
*
Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c
Volker Lendecke
2009-01-19
1
-2
/
+4
*
s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.
Michael Adam
2009-01-16
1
-6
/
+6
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
2
-2
/
+2
*
Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
Bo Yang
2009-01-14
1
-1
/
+1
*
Clean up comments a little.
Jeremy Allison
2009-01-14
1
-11
/
+13
*
Don't send message to any other child in child process.
Bo Yang
2009-01-14
1
-0
/
+30
*
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
2009-01-13
2
-5
/
+5
*
Don't set child->requests to NULL in parent after fork
Bo Yang
2009-01-10
1
-1
/
+0
*
refresh sequence number as soon as possible when domain->sequence_number == -...
boyang
2009-01-07
1
-3
/
+8
*
Remove unused struct CLI_POLICY_HND
Volker Lendecke
2009-01-07
1
-7
/
+0
*
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
2009-01-06
4
-31
/
+37
*
Add winbindd_reinit_after_fork(), cleaning out all possible events
Jeremy Allison
2009-01-06
1
-52
/
+76
*
Factor out lots of common code into a function.
Jeremy Allison
2009-01-06
1
-37
/
+27
*
s3-samr: avoid all init_samr_Domain* functions.
Günther Deschner
2009-01-06
1
-18
/
+12
*
set entry->refresh_time to make ccache_regain_all_now() work correctly.
Bo Yang
2009-01-05
1
-2
/
+11
*
s3:winbindd: also handle fd events from the winbind_event_context()
Stefan Metzmacher
2009-01-05
1
-0
/
+9
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
3
-27
/
+8
*
s3:winbindd: regain tickets for all ccache entries, when we go online
Stefan Metzmacher
2009-01-05
3
-7
/
+52
*
s3:winbindd: cancel all ccache entry events and not just one
Stefan Metzmacher
2009-01-05
3
-6
/
+19
*
s3:winbindd: recreate the per domain check_online_event without relying on gl...
Stefan Metzmacher
2009-01-05
1
-19
/
+20
*
s3:winbindd: rename fd_event => winbindd_fd_event
Stefan Metzmacher
2009-01-05
3
-26
/
+22
*
s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.h
Stefan Metzmacher
2009-01-05
1
-1
/
+28
*
Fix broken krb5 refresh chain
Bo Yang
2009-01-05
3
-39
/
+236
*
clean event context after child is forked.
Bo Yang
2009-01-05
3
-18
/
+28
*
Remove wb_trans_send/recv
Volker Lendecke
2009-01-04
1
-9
/
+0
*
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
[next]