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
/
winbindd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
1
-0
/
+4
2009-06-14
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
Volker Lendecke
1
-6
/
+10
2009-06-14
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
1
-12
/
+13
2009-06-14
winbind: replace process_loop() by tevent_loop_once()
Volker Lendecke
1
-68
/
+5
2009-06-14
Make rescan_trusted_domains a timed event
Volker Lendecke
1
-4
/
+8
2009-06-14
Do not store the listening fde
Volker Lendecke
1
-15
/
+11
2009-06-14
Avoid scanning the client list when a client exits
Volker Lendecke
1
-19
/
+6
2009-06-14
Add async wb_ping
Volker Lendecke
1
-0
/
+3
2009-06-14
Add an async wb request loop
Volker Lendecke
1
-0
/
+61
2009-06-14
Remove some unused code
Volker Lendecke
1
-133
/
+0
2009-06-14
Convert the main winbind client communication to wb_reqtrans.c
Volker Lendecke
1
-124
/
+64
2009-06-14
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
1
-24
/
+25
2009-05-27
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
1
-2
/
+3
2009-05-24
Fix a race condition in winbind leading to a panic
Volker Lendecke
1
-0
/
+1
2009-05-22
s3: ignore EPIPE error when winbind finally writes to wb client because clien...
Bo Yang
1
-2
/
+8
2009-05-12
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
1
-12
/
+0
2009-05-07
Fix some type-punned warnings
Volker Lendecke
1
-4
/
+7
2009-05-07
Remove a misleading comment
Volker Lendecke
1
-2
/
+0
2009-03-18
s3:winbindd: accept new connections via fd events
Stefan Metzmacher
1
-52
/
+100
2009-03-18
s3:winbindd: move non event related code out of process_loop() in the the caller
Stefan Metzmacher
1
-22
/
+21
2009-03-12
Make opt_nocache static to winbindd.c
Volker Lendecke
1
-1
/
+11
2009-03-04
Fix careless mistake in winbindd_setup_sig_usr2_handler
Bo Yang
1
-1
/
+1
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-1
/
+1
2009-02-11
s3: Implement wbcGetSidAliases
Dan Sledz
1
-0
/
+2
2009-02-11
s3: Implement wbcGetpwsid
Dan Sledz
1
-0
/
+1
2009-01-27
s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent
Stefan Metzmacher
1
-70
/
+157
2009-01-22
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
1
-6
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
1
-0
/
+2
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-1
/
+1
2009-01-06
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
1
-0
/
+5
2009-01-05
s3:winbindd: also handle fd events from the winbind_event_context()
Stefan Metzmacher
1
-0
/
+9
2009-01-05
s3:winbindd: rename fd_event => winbindd_fd_event
Stefan Metzmacher
1
-13
/
+13
2009-01-05
clean event context after child is forked.
Bo Yang
1
-1
/
+2
2008-12-19
Fix a "ignoring function call result" warning
Volker Lendecke
1
-1
/
+6
2008-12-12
winbindd: vars for signals must be volatile sig_atomic_t
SATOH Fumiyasu
1
-12
/
+12
2008-12-07
Fix nonempty blank lines
Volker Lendecke
1
-27
/
+27
2008-11-18
Clean-up various trailing space and >80 column lines.
Steven Danneman
1
-1
/
+1
2008-11-18
Added ability to remove id mappings in wbinfo and libwbclient.
Steven Danneman
1
-0
/
+1
2008-11-03
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
1
-9
/
+9
2008-10-27
[s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.
Michael Adam
1
-1
/
+6
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-2
/
+2
2008-09-05
Fix a memleak
Qiao Yang
1
-1
/
+2
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-4
/
+0
2008-08-12
idmap rewrite
Volker Lendecke
1
-6
/
+0
2008-08-12
Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache
Volker Lendecke
1
-3
/
+0
2008-07-24
Remove unused request_finished_cont()
Volker Lendecke
1
-12
/
+0
2008-07-24
Make use of TALLOC_FREE when freeing the per-winbindrequest memory context
Volker Lendecke
1
-12
/
+3
2008-07-17
From Jim McDonough
Jeremy Allison
1
-6
/
+12
2008-07-01
MSG_DEBUG now forwarded to all the winbindd children by parent.
Darshan Purandare
1
-0
/
+5
2008-06-26
winbind: remove duplicate debug message for failing messaging_init().
Michael Adam
1
-1
/
+0
[next]