summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-22s3-printing: only include printing where really needed.Günther Deschner1-29/+0
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner1-8/+0
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-63/+0
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-2/+2
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-13/+13
2011-02-20s3: Convert init_system_info to NTSTATUSVolker Lendecke1-1/+1
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+2
2011-02-18s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett1-1/+0
2011-02-18lib/util/charset Use top level iconv.c in source3Andrew Bartlett1-1/+0
2011-02-18charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett1-4/+0
2011-02-16s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).Günther Deschner1-3/+0
2011-02-16s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose1-0/+2
2011-02-16s3-passdb: make priv2ld() publicSumit Bose1-0/+1
2011-02-16s3-passdb: add {get,set,del,enum}_trusted_domain callsSumit Bose1-0/+7
2011-02-16s3-passdb: Add minimal stub for IPA passdb backendSumit Bose1-0/+4
2011-02-15s3: Add "code_page" to struct samuVolker Lendecke1-0/+3
2011-02-15s3: Add "country_code" to struct samuVolker Lendecke1-0/+3
2011-02-14s3-proto: remove prototype for non-existing functions.Günther Deschner1-4/+0
2011-02-14s3-librpc: remove duplicate prototypes.Günther Deschner1-18/+0
2011-02-10s3: give ../librpc/ndr/util.c its own header.Günther Deschner1-7/+0
2011-02-10Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison1-1/+0
2011-02-09Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison1-1/+3
2011-02-09s3:rpc_client: make rpccli_bh_create() non-static for nowStefan Metzmacher1-0/+1
2011-02-08Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison1-1/+1
2011-02-08Add fdopendir().Jeremy Allison1-0/+1
2011-02-08pam: share pam errors in a common location.Günther Deschner1-7/+0
2011-02-08libndr: share some uuid helpers.Günther Deschner1-3/+0
2011-02-08ndr: merge ndr_map_error2string and ndr_errstr.Günther Deschner1-1/+0
2011-02-08ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner1-1/+0
2011-02-07s3-rpc_server: Added a svcctl shutdown function.Andreas Schneider1-0/+1
2011-02-07s3-services: Migrated svcctl registry functions to winreg.Andreas Schneider1-12/+0
2011-02-05Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison1-2/+2
2011-01-25Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison1-2/+6
2011-01-25Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison1-0/+1
2011-01-25Add name_hash into the share mode entry struct (as yet only use for renames t...Jeremy Allison1-0/+2
2011-01-25Add name_hash to files_struct. Set within fsp_set_smb_fname().Jeremy Allison1-0/+2
2011-01-25idl: add file_id idl.Günther Deschner1-3/+0
2011-01-25libndr: move ndr_print_bool to ndr_basic.cGünther Deschner1-1/+0
2011-01-21s3:winbind: Fork multiple children per domainVolker Lendecke1-0/+1
2011-01-17s3: Remove some unused codeVolker Lendecke1-2/+0
2011-01-17s3: Remove unused cli_send_keepaliveVolker Lendecke1-1/+0
2011-01-17s3: Remove unused cli_send/receive_transVolker Lendecke1-9/+0
2011-01-17s3: Make cli_setpathinfo_basic use cli_setpathinfoVolker Lendecke1-6/+6
2011-01-17s3: Add cli_setpathinfoVolker Lendecke1-0/+5
2011-01-17s3: Rename cli_setpathinfo->cli_setpathinfo_basicVolker Lendecke1-6/+6
2011-01-17s3: Remove unused cli_send/receive_nt_transVolker Lendecke1-9/+0
2011-01-17s3: Move dump_ntquota* to smbcquotas.cVolker Lendecke1-2/+0
2011-01-17s3: Convert cli_set_fs_quota_info to cli_transVolker Lendecke1-1/+2
2011-01-17s3: Convert cli_get_fs_quota_info to cli_transVolker Lendecke1-1/+2
2011-01-17s3: Convert cli_list_user_quota to cli_transVolker Lendecke1-1/+2