summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-14/+14
* Use libutil genrand.Jelmer Vernooij2008-10-231-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-231-1/+1
* s3: use shared asn1 code.Günther Deschner2008-10-221-32/+1
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-211-0/+1
* Add source4/ to include path because librpc/gen_ndr is still in source?/Jelmer Vernooij2008-10-201-0/+1
* Add missing prototypes for samba3-specific libndr/util.cJelmer Vernooij2008-10-201-1/+10
* Include generated header files rather than using manually writtenJelmer Vernooij2008-10-201-1577/+32
* Regenerate pidl output.Jelmer Vernooij2008-10-201-1/+0
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij2008-10-191-8/+2
|\
| * 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
* | 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
* s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner2008-10-161-3/+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
* Use GUID_random.Jelmer Vernooij2008-10-141-1/+0
* 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-141-55/+55
* Make the internal pipe functions staticVolker Lendecke2008-10-131-8/+0
* Remove smb_np_structVolker Lendecke2008-10-131-14/+0
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-131-1/+11
* Remove the chain_fsp globalVolker Lendecke2008-10-131-1/+0
* 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
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-7/+7
* Revert "Make get_rpc_pipe() static"Volker Lendecke2008-10-121-0/+1
* Make get_rpc_pipe() staticVolker Lendecke2008-10-121-1/+0
* Fix warning, prototype.Jelmer Vernooij2008-10-121-1/+1
* Share data_blob implementation.Jelmer Vernooij2008-10-121-12/+0
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-2/+0
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-1/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-10-111-9/+22
|\