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
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce null_ndr_syntax_id
Volker Lendecke
2009-07-05
1
-0
/
+1
*
Make check_bind_req static to rpc_server/srv_pipe.c
Volker Lendecke
2009-07-05
1
-2
/
+0
*
Add pdb_get_domain_info
Volker Lendecke
2009-07-04
1
-0
/
+1
*
s3-spoolss: add rpccli_spoolss_getprinterdriver convenience wrapper.
Günther Deschner
2009-07-03
1
-0
/
+7
*
s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...
Stefan Metzmacher
2009-07-02
1
-3
/
+9
*
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
2009-07-02
1
-1
/
+3
*
Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.
SATOH Fumiyasu
2009-06-30
1
-1
/
+1
*
Fix ndrdump to use a common setup_logging() API
Andrew Bartlett
2009-06-29
1
-0
/
+1
*
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
2009-06-28
1
-1
/
+1
*
Add tstream_read_packet
Volker Lendecke
2009-06-27
1
-0
/
+10
*
s3: pass a valid stat into file_ntimes()
Tim Prouty
2009-06-25
1
-1
/
+1
*
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
2009-06-25
1
-1
/
+2
*
s3: Change set_ea() and its callers to use smb_filename
Tim Prouty
2009-06-25
1
-1
/
+2
*
s3-netlogon: remove remaining netlogon init functions.
Günther Deschner
2009-06-25
1
-26
/
+0
*
s3-netlogon: remove init_netr_SamInfo functions.
Günther Deschner
2009-06-25
1
-52
/
+0
*
s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.
Günther Deschner
2009-06-25
1
-0
/
+4
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-9
/
+12
*
Fix Coverity IDs 922 and 933
Volker Lendecke
2009-06-19
1
-1
/
+1
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-18
1
-0
/
+1
*
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
2009-06-18
1
-4
/
+4
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-2
/
+8
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-0
/
+1
*
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
2009-06-17
1
-3
/
+4
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-5
/
+3
*
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Tim Prouty
2009-06-12
1
-0
/
+9
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
1
-4
/
+5
*
s3: Add utility function for copying an smb_filename struct
Tim Prouty
2009-06-10
1
-0
/
+3
*
Make ctemp async. Fix the test to pass against W2K3.
Jeremy Allison
2009-06-10
1
-1
/
+13
*
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
2009-06-08
1
-2
/
+3
*
Make cli_ftruncate async. Also add a simple test.
Jeremy Allison
2009-06-05
1
-1
/
+7
*
s3:smbd: make make_connection_snum() non static
Stefan Metzmacher
2009-06-03
1
-0
/
+5
*
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-9
/
+12
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-15
/
+24
*
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-1
/
+2
*
Make cli_nt_delete_on_close() async.
Jeremy Allison
2009-05-29
1
-1
/
+7
*
s3:add prototype of map_nt_error_from_wbcErr() to proto.h
Michael Adam
2009-05-29
1
-0
/
+1
*
Consolidate create/delete account paths in pdbedit
Simo Sorce
2009-05-29
1
-1
/
+1
*
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Günther Deschner
2009-05-29
1
-2
/
+0
*
Make cli_posix_chown()/cli_posix_chmod() async.
Jeremy Allison
2009-05-28
1
-2
/
+18
*
Make cli_posix_stat() async.
Jeremy Allison
2009-05-28
1
-1
/
+9
*
Make getfacl async.
Jeremy Allison
2009-05-28
1
-1
/
+13
*
Make sid_binstring & friends take a talloc context
Volker Lendecke
2009-05-28
1
-3
/
+3
*
Add cli_posix_readlink() and a torture test for it.
Jeremy Allison
2009-05-27
1
-0
/
+9
*
Add aync POSIX hardlink and symlink and torture test for them.
Jeremy Allison
2009-05-27
1
-2
/
+18
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
1
-1
/
+1
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-9
/
+2
*
Make cli_posix_open() and cli_posix_mkdir() async.
Jeremy Allison
2009-05-20
1
-3
/
+17
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-6
/
+6
*
s3: Always allocate memory in dptr_ReadDirName
Aravind Srinivasan
2009-05-18
1
-1
/
+1
*
Change access_check_samr_object -> access_check_object.
Jeremy Allison
2009-05-18
1
-0
/
+7
[prev]
[next]