summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-4/+4
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-2/+8
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-0/+1
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-3/+4
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-5/+3
* s3: Add smb_filename utility functions and fix a bug in copy_smb_filenameTim Prouty2009-06-121-0/+9
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-4/+5
* s3: Add utility function for copying an smb_filename structTim Prouty2009-06-101-0/+3
* Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison2009-06-101-1/+13
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-2/+3
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-051-1/+7
* s3:smbd: make make_connection_snum() non staticStefan Metzmacher2009-06-031-0/+5
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-9/+12
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-15/+24
* s3:smbd: move negprot related globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+2
* Make cli_nt_delete_on_close() async.Jeremy Allison2009-05-291-1/+7
* s3:add prototype of map_nt_error_from_wbcErr() to proto.hMichael Adam2009-05-291-0/+1
* Consolidate create/delete account paths in pdbeditSimo Sorce2009-05-291-1/+1
* util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner2009-05-291-2/+0
* Make cli_posix_chown()/cli_posix_chmod() async.Jeremy Allison2009-05-281-2/+18
* Make cli_posix_stat() async.Jeremy Allison2009-05-281-1/+9
* Make getfacl async.Jeremy Allison2009-05-281-1/+13
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-3/+3
* Add cli_posix_readlink() and a torture test for it.Jeremy Allison2009-05-271-0/+9
* Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison2009-05-271-2/+18
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-9/+2
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-201-3/+17
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-6/+6
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-181-1/+1
* Change access_check_samr_object -> access_check_object.Jeremy Allison2009-05-181-0/+7
* Add "file_walk_table" to do stuff with all open filesVolker Lendecke2009-05-181-0/+4
* Move smb_create_user() in samsyncSimo Sorce2009-05-161-5/+0
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-161-0/+1
* s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher2009-05-131-5/+0
* s3:proto.h: remove old param/params.c prototypeMichael Adam2009-05-121-7/+0
* s3-samr: let set_user_info_16 and 20 follow the same pattern as all other lev...Günther Deschner2009-05-081-0/+2
* s3-samr: support some more info levels in samr_SetUserInfo calls.Günther Deschner2009-05-081-0/+20
* Make cli_tcon_andx chainableVolker Lendecke2009-05-071-0/+6
* Make cli_session_setup_guest chainableVolker Lendecke2009-05-071-0/+4
* Make cli_setatr async.Jeremy Allison2009-05-061-1/+11
* Make cli_setattrE async.Jeremy Allison2009-05-061-4/+13
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-6/+3
* Make cli_getatr() async.Jeremy Allison2009-05-051-2/+14
* Make cli_getattrE async.Jeremy Allison2009-05-051-5/+18
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+7
* Add fncall_send/recvVolker Lendecke2009-05-011-0/+8
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-39/+33
* Make cli_unlink async.Jeremy Allison2009-04-291-2/+7