summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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-18Remove empty file.Jelmer Vernooij1-0/+0
2008-10-18Remove obsolete comment about bool.Jelmer Vernooij1-4/+0
2008-10-18Remove defines already provided by the system or libreplace.Jelmer Vernooij1-127/+0
2008-10-18Use the new memory macro file from Samba 3.Jelmer Vernooij1-0/+1
2008-10-17Unify access checks for lsa server functions.Jeremy Allison1-0/+1
2008-10-16s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner2-29/+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-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij1-0/+5
2008-10-14Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-0/+1
2008-10-14Remove unused header file.Jelmer Vernooij1-1/+0
2008-10-14s3-build: fix init_samba_module missing proto warning.Günther Deschner1-0/+1
2008-10-14Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij1-41/+8
2008-10-14Remove define for VOLATILE, volatile is already provided by libreplace.Jelmer Vernooij1-12/+2
2008-10-14MAXHOSTNAMELEN is already provided by libreplace if not by the system.Jelmer Vernooij1-8/+0
2008-10-14Remove unused data type schar. If we really need this, it should probably be ...Jelmer Vernooij1-6/+0
2008-10-14Use GUID_random.Jelmer Vernooij1-1/+0
2008-10-14Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-1/+2
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-13Cope with VFS change.Jeremy Allison1-1/+2
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij9-116/+105
2008-10-13Make the internal pipe functions staticVolker Lendecke1-8/+0
2008-10-13Remove smb_np_structVolker Lendecke2-72/+0
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke3-2/+14
2008-10-13Remove the chain_fsp globalVolker Lendecke2-1/+1
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-12Sync util_tdb implementations.Jelmer Vernooij1-16/+16
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij1-132/+0
2008-10-12Use common xfile.h.Jelmer Vernooij2-49/+1
2008-10-12Use common byteorder.h.Jelmer Vernooij2-177/+1
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