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-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
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-05-30
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...
Jeremy Allison
1
-10
/
+15
2008-05-13
Enable winbind child processes to do something with signals,
Jim McDonough
1
-12
/
+23
2008-04-23
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
1
-1
/
+1
2008-04-18
winbindd: create the messaging conntext earlier
Stefan Metzmacher
1
-7
/
+17
2008-04-12
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
1
-0
/
+7
2008-04-10
winbindd: only call winbindd_validate_cache when not in offline logon mode.
Michael Adam
1
-20
/
+3
2008-03-25
Fix typo
Volker Lendecke
1
-1
/
+1
2008-01-24
Add winbind_msg_dump_domain_list to winbindd.
Günther Deschner
1
-0
/
+4
2008-01-07
Fix a comment.
Michael Adam
1
-1
/
+2
2008-01-07
Make wcache_invalidate_cache() return bool, not int.
Michael Adam
1
-1
/
+1
[next]