index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-eventlog: add fixup_eventlog_record_tdb.
Günther Deschner
2009-02-04
1
-0
/
+1
*
s3-eventlog: add evlog_push_record_tdb function.
Günther Deschner
2009-02-04
1
-0
/
+4
*
s3-eventlog: add evlog_pull_record_tdb function.
Günther Deschner
2009-02-03
1
-0
/
+3
*
s3-eventlog: pass down talloc context to parse_logentry().
Günther Deschner
2009-02-03
1
-1
/
+1
*
s3-eventlog: make logname in elog_open_tdb const.
Günther Deschner
2009-02-03
1
-1
/
+1
*
s3-eventlog: allow to open eventlog tdbs readonly.
Günther Deschner
2009-02-03
1
-1
/
+1
*
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...
Jeremy Allison
2009-02-02
1
-1
/
+1
*
s3-wbclient: Use new tevent data types
Kai Blin
2009-02-02
1
-1
/
+1
*
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
2009-02-01
2
-2
/
+20
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-1
/
+1
*
Replace pipe names in pipes_struct by ndr_syntax_id
Volker Lendecke
2009-02-01
2
-4
/
+4
*
cli_get_pipe_name_from_interface does not really need a talloc_ctx
Volker Lendecke
2009-02-01
1
-2
/
+1
*
Remove unused np_read sync wrapper
Volker Lendecke
2009-01-31
1
-2
/
+0
*
Remove unused np_write sync wrapper
Volker Lendecke
2009-01-31
1
-2
/
+0
*
Convert api_rpc_trans_reply to async np_*
Volker Lendecke
2009-01-31
1
-0
/
+16
*
Add an async np_read wrapper
Volker Lendecke
2009-01-31
1
-0
/
+5
*
Add an async np_write wrapper
Volker Lendecke
2009-01-31
1
-0
/
+4
*
make send_file_readbraw static
Volker Lendecke
2009-01-31
1
-6
/
+0
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
3
-6
/
+3
*
Make is_andx_req non-static
Volker Lendecke
2009-01-31
1
-0
/
+1
*
Add the "SMBD" rpc transport
Volker Lendecke
2009-01-30
2
-0
/
+35
*
Make rpc_transport_np_init async
Volker Lendecke
2009-01-30
1
-0
/
+7
*
Add async cli_ntcreate
Volker Lendecke
2009-01-30
1
-0
/
+22
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-2
/
+8
*
Make cli_session_setup_guest async
Volker Lendecke
2009-01-30
1
-0
/
+4
*
s3 build: Fix "shadows global declaration warning"
Tim Prouty
2009-01-29
1
-1
/
+1
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
4
-1
/
+12
*
s3:proto.h: remove duplicate prototypes.
Michael Adam
2009-01-30
1
-2
/
+0
*
s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.
Michael Adam
2009-01-30
1
-5
/
+0
*
Add the strlen to push to smb_bytes_push_str, return the converted size
Volker Lendecke
2009-01-29
1
-1
/
+2
*
cli_ucs2
Volker Lendecke
2009-01-29
1
-0
/
+1
*
async_sock: Move to top level
Kai Blin
2009-01-28
2
-52
/
+1
*
s3:util_tdb: remove duplicate prototypes (from ../lib/util/util_tdb.h)
Michael Adam
2009-01-28
1
-22
/
+1
*
s3: separate tdb validation code out into its own source file
Michael Adam
2009-01-28
1
-15
/
+0
*
s3:smbd: make mdns registration event driven.
Stefan Metzmacher
2009-01-27
2
-22
/
+3
*
s3:smbd: make kernel oplocks event driven
Stefan Metzmacher
2009-01-27
2
-5
/
+1
*
s3:smbd: remove pointless respond_to_all_remaining_local_messages() function
Stefan Metzmacher
2009-01-27
1
-1
/
+0
*
s3:smbd: convert aio to use tevent_signal
Stefan Metzmacher
2009-01-27
1
-17
/
+1
*
s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD
Stefan Metzmacher
2009-01-27
1
-0
/
+2
*
s3:namecache: remove unused namecache_shutdown() function
Stefan Metzmacher
2009-01-27
1
-1
/
+0
*
async_req: Fix the S4 build
Kai Blin
2009-01-27
1
-1
/
+1
*
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
2009-01-26
2
-8
/
+8
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
3
-3
/
+13
*
talloc_free() copes with a NULL pointer just fine
Volker Lendecke
2009-01-24
1
-1
/
+1
*
async_req: Move to top level dir
Kai Blin
2009-01-23
1
-160
/
+0
*
Abstract away the transport in cli_pipe.c
Volker Lendecke
2009-01-22
1
-12
/
+1
*
Add the socket rpc client transport
Volker Lendecke
2009-01-22
1
-0
/
+5
*
Add the named pipe rpc client transport
Volker Lendecke
2009-01-22
1
-1
/
+6
*
Add struct rpc_cli_transport
Volker Lendecke
2009-01-22
1
-0
/
+50
*
s3: Fix warning
Tim Prouty
2009-01-22
1
-1
/
+1
[prev]
[next]