summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2008-11-015-62/+18
| |
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-016-23/+7
| |
| * Remove tests for functions provided by libreplace from configure.Jelmer Vernooij2008-11-011-3/+3
| |
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-017-18/+19
| |
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-018-23/+16
| |
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-017-19/+18
| |
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-016-16/+14
| |
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-017-17/+16
| |
| * Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2008-11-012-2/+2
| |
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-015-20/+20
| |
| * Only provide valgrind_strlen prototype when it's being compiled in.Jelmer Vernooij2008-11-011-2/+2
| |
| * Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-11-0111-49/+141
| |\
| | * Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-316-29/+130
| | | | | | | | | | | | Jeremy.
| | * s4-smbtorture: fix segfault in RPC-SAMLOGON test.Günther Deschner2008-11-011-1/+1
| | | | | | | | | | | | | | | | | | Use torture_context when calling test_ChangePasswordUser3. Guenther
| | * s3-net: fix build warning.Günther Deschner2008-11-011-1/+1
| | | | | | | | | | | | | | | | | | Jeremy, please check. Guenther
| | * s3-accessmask: re-run make samba3-idl and remove duplicate copies.Günther Deschner2008-11-012-15/+6
| | | | | | | | | | | | Guenther
| | * security-idl: fix typo.Günther Deschner2008-11-011-3/+3
| | | | | | | | | | | | Guenther
| * | proto.h: Remove prototypes already in other header files.Jelmer Vernooij2008-11-011-120/+0
| | |
| * | Samba3: Include util.h header file rather than having custom prototypes.Jelmer Vernooij2008-11-016-60/+35
| |/
| * Another unused variable.Jeremy Allison2008-10-311-1/+0
| |
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-019-19/+23
| |
* | Support alternative include paths.Jelmer Vernooij2008-11-011-0/+4
| |
* | Install additional libutil headers.Jelmer Vernooij2008-11-012-0/+4
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-11-0118-487/+373
|\
| * Remove a pointles call to smb_bufremVolker Lendecke2008-10-311-2/+1
| | | | | | | | | | | | | | | | | | This call expanded to (smb_buflen(req->inbuf) - PTR_DIFF(smb_buf(req->inbuf) - smb_buf(req->inbuf))) which seems pretty pointless :-)
| * security-idl: add STANDARD_RIGHTS_X bits.Günther Deschner2008-10-311-0/+14
| | | | | | | | Guenther
| * s3-samr: remove duplicate copies of Alias Object specific access rights.Günther Deschner2008-10-313-33/+10
| | | | | | | | Guenther
| * s3-samr-idl: add Alias Object specific access rights.Günther Deschner2008-10-311-0/+22
| | | | | | | | Guenther
| * s3-samr: remove duplicate copies of Group Object specific access rights.Günther Deschner2008-10-313-34/+10
| | | | | | | | Guenther
| * s3-samr-idl: add Group Object specific access rights.Günther Deschner2008-10-311-0/+22
| | | | | | | | Guenther
| * s3-samr: remove duplicate copies of Domain Object specific access rights.Günther Deschner2008-10-314-59/+24
| | | | | | | | Guenther
| * s3-samr-idl: add Domain Object specific access rights.Günther Deschner2008-10-311-0/+28
| | | | | | | | Guenther
| * s3-samr: remove duplicate copies of SAM user specific access rights.Günther Deschner2008-10-313-56/+23
| | | | | | | | Guenther
| * s3-samr-idl: add User Object specific access rights.Günther Deschner2008-10-311-0/+29
| | | | | | | | Guenther
| * s3-samr: remove duplicate copies of SAM server specific access rights.Günther Deschner2008-10-313-39/+8
| | | | | | | | Guenther
| * s3-samr-idl: add SAM server specific access rights.Günther Deschner2008-10-311-0/+23
| | | | | | | | Guenther
| * TypoVolker Lendecke2008-10-311-1/+1
| |
| * Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-3112-263/+158
| | | | | | | | | | | | calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy.
* | Split out torture results from torture context.Jelmer Vernooij2008-11-014-39/+59
| |
* | Add comments in torture code, allow creating subcontexts.Jelmer Vernooij2008-10-312-4/+46
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-313-5/+5
|\
| * build: re-run make samba3-idl.Günther Deschner2008-10-312-4/+4
| | | | | | | | Guenther
| * srvsvc: fix typo in srvsvc_NetSrvInfo403.Günther Deschner2008-10-311-1/+1
| | | | | | | | Guenther
* | dcerpc: Fix include path so header installer translates it correctly during ↵Jelmer Vernooij2008-10-311-1/+1
| | | | | | | | install.
* | samba4.rpc.samr: Use torture API in a couple more places.Jelmer Vernooij2008-10-311-323/+216
| |
* | samba4.rpc.samr: Use more torture API functionsJelmer Vernooij2008-10-311-146/+87
| |
* | Disable lanman authentication by default in Samba 4.Jelmer Vernooij2008-10-313-2/+4
|/
* errors: share dcerpc error function.Günther Deschner2008-10-317-67/+12
| | | | Guenther
* use the new CH_UTF16_MUNGED charset for utf16 password buffersAndrew Tridgell2008-10-311-1/+1
| | | | now to work out how to test this ...
* finished adding UTF16_MUNGED charsetAndrew Tridgell2008-10-314-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