summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | added a new charset for string2keyAndrew Tridgell2008-10-311-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
* | Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr ↵Jeremy Allison2008-10-304-1/+62
|/ | | | | | module. Inheritance fails at the moment though. Jeremy.
* Don't create LanMan Directory Replication Service key (bug 4934).Jelmer Vernooij2008-10-301-4/+0
|
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-305-19/+65
|\
| * Inherit Windows ACLs on a new directory.Jeremy Allison2008-10-302-16/+58
| | | | | | | | Jeremy.
| * use glibc sys/inotify.h headerAndrew Tridgell2008-10-302-2/+6
| | | | | | | | | | | | when we first added the inotify code glibc didn't have the inotify functions yet. Now that it does we can use the official header and avoid the asm/unistd.h syscall workaround
| * Fix Debian maintainers email address.Jelmer Vernooij2008-10-301-1/+1
| |
* | Fix building of SWIG files from merged build.Jelmer Vernooij2008-10-301-1/+1
| |
* | Fix installation of Samba 4 during merged build.Jelmer Vernooij2008-10-304-6/+9
|/
* Revert "Length comparison of the linearized version is not correct."Simo Sorce2008-10-301-0/+3
| | | | This reverts commit 753af36a3e194f645ec0b68a033199035e71c909.
* use glibc sys/inotify.h headerAndrew Tridgell2008-10-302-1/+10
| | | | | | when we first added the inotify code glibc didn't have the inotify functions yet. Now that it does we can use the official header and avoid the asm/unistd.h syscall workaround
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-10-291-3/+0
|\
| * Length comparison of the linearized version is not correct.Simo Sorce2008-10-291-3/+0
| | | | | | | | | | | | | | | | The linearized version is not casefolded so length might not match and yet the strings be equivalent. This can happen if one component is case-insensitive and a letter that have an uppercase version of a multibyte character that differ in legth from the corresponding lowercase one.
* | Fix CID: 456 - resource leak on function exit.Jeremy Allison2008-10-291-0/+13
| | | | | | | | Jeremy.
* | Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison2008-10-291-0/+1
| | | | | | | | Jeremy.
* | Fix CID 574 - tidies up the code expression.Jeremy Allison2008-10-291-2/+2
| | | | | | | | Jeremy.
* | Coverity fix CID: 592 - null deref (can't happen but doesn't hurt to be sure).Jeremy Allison2008-10-291-1/+1
| | | | | | | | Jeremy.
* | Coverity fix #CID: 607 - resource leak on error path.Jeremy Allison2008-10-291-0/+1
|/ | | | Jeremy.
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-10-291-2/+2
|\
| * s4-srvsvc-server: fix obvious level mismatch in dcesrv_srvsvc_NetShareAdd().Günther Deschner2008-10-291-2/+2
| | | | | | | | Guenther
* | Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-10-294-150/+319
|/ | | | | Now to do the same for directories. Jeremy.
* wbinfo --sid-to-fullnameVolker Lendecke2008-10-291-1/+41
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* wbcGetDisplayNameVolker Lendecke2008-10-292-0/+49
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-srvsvc-idl: adapt some more formating changes from s3 idl.Günther Deschner2008-10-291-51/+72
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2008-10-296-59/+157
| | | | Guenther
* netlogon: merge netlogon.idl between s3 and s4.Günther Deschner2008-10-293-1475/+1
| | | | Guenther
* s4-netlogon: merge netr_ServerPasswordSet2 from s3 idl.Günther Deschner2008-10-293-24/+29
| | | | Guenther
* s4-netlogon: merge netr_ServerPasswordSet from s3 idl.Günther Deschner2008-10-295-20/+37
| | | | Guenther
* s4-netlogon: merge netr_ServerReqChallenge from s3 idl.Günther Deschner2008-10-296-12/+13
| | | | Guenther
* s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.Günther Deschner2008-10-297-17/+21
| | | | Guenther
* s4-netlogon: merge netr_DatabaseRedo from s3 idl.Günther Deschner2008-10-291-2/+2
| | | | Guenther
* s4-netlogon: merge netr_DatabaseSync2 from s3 idl.Günther Deschner2008-10-294-16/+39
| | | | Guenther
* s4-netlogon: merge netr_DatabaseSync from s3 idl.Günther Deschner2008-10-295-43/+78
| | | | Guenther
* s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.Günther Deschner2008-10-2910-91/+185
| | | | Guenther
* s4-netlogon: merge netr_AccountSync from s3 idl.Günther Deschner2008-10-292-8/+24
| | | | Guenther
* s4-netlogon: merge netr_AccountDeltas from s3 idl.Günther Deschner2008-10-292-6/+19
| | | | Guenther
* s4-netlogon: merge netr_DatabaseDeltas from s3 idl.Günther Deschner2008-10-293-21/+37
| | | | Guenther
* s4-netlogon: merge netr_LogonGetDomainInfo from s3 idl.Günther Deschner2008-10-293-2/+6
| | | | Guenther
* s4-netlogon: merge netr_LogonControl2Ex from s3 idl.Günther Deschner2008-10-292-1/+3
| | | | Guenther
* s4-netlogon: merge netr_LogonControl2 from s3 idl.Günther Deschner2008-10-292-6/+17
| | | | Guenther
* s4-netlogon: merge netr_LogonControl from s3 idl.Günther Deschner2008-10-292-1/+3
| | | | Guenther
* s4-netlogon: merge netr_DsRGetDCName{Ex,Ex2} from s3 idl.Günther Deschner2008-10-294-37/+45
| | | | Guenther
* s4-netlogon: merge netr_GetDcName from s3 idl.Günther Deschner2008-10-283-3/+5
| | | | Guenther
* s4-netlogon: merge netr_GetAnyDCName from s3 idl (untested).Günther Deschner2008-10-284-6/+12
| | | | Guenther
* s4-netlogon: merge netr_DsRGetSiteName from s3 idl.Günther Deschner2008-10-282-2/+4
| | | | Guenther
* s4-netlogon: merge netr_DsrEnumerateDomainTrusts from s3 idl.Günther Deschner2008-10-283-18/+23
| | | | Guenther
* s4-netlogon: merge netr_DsrGetDcSiteCoverageW from s3 idl.Günther Deschner2008-10-282-1/+3
| | | | Guenther
* s4-smbtorture: fix test_LogonUasLogoff.Günther Deschner2008-10-281-0/+2
| | | | Guenther
* s4-smbtorture: fix test_LogonUasLogon.Günther Deschner2008-10-283-2/+4
| | | | Guenther
* s4-netlogon: merge misc stuff.Günther Deschner2008-10-282-4/+6
| | | | Guenther