summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij2-11/+3
2008-10-31s3-samr: remove duplicate copies of Alias Object specific access rights.Günther Deschner1-28/+0
2008-10-31s3-samr: remove duplicate copies of Group Object specific access rights.Günther Deschner1-29/+0
2008-10-31s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner1-40/+0
2008-10-31s3-samr: remove duplicate copies of SAM user specific access rights.Günther Deschner1-43/+0
2008-10-31s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner1-31/+0
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-3/+2
2008-10-31errors: share dcerpc error function.Günther Deschner1-2/+2
2008-10-30Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison1-0/+1
2008-10-29Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison1-2/+11
2008-10-25Add proxied named pipe supportVolker Lendecke1-1/+2
2008-10-25Add str_list_check[_ci] to s3's proto.hVolker Lendecke1-0/+3
2008-10-25Remove "pipe_handle_offset" -- pipes now use "struct files_struct"Volker Lendecke1-1/+0
2008-10-24Revert Samba3 back to using its own charset handling code.Jelmer Vernooij1-1/+1
2008-10-24Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-10-24svcctl: move some non-rpc related bits out of rpc_svcctl.h.Günther Deschner3-23/+49
2008-10-23Fix prototype for set_sockaddr_port.Jelmer Vernooij1-1/+1
2008-10-23Fix "parameter has incomplete type" build warning.Tim Prouty1-1/+0
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+3
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-14/+14
2008-10-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-70/+0
2008-10-23Use libutil genrand.Jelmer Vernooij1-1/+1
2008-10-23s3-build: remove duplicate svcctl bits and re-run make samba3-idl.Günther Deschner1-70/+0
2008-10-23Import talloc_stack into util library.Jelmer Vernooij2-57/+1
2008-10-23Use common error definitions.Jelmer Vernooij7-994/+4
2008-10-22s3-asn1/spnego: use OIDs including dots.Günther Deschner1-4/+4
2008-10-22s3: use shared asn1 code.Günther Deschner3-87/+3
2008-10-22s3-spnego: move spnego defines to spnego.hGünther Deschner2-17/+17
2008-10-22Remove unused header file.Jelmer Vernooij1-3/+0
2008-10-21Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison1-0/+1
2008-10-20Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij1-8/+0
2008-10-20Add source4/ to include path because librpc/gen_ndr is still in source?/Jelmer Vernooij1-0/+1
2008-10-20Add missing prototypes for samba3-specific libndr/util.cJelmer Vernooij1-1/+10
2008-10-20s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner1-1298/+0
2008-10-20s3-build: no need to duplicate generated srv_ prototypes.Günther Deschner2-73/+0
2008-10-20Include generated header files rather than using manually writtenJelmer Vernooij1-1577/+32
2008-10-20Remove unused macro CONST_ADD.Jelmer Vernooij1-1/+0
2008-10-20Remove unused define for crypt (now in libreplace).Jelmer Vernooij1-4/+0
2008-10-20Regenerate pidl output.Jelmer Vernooij1-1/+0
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij3-58/+10
2008-10-19Inline the once-used macro "init_dfsroot"Volker Lendecke1-8/+0
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-19Remove defines for QSORT_CAST, already provided by libreplace.Jelmer Vernooij1-8/+0
2008-10-19Simplify SIG_ATOMIC_T define, since sig_atomic_t is always provided byJelmer Vernooij1-4/+2
2008-10-19Remove duplicate macro definitions (already defined in libutil/attr.h)Jelmer Vernooij1-17/+0
2008-10-18Use attr.h rather than having local defines for GCC attributes.Jelmer Vernooij1-13/+6
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