summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij7-18/+19
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij8-23/+16
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij7-19/+18
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij6-16/+14
2008-11-01Move sys_link to libreplace.Jelmer Vernooij7-17/+16
2008-11-01Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2-2/+2
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij5-20/+20
2008-11-01Only provide valgrind_strlen prototype when it's being compiled in.Jelmer Vernooij1-2/+2
2008-11-01Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij11-49/+141
2008-11-01proto.h: Remove prototypes already in other header files.Jelmer Vernooij1-120/+0
2008-11-01Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij6-60/+35
2008-10-31Get closer to passing S4 RAW-ACLs.Jeremy Allison6-29/+130
Jeremy.
2008-11-01Support alternative include paths.Jelmer Vernooij1-0/+4
2008-11-01s4-smbtorture: fix segfault in RPC-SAMLOGON test.Günther Deschner1-1/+1
Use torture_context when calling test_ChangePasswordUser3. Guenther
2008-11-01s3-net: fix build warning.Günther Deschner1-1/+1
Jeremy, please check. Guenther
2008-11-01s3-accessmask: re-run make samba3-idl and remove duplicate copies.Günther Deschner2-15/+6
Guenther
2008-11-01security-idl: fix typo.Günther Deschner1-3/+3
Guenther
2008-11-01Install additional libutil headers.Jelmer Vernooij2-0/+4
2008-10-31Another unused variable.Jeremy Allison1-1/+0
2008-11-01Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij18-487/+373
2008-11-01Split out torture results from torture context.Jelmer Vernooij4-39/+59
2008-10-31Remove a pointles call to smb_bufremVolker Lendecke1-2/+1
This call expanded to (smb_buflen(req->inbuf) - PTR_DIFF(smb_buf(req->inbuf) - smb_buf(req->inbuf))) which seems pretty pointless :-)
2008-10-31security-idl: add STANDARD_RIGHTS_X bits.Günther Deschner1-0/+14
Guenther
2008-10-31s3-samr: remove duplicate copies of Alias Object specific access rights.Günther Deschner3-33/+10
Guenther
2008-10-31s3-samr-idl: add Alias Object specific access rights.Günther Deschner1-0/+22
Guenther
2008-10-31s3-samr: remove duplicate copies of Group Object specific access rights.Günther Deschner3-34/+10
Guenther
2008-10-31s3-samr-idl: add Group Object specific access rights.Günther Deschner1-0/+22
Guenther
2008-10-31s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner4-59/+24
Guenther
2008-10-31s3-samr-idl: add Domain Object specific access rights.Günther Deschner1-0/+28
Guenther
2008-10-31s3-samr: remove duplicate copies of SAM user specific access rights.Günther Deschner3-56/+23
Guenther
2008-10-31s3-samr-idl: add User Object specific access rights.Günther Deschner1-0/+29
Guenther
2008-10-31s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner3-39/+8
Guenther
2008-10-31s3-samr-idl: add SAM server specific access rights.Günther Deschner1-0/+23
Guenther
2008-10-31TypoVolker Lendecke1-1/+1
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison12-263/+158
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy.
2008-10-31Add comments in torture code, allow creating subcontexts.Jelmer Vernooij2-4/+46
2008-10-31Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-5/+5
2008-10-31dcerpc: Fix include path so header installer translates it correctly during ↵Jelmer Vernooij1-1/+1
install.
2008-10-31samba4.rpc.samr: Use torture API in a couple more places.Jelmer Vernooij1-323/+216
2008-10-31build: re-run make samba3-idl.Günther Deschner2-4/+4
Guenther
2008-10-31srvsvc: fix typo in srvsvc_NetSrvInfo403.Günther Deschner1-1/+1
Guenther
2008-10-31samba4.rpc.samr: Use more torture API functionsJelmer Vernooij1-146/+87
2008-10-31Disable lanman authentication by default in Samba 4.Jelmer Vernooij3-2/+4
2008-10-31errors: share dcerpc error function.Günther Deschner7-67/+12
Guenther
2008-10-31use the new CH_UTF16_MUNGED charset for utf16 password buffersAndrew Tridgell1-1/+1
now to work out how to test this ...
2008-10-31finished adding UTF16_MUNGED charsetAndrew Tridgell4-72/+102
Changed the approach for the charset to go via utf16, which makes a bit more sense to read. Added a testsuiite for UTF16_MUNGED as part of LOCAL-ICONV
2008-10-31Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell19-2225/+1025
2008-10-31added a new charset for string2keyAndrew Tridgell1-0/+132
This charset follows the rules for converting random buffers to utf8 strings, matching the way windows does it. This should allow us to be compatible for the generation of AES keys
2008-10-31srvsvc: re-move idl file to main directory.Günther Deschner1-1547/+0
Guenther
2008-10-31Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij18-732/+1079