summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Regenerate pidl output.Jelmer Vernooij1-1/+0
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij1-8/+2
2008-10-19Make generate_random_buffer signature match that of lib/util.Jelmer Vernooij1-7/+1
2008-10-19Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij1-1/+1
2008-10-18Move ufc to libreplace.Jelmer Vernooij1-4/+0
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-1/+1
2008-10-18Use str_list_equal() rather than str_list_compare().Jelmer Vernooij1-1/+1
2008-10-18Fix const, dupes.Jelmer Vernooij1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+3
2008-10-18Use shared util.c.Jelmer Vernooij1-3/+3
2008-10-16s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner1-3/+0
2008-10-16s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.Günther Deschner1-1/+0
2008-10-16s3: remove rpccli_svcctl_query_config.Günther Deschner1-2/+0
2008-10-15s3-build: re-run make samba3-idl.Günther Deschner1-2/+13
2008-10-15s3-build: re-run make samba3-idl.Günther Deschner1-17/+17
2008-10-15Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-5/+13
2008-10-15s3-build: re-run make samba3-idl.Günther Deschner1-5/+13
2008-10-15Share initshutdown.idl.Jelmer Vernooij1-10/+0
2008-10-15Share xattr implementation.Jelmer Vernooij1-9/+0
2008-10-14Use GUID_random.Jelmer Vernooij1-1/+0
2008-10-14Use GUID_from_string.Jelmer Vernooij1-1/+0
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-1/+0
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-55/+55
2008-10-13Make the internal pipe functions staticVolker Lendecke1-8/+0
2008-10-13Remove smb_np_structVolker Lendecke1-14/+0
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke1-1/+11
2008-10-13Remove the chain_fsp globalVolker Lendecke1-1/+0
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-4/+5
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-9/+10
2008-10-13Pass struct smb_request to file_fspVolker Lendecke1-1/+1
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-0/+1
2008-10-13Import changes from upstream libndr.Jelmer Vernooij1-10/+0
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-7/+7
2008-10-12Revert "Make get_rpc_pipe() static"Volker Lendecke1-0/+1
2008-10-12Make get_rpc_pipe() staticVolker Lendecke1-1/+0
2008-10-12Fix warning, prototype.Jelmer Vernooij1-1/+1
2008-10-12Share data_blob implementation.Jelmer Vernooij1-12/+0
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-2/+0
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij1-1/+2
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij1-9/+22
2008-10-10If you have a large number of cups printers, then scanning for print info can...Jeremy Allison1-2/+6
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-2/+1
2008-10-09Remove a pointless level of indirectionVolker Lendecke1-1/+0
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison1-0/+1
2008-10-08Deal with inheritance from parent directory when setting WindowsJeremy Allison1-0/+3
2008-10-07Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison1-2/+2
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-0/+1
2008-10-06Add netlogond auth methodVolker Lendecke1-0/+2