Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sys_symlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 7 | -19/+18 |
| | |||||
* | Move sys_readlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 6 | -16/+14 |
| | |||||
* | Move sys_link to libreplace. | Jelmer Vernooij | 2008-11-01 | 7 | -17/+16 |
| | |||||
* | Use 'regular' chown, libreplace will provide (dummy) replacement if necessary. | Jelmer Vernooij | 2008-11-01 | 2 | -2/+2 |
| | |||||
* | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 2008-11-01 | 5 | -20/+20 |
| | |||||
* | Only provide valgrind_strlen prototype when it's being compiled in. | Jelmer Vernooij | 2008-11-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-11-01 | 11 | -49/+141 |
|\ | |||||
| * | Get closer to passing S4 RAW-ACLs. | Jeremy Allison | 2008-10-31 | 6 | -29/+130 |
| | | | | | | | | Jeremy. | ||||
| * | s4-smbtorture: fix segfault in RPC-SAMLOGON test. | Günther Deschner | 2008-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Use torture_context when calling test_ChangePasswordUser3. Guenther | ||||
| * | s3-net: fix build warning. | Günther Deschner | 2008-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Jeremy, please check. Guenther | ||||
| * | s3-accessmask: re-run make samba3-idl and remove duplicate copies. | Günther Deschner | 2008-11-01 | 2 | -15/+6 |
| | | | | | | | | Guenther | ||||
| * | security-idl: fix typo. | Günther Deschner | 2008-11-01 | 1 | -3/+3 |
| | | | | | | | | Guenther | ||||
* | | proto.h: Remove prototypes already in other header files. | Jelmer Vernooij | 2008-11-01 | 1 | -120/+0 |
| | | |||||
* | | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 2008-11-01 | 6 | -60/+35 |
|/ | |||||
* | Another unused variable. | Jeremy Allison | 2008-10-31 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-11-01 | 18 | -487/+373 |
|\ | |||||
| * | Remove a pointles call to smb_bufrem | Volker Lendecke | 2008-10-31 | 1 | -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 Deschner | 2008-10-31 | 1 | -0/+14 |
| | | | | | | | | Guenther | ||||
| * | s3-samr: remove duplicate copies of Alias Object specific access rights. | Günther Deschner | 2008-10-31 | 3 | -33/+10 |
| | | | | | | | | Guenther | ||||
| * | s3-samr-idl: add Alias Object specific access rights. | Günther Deschner | 2008-10-31 | 1 | -0/+22 |
| | | | | | | | | Guenther | ||||
| * | s3-samr: remove duplicate copies of Group Object specific access rights. | Günther Deschner | 2008-10-31 | 3 | -34/+10 |
| | | | | | | | | Guenther | ||||
| * | s3-samr-idl: add Group Object specific access rights. | Günther Deschner | 2008-10-31 | 1 | -0/+22 |
| | | | | | | | | Guenther | ||||
| * | s3-samr: remove duplicate copies of Domain Object specific access rights. | Günther Deschner | 2008-10-31 | 4 | -59/+24 |
| | | | | | | | | Guenther | ||||
| * | s3-samr-idl: add Domain Object specific access rights. | Günther Deschner | 2008-10-31 | 1 | -0/+28 |
| | | | | | | | | Guenther | ||||
| * | s3-samr: remove duplicate copies of SAM user specific access rights. | Günther Deschner | 2008-10-31 | 3 | -56/+23 |
| | | | | | | | | Guenther | ||||
| * | s3-samr-idl: add User Object specific access rights. | Günther Deschner | 2008-10-31 | 1 | -0/+29 |
| | | | | | | | | Guenther | ||||
| * | s3-samr: remove duplicate copies of SAM server specific access rights. | Günther Deschner | 2008-10-31 | 3 | -39/+8 |
| | | | | | | | | Guenther | ||||
| * | s3-samr-idl: add SAM server specific access rights. | Günther Deschner | 2008-10-31 | 1 | -0/+23 |
| | | | | | | | | Guenther | ||||
| * | Typo | Volker Lendecke | 2008-10-31 | 1 | -1/+1 |
| | | |||||
| * | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 2008-10-31 | 12 | -263/+158 |
| | | | | | | | | | | | | calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy. | ||||
* | | Split out torture results from torture context. | Jelmer Vernooij | 2008-11-01 | 4 | -39/+59 |
| | | |||||
* | | Add comments in torture code, allow creating subcontexts. | Jelmer Vernooij | 2008-10-31 | 2 | -4/+46 |
|/ | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-31 | 3 | -5/+5 |
|\ | |||||
| * | build: re-run make samba3-idl. | Günther Deschner | 2008-10-31 | 2 | -4/+4 |
| | | | | | | | | Guenther | ||||
| * | srvsvc: fix typo in srvsvc_NetSrvInfo403. | Günther Deschner | 2008-10-31 | 1 | -1/+1 |
| | | | | | | | | Guenther | ||||
* | | dcerpc: Fix include path so header installer translates it correctly during ↵ | Jelmer Vernooij | 2008-10-31 | 1 | -1/+1 |
| | | | | | | | | install. | ||||
* | | samba4.rpc.samr: Use torture API in a couple more places. | Jelmer Vernooij | 2008-10-31 | 1 | -323/+216 |
| | | |||||
* | | samba4.rpc.samr: Use more torture API functions | Jelmer Vernooij | 2008-10-31 | 1 | -146/+87 |
| | | |||||
* | | Disable lanman authentication by default in Samba 4. | Jelmer Vernooij | 2008-10-31 | 3 | -2/+4 |
|/ | |||||
* | errors: share dcerpc error function. | Günther Deschner | 2008-10-31 | 7 | -67/+12 |
| | | | | Guenther | ||||
* | use the new CH_UTF16_MUNGED charset for utf16 password buffers | Andrew Tridgell | 2008-10-31 | 1 | -1/+1 |
| | | | | now to work out how to test this ... | ||||
* | finished adding UTF16_MUNGED charset | Andrew Tridgell | 2008-10-31 | 4 | -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 | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 2008-10-31 | 19 | -2225/+1025 |
|\ | |||||
| * | srvsvc: re-move idl file to main directory. | Günther Deschner | 2008-10-31 | 1 | -1547/+0 |
| | | | | | | | | Guenther | ||||
| * | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-31 | 18 | -732/+1079 |
| |\ | |||||
| | * | s3-build: re-run make samba3-idl. | Günther Deschner | 2008-10-31 | 6 | -238/+272 |
| | | | | | | | | | | | | Guenther | ||||
| | * | srvsvc: share srvsvc idl between s3 and s4. | Günther Deschner | 2008-10-31 | 2 | -5/+5 |
| | | | | | | | | | | | | Guenther | ||||
| | * | s4-srvsvc: merge srvsvc_NetShareEnum from s3 idl. | Günther Deschner | 2008-10-31 | 4 | -47/+130 |
| | | | | | | | | | | | | Guenther | ||||
| | * | s4-srvsvc: merge srvsvc_NetShareEnumAll from s3 idl. | Günther Deschner | 2008-10-31 | 6 | -57/+131 |
| | | | | | | | | | | | | Guenther | ||||
| | * | s4-srvsvc: merge srvsvc_NetSessEnum from s3 idl. | Günther Deschner | 2008-10-31 | 3 | -33/+61 |
| | | | | | | | | | | | | Guenther |