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
/
winbindd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix denial of service - memory corruption.
Jeremy Allison
2011-02-27
1
-0
/
+6
*
Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...
Roel van Meer
2010-05-06
1
-0
/
+9
*
s3:winbindd: make "smbcontrol winbindd validate-cache" reliable again
Stefan Metzmacher
2010-05-06
1
-0
/
+3
*
s3:winbindd: remove unused variables
Stefan Metzmacher
2010-05-06
1
-2
/
+0
*
s3:winbindd: fix problems with SIGCHLD handling (bug #7317)
Stefan Metzmacher
2010-05-06
1
-11
/
+3
*
s3:winbind: Only ever handle one event after a select call
Volker Lendecke
2009-10-20
1
-3
/
+9
*
s3:winbindd: only notify the client when we exist, if the connection isn't de...
Stefan Metzmacher
2009-10-20
1
-5
/
+7
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-19
1
-0
/
+4
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-29
1
-2
/
+3
*
Fix a race condition in winbind leading to a panic
Volker Lendecke
2009-05-26
1
-0
/
+1
*
s3:winbindd: accept new connections via fd events
Stefan Metzmacher
2009-04-15
1
-52
/
+100
*
s3:winbindd: move non event related code out of process_loop() in the the caller
Stefan Metzmacher
2009-04-15
1
-22
/
+21
*
Make opt_nocache static to winbindd.c
Volker Lendecke
2009-03-12
1
-1
/
+11
*
Fix careless mistake in winbindd_setup_sig_usr2_handler
Bo Yang
2009-03-04
1
-1
/
+1
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-1
/
+1
*
s3: Implement wbcGetSidAliases
Dan Sledz
2009-02-11
1
-0
/
+2
*
s3: Implement wbcGetpwsid
Dan Sledz
2009-02-11
1
-0
/
+1
*
s3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUSR2 via tevent
Stefan Metzmacher
2009-01-27
1
-70
/
+157
*
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
2009-01-22
1
-6
/
+0
*
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2009-01-22
1
-0
/
+2
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
2009-01-06
1
-0
/
+5
*
s3:winbindd: also handle fd events from the winbind_event_context()
Stefan Metzmacher
2009-01-05
1
-0
/
+9
*
s3:winbindd: rename fd_event => winbindd_fd_event
Stefan Metzmacher
2009-01-05
1
-13
/
+13
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-1
/
+2
*
Fix a "ignoring function call result" warning
Volker Lendecke
2008-12-19
1
-1
/
+6
*
winbindd: vars for signals must be volatile sig_atomic_t
SATOH Fumiyasu
2008-12-12
1
-12
/
+12
*
Fix nonempty blank lines
Volker Lendecke
2008-12-07
1
-27
/
+27
*
Clean-up various trailing space and >80 column lines.
Steven Danneman
2008-11-18
1
-1
/
+1
*
Added ability to remove id mappings in wbinfo and libwbclient.
Steven Danneman
2008-11-18
1
-0
/
+1
*
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
2008-11-03
1
-9
/
+9
*
[s3]winbind: fix smbd hanging on Solaris when winbindd closes socket.
Michael Adam
2008-10-27
1
-1
/
+6
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-2
/
+2
*
Fix a memleak
Qiao Yang
2008-09-05
1
-1
/
+2
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-4
/
+0
*
idmap rewrite
Volker Lendecke
2008-08-12
1
-6
/
+0
*
Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache
Volker Lendecke
2008-08-12
1
-3
/
+0
*
Remove unused request_finished_cont()
Volker Lendecke
2008-07-24
1
-12
/
+0
*
Make use of TALLOC_FREE when freeing the per-winbindrequest memory context
Volker Lendecke
2008-07-24
1
-12
/
+3
*
From Jim McDonough
Jeremy Allison
2008-07-17
1
-6
/
+12
*
MSG_DEBUG now forwarded to all the winbindd children by parent.
Darshan Purandare
2008-07-01
1
-0
/
+5
*
winbind: remove duplicate debug message for failing messaging_init().
Michael Adam
2008-06-26
1
-1
/
+0
*
winbind: untangle logic in winbind_messaging_context() slightly.
Michael Adam
2008-06-26
1
-2
/
+5
*
winbindd: don't panic if messaging_init() fails - return NULL instead.
Michael Adam
2008-06-26
1
-1
/
+1
*
Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...
Jeremy Allison
2008-05-30
1
-10
/
+15
*
Enable winbind child processes to do something with signals,
Jim McDonough
2008-05-13
1
-12
/
+23
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-1
/
+1
*
winbindd: create the messaging conntext earlier
Stefan Metzmacher
2008-04-18
1
-7
/
+17
*
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
2008-04-12
1
-0
/
+7
*
winbindd: only call winbindd_validate_cache when not in offline logon mode.
Michael Adam
2008-04-10
1
-20
/
+3
[next]