summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2009-06-04Change smbd_smb2_request_error() to add a __location__.Jeremy Allison1-0/+3
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-06-03s3:smbd: move pending_auth_data list to struct smbd_server_connectionStefan Metzmacher1-9/+0
2009-06-02Add SMB_VFS_CONNECTPATH operationVolker Lendecke2-0/+8
2009-05-31Fix some nonempty blank linesVolker Lendecke1-4/+4
2009-05-30libwbclient: Add async call framework.Kai Blin1-75/+0
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-29Add smbldap_talloc_single_blob()Volker Lendecke1-0/+3
2009-05-29s3 async wbclient: Change license to LGPLv3+Volker Lendecke1-8/+12
2009-05-29s3 wbc_async: Fix copyright notice cut&paste error.Kai Blin1-1/+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-28Fix some nonempty blank linesVolker Lendecke1-17/+17
2009-05-28Make sid_binstring & friends take a talloc contextVolker Lendecke1-3/+3
2009-05-28Add smbldap_pull_sidVolker Lendecke1-0/+2
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-27Gna, how long do I program in C now??? :-)Volker Lendecke1-2/+2
2009-05-26Attempt to fix the build on HP/UXVolker Lendecke1-0/+10
2009-05-26Attempt to fix the build on NetBSDVolker Lendecke1-0/+3
2009-05-26Revert "s3: fix build on systems with struct stat member st_flags"Björn Jacke1-3/+0
2009-05-26s3: fix build on systems with struct stat member st_flagsBjörn Jacke1-0/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke3-19/+31
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 Prouty2-6/+22
2009-05-20s3:param: add PROTOCOL_SMB2Stefan Metzmacher1-1/+9
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-18Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke1-3/+1
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
2009-05-16s3-privileges: add privilege_delete_account().Günther Deschner1-0/+1
2009-05-15s3:param: prevent includes from being dumped in dump_*() functions.Michael Adam1-0/+1
2009-05-13s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher1-5/+0
2009-05-13s3:libsmb: let cli_smb_chain_send() also return NTSTATUSStefan Metzmacher1-1/+1
2009-05-13s3-printing: no need to define struct table_node 4 times.Günther Deschner1-0/+6
2009-05-13Remove an unused struct definitionVolker Lendecke1-6/+0
2009-05-13s3: return proper error code in cli_smb_req_sendBo Yang1-1/+1
2009-05-12Fix bug 6157Volker Lendecke1-0/+3
2009-05-12s3:proto.h: remove old param/params.c prototypeMichael Adam1-7/+0
2009-05-11Correct typos; semicolons instead of commasDerrell Lipman1-7/+7
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman1-0/+109