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
...
*
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
*
Add "file_walk_table" to do stuff with all open files
Volker Lendecke
2009-05-18
1
-0
/
+4
*
Move smb_create_user() in samsync
Simo Sorce
2009-05-16
1
-5
/
+0
*
s3-privileges: add privilege_delete_account().
Günther Deschner
2009-05-16
1
-0
/
+1
*
s3:libsmb: move read_smb_send/recv() static in async_smb.c
Stefan Metzmacher
2009-05-13
1
-5
/
+0
*
s3:proto.h: remove old param/params.c prototype
Michael Adam
2009-05-12
1
-7
/
+0
*
s3-samr: let set_user_info_16 and 20 follow the same pattern as all other lev...
Günther Deschner
2009-05-08
1
-0
/
+2
*
s3-samr: support some more info levels in samr_SetUserInfo calls.
Günther Deschner
2009-05-08
1
-0
/
+20
*
Make cli_tcon_andx chainable
Volker Lendecke
2009-05-07
1
-0
/
+6
*
Make cli_session_setup_guest chainable
Volker Lendecke
2009-05-07
1
-0
/
+4
*
Make cli_setatr async.
Jeremy Allison
2009-05-06
1
-1
/
+11
*
Make cli_setattrE async.
Jeremy Allison
2009-05-06
1
-4
/
+13
*
s3-printing: simplify print_queue helper functions and return WERROR.
Günther Deschner
2009-05-06
1
-6
/
+3
*
Make cli_getatr() async.
Jeremy Allison
2009-05-05
1
-2
/
+14
*
Make cli_getattrE async.
Jeremy Allison
2009-05-05
1
-5
/
+18
*
Add getaddrinfo_send/recv
Volker Lendecke
2009-05-01
1
-0
/
+7
*
Add fncall_send/recv
Volker Lendecke
2009-05-01
1
-0
/
+8
*
Cause cli_close to return an NTSTATUS.
Jeremy Allison
2009-04-30
1
-1
/
+1
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-39
/
+33
*
Make cli_unlink async.
Jeremy Allison
2009-04-29
1
-2
/
+7
*
More async calls in libsmb/clifile.c
Jeremy Allison
2009-04-29
1
-2
/
+17
*
s3:smbd/service: switch load_registry_service/shares to use loadparm routines
Michael Adam
2009-04-29
1
-0
/
+1
*
s3:loadparm: refactor process_registry_service out or process_registry_globals
Michael Adam
2009-04-29
1
-0
/
+1
*
Convert cli_rename to async.
Jeremy Allison
2009-04-28
1
-1
/
+7
*
Convert cli_posix_unlink() and cli_posix_rmdir()
Jeremy Allison
2009-04-28
1
-2
/
+14
*
s3:registry: replace typedef REGISTRY_OPS by struct registry_ops
Michael Adam
2009-04-27
1
-2
/
+2
*
s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle
Michael Adam
2009-04-27
1
-16
/
+22
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
1
-14
/
+17
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-15
/
+15
*
find/replace. Change uintX types to uintX_t types to tidy up the code.
Jeremy Allison
2009-04-24
1
-15
/
+15
*
Add missing prototypes
Volker Lendecke
2009-04-23
1
-0
/
+20
*
Make dskattr async.
Jeremy Allison
2009-04-22
1
-1
/
+1
*
Make cli_chkpath async.
Jeremy Allison
2009-04-22
1
-1
/
+1
*
s3: Use common security_descriptor_equal().
Jelmer Vernooij
2009-04-21
1
-1
/
+0
[prev]
[next]