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-08-29
s3:winbind: Convert winbindd_dsgetdcname to the new API
Volker Lendecke
1
-1
/
+2
2009-08-29
s3:winbind: Convert the GETPWENT routines to the new API
Volker Lendecke
1
-8
/
+7
2009-08-27
s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
Volker Lendecke
1
-2
/
+2
2009-08-16
s3:winbind: The get[gr|pw]end functions need access to the client state
Volker Lendecke
1
-1
/
+2
2009-08-16
s3:winbind: Convert WINBINDD_GETGRNAM to the new API
Volker Lendecke
1
-1
/
+2
2009-08-16
s3:winbind: Convert WINBINDD_GETGRGID to the new API
Volker Lendecke
1
-1
/
+2
2009-08-16
s3:winbind: Convert winbindd_show_sequence to the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETGROUPS to the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API
Volker Lendecke
1
-2
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
Volker Lendecke
1
-2
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETPWUID to the new API
Volker Lendecke
1
-2
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETPWNAM to the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETPWSID to the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GID_TO_SID the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_UID_TO_SID the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_SID_TO_GID the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_SID_TO_UID to the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API
Volker Lendecke
1
-1
/
+2
2009-08-05
s3:winbind: Remove old version of WINBINDD_PING
Volker Lendecke
1
-1
/
+0
2009-08-05
s3:winbind: Convert WINBINDD_LOOKUPSID to the new API
Volker Lendecke
1
-1
/
+2
2009-07-31
Slightly restructure the async winbind request calling convention
Volker Lendecke
1
-7
/
+12
2009-07-27
Fix a valgrind error in winbind
Volker Lendecke
1
-1
/
+2
2009-07-25
Fix a winbind memleak
Volker Lendecke
1
-0
/
+1
2009-07-15
Make gencache more stable
Volker Lendecke
1
-0
/
+2
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
[prev]
[next]