summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison2009-07-101-2/+0
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-1/+1
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-6/+4
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-3/+0
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-5/+7
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-1/+2
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-1/+1
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-081-0/+1
* s3: Remove unnecessary const qualifiersTim Prouty2009-07-071-5/+4
* s3: QNX doesn't know uint - replace with uint_tBjörn Jacke2009-07-071-4/+4
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-4/+3
* s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty2009-07-061-3/+4
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-4/+2
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-1/+1
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-2/+1
* Add const to init_rpc_hdr_baVolker Lendecke2009-07-051-1/+1
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-051-2/+3
* Introduce null_ndr_syntax_idVolker Lendecke2009-07-051-0/+1
* Make check_bind_req static to rpc_server/srv_pipe.cVolker Lendecke2009-07-051-2/+0
* Add pdb_get_domain_infoVolker Lendecke2009-07-041-0/+1
* s3-spoolss: add rpccli_spoolss_getprinterdriver convenience wrapper.Günther Deschner2009-07-031-0/+7
* s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher2009-07-021-3/+9
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-021-1/+3
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-301-1/+1
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-0/+1
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-1/+1
* Add tstream_read_packetVolker Lendecke2009-06-271-0/+10
* s3: pass a valid stat into file_ntimes()Tim Prouty2009-06-251-1/+1
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-1/+2
* s3: Change set_ea() and its callers to use smb_filenameTim Prouty2009-06-251-1/+2
* s3-netlogon: remove remaining netlogon init functions.Günther Deschner2009-06-251-26/+0
* s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner2009-06-251-52/+0
* s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.Günther Deschner2009-06-251-0/+4
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-9/+12
* Fix Coverity IDs 922 and 933Volker Lendecke2009-06-191-1/+1
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-181-0/+1
* 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