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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-14
s3:lib/util: use map_nt_error_from_unix_common() in tevent_req_poll_ntstatus()
Stefan Metzmacher
1
-1
/
+1
2012-05-14
lib/util: add missing 'errors' dependency to 'tevent-util'
Stefan Metzmacher
1
-1
/
+1
2012-05-14
s4:lib/events: no longer define TEVENT_COMPAT_DEFINES
Stefan Metzmacher
1
-3
/
+0
2012-05-14
s4:lib/events: remove unused event_context_find() prototype
Stefan Metzmacher
1
-1
/
+0
2012-05-14
libcli/nbt: no longer use old 'event_' tevent compat symbols
Stefan Metzmacher
1
-24
/
+24
2012-05-14
lib/tevent/testsuite: no longer use 'compat' symbols
Stefan Metzmacher
1
-12
/
+12
2012-05-14
s3:smb2_close: make the top level code async using
Stefan Metzmacher
1
-39
/
+66
2012-05-14
s3:smb2_close: add add smbd_smb2_close_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+99
2012-05-14
s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...
Stefan Metzmacher
1
-19
/
+71
2012-05-14
s3:smb2_tcon: make the top level code async using
Stefan Metzmacher
1
-24
/
+58
2012-05-14
s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+79
2012-05-14
s3: Fix Coverity ID 241320 Array compared against 0
Volker Lendecke
1
-1
/
+1
2012-05-14
s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for files
Volker Lendecke
1
-2
/
+9
2012-05-14
move the dbwrap library to the top level
Michael Adam
19
-18
/
+25
2012-05-14
s3:build: move lib/dbwrap/dbwrap_util.o to the other dbwrap objects...
Michael Adam
1
-2
/
+3
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_tdb.c
Michael Adam
1
-1
/
+1
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_rbt.c
Michael Adam
1
-2
/
+2
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.c
Michael Adam
1
-6
/
+8
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_file.c
Michael Adam
1
-6
/
+7
2012-05-13
s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_util.c
Michael Adam
1
-9
/
+9
2012-05-13
s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h
Michael Adam
4
-8
/
+7
2012-05-13
tevent: fix indentation in the wscript
Michael Adam
1
-1
/
+1
2012-05-13
s3:smb2_sesssetup: make the top level code async using
Stefan Metzmacher
1
-30
/
+62
2012-05-13
s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+105
2012-05-13
s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup()
Stefan Metzmacher
1
-1
/
+5
2012-05-13
s3:smb2_sesssetup: pass down in_previous_session_id to all layers
Stefan Metzmacher
1
-2
/
+15
2012-05-13
lib/socket_wrapper only enable python_socket and socket.py with socket_wrapper
Andrew Bartlett
1
-8
/
+10
2012-05-13
libreplace: Fix symbol names for snprintf/asprintf/vasprintf.
Jelmer Vernooij
1
-6
/
+6
2012-05-12
s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO
Stefan Metzmacher
1
-0
/
+86
2012-05-12
s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224
Stefan Metzmacher
1
-0
/
+73
2012-05-12
s3:smbd: introduce struct smbXsrv_connection
Stefan Metzmacher
4
-7
/
+122
2012-05-12
s3:smb2_negprot: setup the protocol at the end of the negprot with a real dia...
Stefan Metzmacher
1
-7
/
+8
2012-05-12
s3/libsmb: Generalise cli_state in smb2 logoff calls
Luk Claes
3
-15
/
+20
2012-05-12
s3/libsmb: Generalise cli_state in smb2 write calls
Luk Claes
4
-26
/
+50
2012-05-12
s3/libsmb: Generalise cli_state in smb2 query_directory calls
Luk Claes
3
-15
/
+32
2012-05-12
s3/libsmb: Generalise cli_state in smb2 ioctl calls
Luk Claes
3
-12
/
+28
2012-05-12
s3/libsmb: Generalise cli_state in smb2 flush calls
Luk Claes
3
-30
/
+60
2012-05-12
s3/libsmb: Generalise cli_state in smb2 create calls
Luk Claes
4
-28
/
+59
2012-05-12
s3/libsmb: Generalise cli_state in smb2 close calls
Luk Claes
4
-23
/
+60
2012-05-12
s3-libsmb: Generalise cli_state in smb2 read calls
Luk Claes
4
-36
/
+62
2012-05-11
smbconf: remove python shebang from wscript_build
Michael Adam
1
-2
/
+0
2012-05-11
s4:lib: remove unused wscript_build file
Michael Adam
2
-8
/
+0
2012-05-11
util: use SMB_ASSERT with panic also in non-developer builds !!!
Michael Adam
1
-7
/
+0
2012-05-11
util: reformat the DEVELOPER definition of SMB_ASSERT
Michael Adam
1
-3
/
+8
2012-05-11
s3:smb2_ioctl: allow functions to disconnect the smb connection
Stefan Metzmacher
1
-3
/
+18
2012-05-11
libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO*
Stefan Metzmacher
1
-0
/
+8
2012-05-11
s3:smb2_ioctl: FSCTL_SRV_ENUMERATE_SNAPSHOTS is handles in SMB_VFS_FSCTL()
Stefan Metzmacher
1
-125
/
+0
2012-05-11
s3:smb2_ioctl: call SMB_VFS_FSCTL() as fallback for non SMB2 specific functions
Stefan Metzmacher
1
-4
/
+33
2012-05-11
samba4: When running samba_dnsupdate during tests, use the test
Jelmer Vernooij
1
-7
/
+7
2012-05-11
Fix bug #8922.
Jeremy Allison
1
-1
/
+1
[prev]
[next]