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
...
*
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API
Volker Lendecke
2009-08-05
1
-2
/
+2
*
s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
Volker Lendecke
2009-08-05
1
-2
/
+2
*
s3:winbind: Convert WINBINDD_GETPWUID to the new API
Volker Lendecke
2009-08-05
1
-2
/
+2
*
s3:winbind: Convert WINBINDD_GETPWNAM to the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Convert WINBINDD_GETPWSID to the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Convert WINBINDD_GID_TO_SID the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Convert WINBINDD_UID_TO_SID the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Convert WINBINDD_SID_TO_GID the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Convert WINBINDD_SID_TO_UID to the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
s3:winbind: Remove old version of WINBINDD_PING
Volker Lendecke
2009-08-05
1
-1
/
+0
*
s3:winbind: Convert WINBINDD_LOOKUPSID to the new API
Volker Lendecke
2009-08-05
1
-1
/
+2
*
Slightly restructure the async winbind request calling convention
Volker Lendecke
2009-07-31
1
-7
/
+12
*
Fix a valgrind error in winbind
Volker Lendecke
2009-07-27
1
-1
/
+2
*
Fix a winbind memleak
Volker Lendecke
2009-07-25
1
-0
/
+1
*
Make gencache more stable
Volker Lendecke
2009-07-15
1
-0
/
+2
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-18
1
-0
/
+4
*
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
Volker Lendecke
2009-06-14
1
-6
/
+10
*
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
2009-06-14
1
-12
/
+13
*
winbind: replace process_loop() by tevent_loop_once()
Volker Lendecke
2009-06-14
1
-68
/
+5
*
Make rescan_trusted_domains a timed event
Volker Lendecke
2009-06-14
1
-4
/
+8
*
Do not store the listening fde
Volker Lendecke
2009-06-14
1
-15
/
+11
*
Avoid scanning the client list when a client exits
Volker Lendecke
2009-06-14
1
-19
/
+6
*
Add async wb_ping
Volker Lendecke
2009-06-14
1
-0
/
+3
*
Add an async wb request loop
Volker Lendecke
2009-06-14
1
-0
/
+61
*
Remove some unused code
Volker Lendecke
2009-06-14
1
-133
/
+0
*
Convert the main winbind client communication to wb_reqtrans.c
Volker Lendecke
2009-06-14
1
-124
/
+64
*
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
2009-06-14
1
-24
/
+25
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
1
-2
/
+3
*
Fix a race condition in winbind leading to a panic
Volker Lendecke
2009-05-24
1
-0
/
+1
*
s3: ignore EPIPE error when winbind finally writes to wb client because clien...
Bo Yang
2009-05-22
1
-2
/
+8
*
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
2009-05-12
1
-12
/
+0
*
Fix some type-punned warnings
Volker Lendecke
2009-05-07
1
-4
/
+7
*
Remove a misleading comment
Volker Lendecke
2009-05-07
1
-2
/
+0
*
s3:winbindd: accept new connections via fd events
Stefan Metzmacher
2009-03-18
1
-52
/
+100
*
s3:winbindd: move non event related code out of process_loop() in the the caller
Stefan Metzmacher
2009-03-18
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
[prev]
[next]