summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Inline the once-used macro "init_dfsroot"Volker Lendecke2008-10-191-8/+0
| * Make generate_random_buffer signature match that of lib/util.Jelmer Vernooij2008-10-191-7/+1
| * Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij2008-10-191-1/+1
| * Remove defines for QSORT_CAST, already provided by libreplace.Jelmer Vernooij2008-10-191-8/+0
| * Simplify SIG_ATOMIC_T define, since sig_atomic_t is always provided byJelmer Vernooij2008-10-191-4/+2
| * Remove duplicate macro definitions (already defined in libutil/attr.h)Jelmer Vernooij2008-10-191-17/+0
| * Use attr.h rather than having local defines for GCC attributes.Jelmer Vernooij2008-10-181-13/+6
* | Move ufc to libreplace.Jelmer Vernooij2008-10-181-4/+0
|/
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-1/+1
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-1/+1
* Fix const, dupes.Jelmer Vernooij2008-10-181-1/+1
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+3
* Use shared util.c.Jelmer Vernooij2008-10-181-3/+3
* Remove empty file.Jelmer Vernooij2008-10-181-0/+0
* Remove obsolete comment about bool.Jelmer Vernooij2008-10-181-4/+0
* Remove defines already provided by the system or libreplace.Jelmer Vernooij2008-10-181-127/+0
* Use the new memory macro file from Samba 3.Jelmer Vernooij2008-10-181-0/+1
* Unify access checks for lsa server functions.Jeremy Allison2008-10-171-0/+1
* s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner2008-10-162-29/+0
* s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.Günther Deschner2008-10-161-1/+0
* s3: remove rpccli_svcctl_query_config.Günther Deschner2008-10-161-2/+0
* s3-build: re-run make samba3-idl.Günther Deschner2008-10-151-2/+13
* s3-build: re-run make samba3-idl.Günther Deschner2008-10-151-17/+17
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-151-5/+13
|\
| * s3-build: re-run make samba3-idl.Günther Deschner2008-10-151-5/+13
* | Share initshutdown.idl.Jelmer Vernooij2008-10-151-10/+0
|/
* Share xattr implementation.Jelmer Vernooij2008-10-151-9/+0
* Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-0/+5
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-141-0/+1
|\
| * s3-build: fix init_samba_module missing proto warning.Günther Deschner2008-10-141-0/+1
* | Remove unused header file.Jelmer Vernooij2008-10-141-1/+0
|/
* Rely on standard {u,}int{8,16,32,64}_t types provided by system orJelmer Vernooij2008-10-141-41/+8
* Remove define for VOLATILE, volatile is already provided by libreplace.Jelmer Vernooij2008-10-141-12/+2
* MAXHOSTNAMELEN is already provided by libreplace if not by the system.Jelmer Vernooij2008-10-141-8/+0
* Remove unused data type schar. If we really need this, it should probably be ...Jelmer Vernooij2008-10-141-6/+0
* Use GUID_random.Jelmer Vernooij2008-10-141-1/+0
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-141-1/+2
|\
| * Cope with VFS change.Jeremy Allison2008-10-131-1/+2
* | Use GUID_from_string.Jelmer Vernooij2008-10-141-1/+0
* | Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-1/+0
|/
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-149-116/+105
* Make the internal pipe functions staticVolker Lendecke2008-10-131-8/+0
* Remove smb_np_structVolker Lendecke2008-10-132-72/+0
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-133-2/+14
* Remove the chain_fsp globalVolker Lendecke2008-10-132-1/+1
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-4/+5
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-9/+10
* Pass struct smb_request to file_fspVolker Lendecke2008-10-131-1/+1
* Share ndrdump implementation.Jelmer Vernooij2008-10-131-0/+1
* Import changes from upstream libndr.Jelmer Vernooij2008-10-131-10/+0