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