summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Apply some const to np_write()Volker Lendecke2008-11-011-1/+1
* Use shared doserr.c.Jelmer Vernooij2008-11-011-6/+0
* Remove duplicate prototypes.Jelmer Vernooij2008-11-011-11/+1
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-011-131/+0
|\
| * Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2008-11-011-4/+0
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-1/+0
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-1/+0
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-1/+0
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-2/+0
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-1/+0
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-1/+0
| * proto.h: Remove prototypes already in other header files.Jelmer Vernooij2008-11-011-120/+0
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-1/+0
|/
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-3/+2
* errors: share dcerpc error function.Günther Deschner2008-10-311-2/+2
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-10-301-0/+1
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-10-291-2/+11
* Add str_list_check[_ci] to s3's proto.hVolker Lendecke2008-10-251-0/+3
* Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke2008-10-251-1/+0
* Fix prototype for set_sockaddr_port.Jelmer Vernooij2008-10-231-1/+1
* Fix "parameter has incomplete type" build warning.Tim Prouty2008-10-231-1/+0
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-1/+3
* 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