summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Clarify comments.Jelmer Vernooij2008-02-213-3/+3
* | | | | Cache iconv_convenience.Jelmer Vernooij2008-02-281-12/+22
* | | | | torture/t_strcmp.c: Remove obsolete file - proper testing is now done in the ...Jelmer Vernooij2008-02-281-20/+0
* | | | | More share_init to more apprioriate place.Jelmer Vernooij2008-02-282-2/+1
* | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-02-2823-240/+337
|\ \ \ \ \
| * | | | | pvfs_open: fix callers of odb_get_delete_on_close()Stefan Metzmacher2008-02-281-2/+2
| * | | | | opendb: only return delete_on_close on odb_get_delete_on_close()Stefan Metzmacher2008-02-284-31/+9
| * | | | | pvfs: remove unused args from pvfs_delete_on_close_set()Stefan Metzmacher2008-02-282-5/+4
| * | | | | pvfs_open: use the delete_path of odb_close_file()Stefan Metzmacher2008-02-281-49/+35
| * | | | | opendb: return the path that should be deleted in odb_close_file()Stefan Metzmacher2008-02-284-6/+30
| | |_|/ / | |/| | |
| * | | | Ensure we don't try and set the acct_flags if they are 0 (meaningAndrew Bartlett2008-02-282-1/+9
| * | | | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-2838-266/+2215
| |\ \ \ \
| | * | | | unixinfo.idl: don't use utf8string anymoreStefan Metzmacher2008-02-271-2/+2
| * | | | | Fix up the libnet tests.Andrew Bartlett2008-02-282-4/+13
| * | | | | Check for and reject invalid account flags.Andrew Bartlett2008-02-281-0/+14
| * | | | | Generate ACB_PW_EXPIRED correctlyAndrew Bartlett2008-02-286-54/+115
| * | | | | Users and computers now share the same template.Andrew Bartlett2008-02-284-82/+101
| * | | | | Reorder modules to have rdn_name before objectclass.Andrew Bartlett2008-02-281-1/+1
| * | | | | Fix rdn_name errors.Andrew Bartlett2008-02-281-1/+2
| * | | | | Do not re-randomise in an individual test.Andrew Bartlett2008-02-281-2/+0
* | | | | | Remove more global_loadparm uses.Jelmer Vernooij2008-02-274-8/+16
| |/ / / / |/| | | |
* | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-02-274-10/+996
|\ \ \ \ \
| * | | | | RAW-OPLOCK: be more strict with share modes against windows and samba4Stefan Metzmacher2008-02-271-19/+32
| * | | | | selftest: samba4 doesn't pass RAW-OPLOCK BATCH19 und 20 yetStefan Metzmacher2008-02-271-0/+2
| * | | | | RAW-OPLOCK: use torture_result(TORTURE_FAIL) so that the knownfailures file workStefan Metzmacher2008-02-271-2/+2
| * | | | | RAW-OPLOCK: add BATCH20 test renaming via setpathinfo() and setfileinfo()Stefan Metzmacher2008-02-271-0/+135
| * | | | | RAW-OPLOCK: add BATCH19 test renaming via setpathinfoStefan Metzmacher2008-02-271-0/+112
| * | | | | RAW-OPLOCK: add BATCH18 test a ntrename with FLAG_RENAMEStefan Metzmacher2008-02-271-0/+75
| * | | | | RAW-OPLOCK: add BATCH17 test rename on a file with oplockStefan Metzmacher2008-02-271-0/+75
| * | | | | RAW-OPLOCK: add EXCLISIVE6 test a rename on a file with an oplockStefan Metzmacher2008-02-271-0/+72
| * | | | | RAW-OPLOCK: add EXCLUSIVE5 to test attribute only with OVERWRITE_IFStefan Metzmacher2008-02-271-0/+72
| * | | | | RAW-OPLOCK: add BATCH16 and tests attribute only with OVERWRITE_IFStefan Metzmacher2008-02-271-0/+79
| * | | | | pvfs_rename: we need a do a odb_rename() after pvfs_do_rename()Stefan Metzmacher2008-02-271-0/+3
| * | | | | pvfs_rename: add retry logic after sharing violation or non granted oplockStefan Metzmacher2008-02-271-2/+103
| * | | | | opendb_tdb: EXCLUSIVE oplock use the same matching logicStefan Metzmacher2008-02-271-3/+21
| * | | | | RAW-OPLOCK: add EXCLUSIVE4 a attribute only open doesn't break an exclusive o...Stefan Metzmacher2008-02-271-0/+65
| * | | | | RAW-OPLOCK: add EXCLUSIVE3Stefan Metzmacher2008-02-271-0/+69
| * | | | | RAW-OPLOCK: add EXCLUSIVE2Stefan Metzmacher2008-02-271-0/+95
| * | | | | RAW-OPLOCK: rename test (NORMAL => EXCLUSIVE1)Stefan Metzmacher2008-02-271-4/+4
| | |_|/ / | |/| | |
* | | | | Clarify comments.Jelmer Vernooij2008-02-273-3/+3
* | | | | Set lp_ctx properly.Jelmer Vernooij2008-02-271-0/+1
|/ / / /
* | | | Fix cases, add version number. (#4935)Matthias Dieter Wallnöfer2008-02-271-15/+24
* | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmak...Jelmer Vernooij2008-02-2714-19/+213
|\ \ \ \
| * | | | libreplace: standalone build: use -I$srcdir instead of -I.Michael Adam2008-02-271-1/+1
| * | | | libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-272-1/+6
| * | | | libreplace: fix standalone build on some systems.Michael Adam2008-02-271-0/+2
| | |_|/ | |/| |
| * | | libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-265-0/+96
| * | | pidl: Remove superfluous semicolon in perl code.Michael Adam2008-02-262-2/+2
| * | | RAW-OPLOCK: BATCH15: make sure a qpathinfo doesn't break batch oplocksStefan Metzmacher2008-02-261-0/+74
| * | | opendb_tdb: with break_to_none attribute only opens also break oplocksStefan Metzmacher2008-02-261-2/+9