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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-27
s3:smbd: move all code that handles a client connection into smbd_process()
Stefan Metzmacher
2
-218
/
+218
2009-01-27
s3:smbd: we should setup the client socket in the same way in all code pathes
Stefan Metzmacher
1
-21
/
+15
2009-01-27
s3:namecache: remove unused namecache_shutdown() function
Stefan Metzmacher
3
-24
/
+0
2009-01-27
async_req: Fix the S4 build
Kai Blin
2
-2
/
+2
2009-01-27
s3 build: Eliminate the gmake-specific Makefile syntax
Tim Prouty
3
-15
/
+7
2009-01-26
s3 make test: Fix a bug in the previous commit
Tim Prouty
1
-7
/
+8
2009-01-26
s3 make test: Add the ability to specify a custom smb.conf for make test
Tim Prouty
3
-13
/
+79
2009-01-26
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
9
-40
/
+57
2009-01-25
Fix an error path memleak
Volker Lendecke
1
-0
/
+1
2009-01-25
Make smb_bytes_push_str deal with a NULL buf returning NULL
Volker Lendecke
1
-1
/
+6
2009-01-25
Fix chain_reply for pipe reads
Volker Lendecke
1
-1
/
+11
2009-01-24
Fix a segfault in parse_logentry
Volker Lendecke
1
-1
/
+1
2009-01-23
Modify OneFS module to support new NTIMES interfaces
todd stecher
3
-42
/
+124
2009-01-23
Extend NTIMES to allow setting create_time
todd stecher
14
-96
/
+141
2009-01-23
This change allows for the autoconfigre detection of sub-second time resoluti...
todd stecher
2
-1
/
+51
2009-01-24
s3-rpcclient: add eventlog_loginfo command.
Günther Deschner
1
-0
/
+56
2009-01-24
s3-rpcclient: add eventlog_backuplog command.
Günther Deschner
1
-0
/
+39
2009-01-24
s3-rpcclient: add eventlog_registerevsource command.
Günther Deschner
1
-0
/
+39
2009-01-24
s3-rpcclient: add eventlog_reporteventsource command.
Günther Deschner
1
-0
/
+65
2009-01-24
s3-rpcclient: add eventlog_reportevent command.
Günther Deschner
1
-0
/
+65
2009-01-24
s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.
Günther Deschner
1
-0
/
+5
2009-01-24
Revert "s3-eventlog: trying to avoid to pass around full ndr structures in rp...
Günther Deschner
1
-11
/
+6
2009-01-24
s3-eventlog: fix various invalid memcpy in read_package_entry().
Günther Deschner
1
-5
/
+5
2009-01-24
s3-eventlog: fix buffer allocation in eventlog read call.
Günther Deschner
1
-3
/
+1
2009-01-23
talloc: Change the two other definitions of TALLOC_FREE to match the primary ...
Tim Prouty
1
-1
/
+1
2009-01-23
s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...
Tim Prouty
1
-5
/
+8
2009-01-24
talloc_free() copes with a NULL pointer just fine
Volker Lendecke
1
-1
/
+1
2009-01-23
s3: OneFS unmappable sids support.
Dan Sledz
3
-67
/
+183
2009-01-23
async_req: Move to top level dir
Kai Blin
4
-501
/
+2
2009-01-22
Apply same logic fix for #4308 Excel save operation corrupts file ACLs
Jeremy Allison
1
-47
/
+37
2009-01-22
Fix logic error in try_chown - we shouldn't arbitrarily chown
Jeremy Allison
2
-8
/
+9
2009-01-22
Second part of the attemt to fix #4308 - Excel save operation corrupts file A...
Jeremy Allison
1
-131
/
+144
2009-01-22
Abstract away the transport in cli_pipe.c
Volker Lendecke
2
-316
/
+174
2009-01-22
Add the socket rpc client transport
Volker Lendecke
3
-1
/
+123
2009-01-22
Add the named pipe rpc client transport
Volker Lendecke
3
-2
/
+336
2009-01-22
RPC_CLIENT_OBJ is the right variable for cli_pipe.o
Volker Lendecke
1
-2
/
+2
2009-01-22
Add struct rpc_cli_transport
Volker Lendecke
1
-0
/
+50
2009-01-22
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
25
-332
/
+351
2009-01-22
s3: Fix warning
Tim Prouty
1
-1
/
+1
2009-01-22
Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.
Jeremy Allison
1
-25
/
+4
2009-01-22
Fix a segfault: rpccli_* expect the reply_pdu to always be initialized
Volker Lendecke
1
-0
/
+5
2009-01-22
s3:printing: make some functions static and use tevent functions
Stefan Metzmacher
2
-10
/
+12
2009-01-22
s3:messages: finally make message_dispatch() static
Stefan Metzmacher
2
-2
/
+2
2009-01-22
s3:printing: handle tevent_context events in the sys_select() call
Stefan Metzmacher
1
-16
/
+42
2009-01-22
s3:winbindd: we don't need to call message_dispatch() anymore it's event trig...
Stefan Metzmacher
2
-10
/
+0
2009-01-22
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
1
-4
/
+0
2009-01-22
s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
2
-26
/
+2
2009-01-22
s3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() ins...
Stefan Metzmacher
1
-8
/
+19
2009-01-22
s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by teven...
Stefan Metzmacher
1
-13
/
+16
2009-01-22
s3:messaging: start with to use signal events instead of the raw signal inter...
Stefan Metzmacher
1
-37
/
+65
[prev]
[next]