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
2009-02-02
s3:winbind_user: fix "getent passwd" to allocate new uids.
Michael Adam
1
-2
/
+7
2009-02-02
s3:winbind_user: move initialization of domain up in winbindd_fill_pwent()
Michael Adam
1
-11
/
+9
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-7
/
+2
2009-01-30
s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.
Michael Adam
1
-0
/
+5
2009-01-28
s3:winbind: remove prototype for non-existent function from winbind_proto.h
Michael Adam
1
-1
/
+0
2009-01-28
s3: separate tdb validation code out into its own source file
Michael Adam
1
-0
/
+1
2009-01-27
s3: Fix shadowed declaration
Tim Prouty
1
-1
/
+1
2009-01-27
s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent
Stefan Metzmacher
3
-77
/
+165
2009-01-22
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
2
-10
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2
-9
/
+26
2009-01-21
Memory leaks and other fixes found by Coverity
todd stecher
4
-6
/
+32
2009-01-19
s3:idmap_tdb: convert to the dbwrap api
Stefan Metzmacher
1
-244
/
+223
2009-01-19
Fix the same bug as 8b618d0 fixes, this time in winbindd_passdb.c
Volker Lendecke
1
-2
/
+4
2009-01-16
s3:winbindd: put winbindd_cache.tdb into cache_dir, not lock_dir.
Michael Adam
1
-6
/
+6
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2
-2
/
+2
2009-01-14
Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
Bo Yang
1
-1
/
+1
2009-01-14
Clean up comments a little.
Jeremy Allison
1
-11
/
+13
2009-01-14
Don't send message to any other child in child process.
Bo Yang
1
-0
/
+30
2009-01-13
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
2
-5
/
+5
2009-01-10
Don't set child->requests to NULL in parent after fork
Bo Yang
1
-1
/
+0
2009-01-07
refresh sequence number as soon as possible when domain->sequence_number == -...
boyang
1
-3
/
+8
2009-01-07
Remove unused struct CLI_POLICY_HND
Volker Lendecke
1
-7
/
+0
2009-01-06
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
4
-31
/
+37
2009-01-06
Add winbindd_reinit_after_fork(), cleaning out all possible events
Jeremy Allison
1
-52
/
+76
2009-01-06
Factor out lots of common code into a function.
Jeremy Allison
1
-37
/
+27
2009-01-06
s3-samr: avoid all init_samr_Domain* functions.
Günther Deschner
1
-18
/
+12
2009-01-05
set entry->refresh_time to make ccache_regain_all_now() work correctly.
Bo Yang
1
-2
/
+11
2009-01-05
s3:winbindd: also handle fd events from the winbind_event_context()
Stefan Metzmacher
1
-0
/
+9
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
3
-27
/
+8
2009-01-05
s3:winbindd: regain tickets for all ccache entries, when we go online
Stefan Metzmacher
3
-7
/
+52
2009-01-05
s3:winbindd: cancel all ccache entry events and not just one
Stefan Metzmacher
3
-6
/
+19
2009-01-05
s3:winbindd: recreate the per domain check_online_event without relying on gl...
Stefan Metzmacher
1
-19
/
+20
2009-01-05
s3:winbindd: rename fd_event => winbindd_fd_event
Stefan Metzmacher
3
-26
/
+22
2009-01-05
s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.h
Stefan Metzmacher
1
-1
/
+28
2009-01-05
Fix broken krb5 refresh chain
Bo Yang
3
-39
/
+236
2009-01-05
clean event context after child is forked.
Bo Yang
3
-18
/
+28
2009-01-04
Remove wb_trans_send/recv
Volker Lendecke
1
-9
/
+0
2009-01-04
Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c
Volker Lendecke
1
-685
/
+0
2009-01-03
struct async_req doesn't really need to carry an event_context
Volker Lendecke
1
-5
/
+5
2009-01-02
Alternative fix for 45db33e73 and 0d443ae7931
Volker Lendecke
1
-1
/
+2
2009-01-02
Revert "s:Fix uid_to_sid mapping when the idmap cache is empty."
Volker Lendecke
1
-7
/
+8
2009-01-02
Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()."
Volker Lendecke
1
-0
/
+9
2008-12-31
Fix more asprintf and "ignoring return code" warnings from gcc 4.3.
Jeremy Allison
2
-2
/
+7
2008-12-31
s3:winbindd: we don't need to call messaging_reinit() twice
Stefan Metzmacher
1
-7
/
+0
2008-12-25
s3:idmap: Remove passd check from idmap_backends_unixid_to_sid().
Michael Adam
1
-9
/
+0
2008-12-25
s:Fix uid_to_sid mapping when the idmap cache is empty.
Michael Adam
1
-8
/
+7
2008-12-22
Fix "allow trusted domain" so it disables trusted domains.
Gerald (Jerry) Carter
1
-2
/
+11
2008-12-19
Fix a "ignoring function call result" warning
Volker Lendecke
1
-1
/
+6
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-3
/
+4
2008-12-12
winbindd: vars for signals must be volatile sig_atomic_t
SATOH Fumiyasu
1
-12
/
+12
[prev]
[next]