summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-04Add pdb_get_domain_infoVolker Lendecke1-0/+1
2009-07-03s3-spoolss: add rpccli_spoolss_getprinterdriver convenience wrapper.Günther Deschner1-0/+7
2009-07-02s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher1-3/+9
2009-07-02s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher1-1/+3
2009-06-30Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu1-1/+1
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett1-0/+1
2009-06-28Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke1-1/+1
2009-06-27Add tstream_read_packetVolker Lendecke1-0/+10
2009-06-25s3: pass a valid stat into file_ntimes()Tim Prouty1-1/+1
2009-06-25s3 file_access: Convert some more functions over to use smb_filneameTim Prouty1-1/+2
2009-06-25s3: Change set_ea() and its callers to use smb_filenameTim Prouty1-1/+2
2009-06-25s3-netlogon: remove remaining netlogon init functions.Günther Deschner1-26/+0
2009-06-25s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner1-52/+0
2009-06-25s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.Günther Deschner1-0/+4
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-9/+12
2009-06-19Fix Coverity IDs 922 and 933Volker Lendecke1-1/+1
2009-06-18Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke1-0/+1
2009-06-18Add some const to the stat struct in the dosmode calls.Jeremy Allison1-4/+4
2009-06-18Replace the boilerplate calls to :Jeremy Allison1-2/+8
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-0/+1
2009-06-17s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty1-3/+4
2009-06-12s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty1-5/+3
2009-06-12s3: Add smb_filename utility functions and fix a bug in copy_smb_filenameTim Prouty1-0/+9
2009-06-10s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty1-4/+5
2009-06-10s3: Add utility function for copying an smb_filename structTim Prouty1-0/+3
2009-06-10Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison1-1/+13
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-2/+3
2009-06-05Make cli_ftruncate async. Also add a simple test.Jeremy Allison1-1/+7
2009-06-03s3:smbd: make make_connection_snum() non staticStefan Metzmacher1-0/+5
2009-06-03s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher1-9/+12
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-15/+24
2009-06-03s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher1-1/+2
2009-05-29Make cli_nt_delete_on_close() async.Jeremy Allison1-1/+7
2009-05-29s3:add prototype of map_nt_error_from_wbcErr() to proto.hMichael Adam1-0/+1
2009-05-29Consolidate create/delete account paths in pdbeditSimo Sorce1-1/+1
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-2/+0
2009-05-28Make cli_posix_chown()/cli_posix_chmod() async.Jeremy Allison1-2/+18
2009-05-28Make cli_posix_stat() async.Jeremy Allison1-1/+9
2009-05-28Make getfacl async.Jeremy Allison1-1/+13
2009-05-28Make sid_binstring & friends take a talloc contextVolker Lendecke1-3/+3
2009-05-27Add cli_posix_readlink() and a torture test for it.Jeremy Allison1-0/+9
2009-05-27Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison1-2/+18
2009-05-27s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen1-1/+1
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-9/+2
2009-05-20Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison1-3/+17
2009-05-20s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty1-6/+6
2009-05-18s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan1-1/+1
2009-05-18Change access_check_samr_object -> access_check_object.Jeremy Allison1-0/+7
2009-05-18Add "file_walk_table" to do stuff with all open filesVolker Lendecke1-0/+4
2009-05-16Move smb_create_user() in samsyncSimo Sorce1-5/+0