summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ↵Stefan Metzmacher2009-02-031-3/+5
| | | | | | build-farm metze
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-032-4/+10
|
* lib/tdb: don't generate a static library for the samba4 buildStefan Metzmacher2009-02-031-1/+1
| | | | | | We also don't do this for talloc and ldb. metze
* Fix Coverity ID 870Volker Lendecke2009-02-031-0/+4
|
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or ↵Jeremy Allison2009-02-024-20/+54
| | | | | | | | | delete file This fixes the generic rename/delete problem for 3.3.0 and above. Fixed slightly differently to discussions, user viewable modified ACLs are not a good idea :-). Jeremy.
* s3:selftest: run test_posix_s3.sh testsStefan Metzmacher2009-02-032-1/+42
| | | | metze
* s3:build: pass the path to smbtorture4 down to make with and without '-t' prefixStefan Metzmacher2009-02-033-3/+7
| | | | metze
* s3-wbclient: Use new tevent data typesKai Blin2009-02-023-16/+16
|
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-0210-93/+117
| | | | Now I need to document this :-)
* fix for commit d96248a9b46 which broke Heimdal buildsBjörn Jacke2009-02-021-0/+6
|
* Attempt to fix "make test" on host "tridge"Volker Lendecke2009-02-021-1/+1
|
* s3:selftest: pass correct arguments to $SCRIPTDIR/test_smbtorture_s3.shStefan Metzmacher2009-02-021-2/+2
| | | | metze
* s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵Stefan Metzmacher2009-02-021-4/+7
| | | | | | CFLAG_NO_UNUSED_MACROS metze
* s4:param: swig_ldb was renamed to pyldb in ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | d965ff05c9923c8a0e440e905d0d9fe662cc5db0 metze
* s4:scripting/python: we should not silence warnings on handwritten python ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | bindings metze
* s4:param: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
| | | | metze
* s4:libcli: remove unused line in config.mkStefan Metzmacher2009-02-021-2/+0
| | | | metze
* s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
| | | | metze
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-023-21/+19
| | | | metze
* s4:auth: the python bindings don't use swig anymoreStefan Metzmacher2009-02-022-4/+3
| | | | metze
* lib/tevent: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-7/+2
| | | | metze
* lib/tdb: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-4/+2
| | | | metze
* s3:build: fix typo introduced in "fix build without shared libs"Michael Adam2009-02-021-1/+1
| | | | Michael
* s3:build: fix linking of bin/net when shared libs have been disabledMichael Adam2009-02-021-1/+1
| | | | Michael
* selftest: remove source4 specific stuff from selftest.plStefan Metzmacher2009-02-021-8/+7
| | | | metze
* s4:includes: copy #error DONT_USE_CPLUSPLUS_RESERVED_NAMES from source3Stefan Metzmacher2009-02-021-0/+16
| | | | | | We should not use c++ reserved names in source4 too. metze
* s4:torture/rpc: avoid 'delete' and 'class' in samba3rpc.cStefan Metzmacher2009-02-021-6/+6
| | | | metze
* s4:torture/rpc: s/class/kclass in winreg.cStefan Metzmacher2009-02-021-10/+10
| | | | metze
* s4:torture/util_smb: s/class/classnumStefan Metzmacher2009-02-021-3/+3
| | | | metze
* s4:torture/rpc: avoid 'new' in samsync.cStefan Metzmacher2009-02-021-22/+22
| | | | metze
* s4:torture/nbench: don't use 'new'Stefan Metzmacher2009-02-021-3/+3
| | | | metze
* s4:py_security: avoid 'this' and use 'py_self' and 'self'Stefan Metzmacher2009-02-021-9/+9
| | | | metze
* s4:lib/registry: s/new/nkeyStefan Metzmacher2009-02-021-3/+3
| | | | metze
* lib/tevent: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
| | | | metze
* s4:rpc_server/lsa: s/delete/del s/open/opnStefan Metzmacher2009-02-021-30/+32
| | | | metze
* s4:libnet: s/new/nStefan Metzmacher2009-02-021-9/+9
| | | | metze
* lib/util: s/new/pn in idtree.cStefan Metzmacher2009-02-021-16/+16
| | | | metze
* lib/util: s/class/dclassStefan Metzmacher2009-02-021-1/+1
| | | | metze
* s4:ldb_map: s/new/ntreeStefan Metzmacher2009-02-021-1/+1
| | | | metze
* s4:ldif_handlers: s/class/sclassStefan Metzmacher2009-02-021-4/+4
| | | | metze
* s4:schema_fsmo: s/class/sclassStefan Metzmacher2009-02-021-7/+7
| | | | metze
* s4:loadparm: s/class/pclassStefan Metzmacher2009-02-023-11/+11
| | | | metze
* s4:update_keytab: s/delete/do_deleteStefan Metzmacher2009-02-021-7/+7
| | | | metze
* libcli/nbt: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
| | | | metze
* s4:resolve/dns_ex: undefine class because it's used in ↵Stefan Metzmacher2009-02-021-0/+5
| | | | | | heimdal/lib/roken/resolve.h metze
* s4:libcli/raw: s/class/eclassStefan Metzmacher2009-02-021-3/+3
| | | | metze
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-0211-40/+40
| | | | metze
* s4:service_task: s/private/private_dataStefan Metzmacher2009-02-024-6/+6
| | | | metze
* s4:libcliraw: s/private/private_dataStefan Metzmacher2009-02-0219-79/+79
| | | | metze
* s4:wrepl_request: s/private/private_dataStefan Metzmacher2009-02-022-11/+11
| | | | metze