summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3:include: move debug.c prototypes to debug.hStefan Metzmacher2010-10-242-21/+21
| | | | metze
* s3:include: move MAX_DEBUG_LEVEL from local.h to debug.hStefan Metzmacher2010-10-242-9/+9
| | | | metze
* s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"Matthias Dieter Wallnöfer2010-10-242-24/+35
| | | | | | | In both the "objectguid" and the "repl_meta_data" DSDB module. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 24 18:39:43 UTC 2010 on sn-devel-104
* s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer2010-10-245-22/+30
| | | | This should prevent all possible integer storage problems in future.
* pidl:Samba4/NDR/Parser: fix NDR64 union alignmentStefan Metzmacher2010-10-241-0/+8
| | | | | | | | | | | | | | We need to align before the switch_type and before the union arms. Both alignments are to the boundary of the largest possible union arm. This means that adding a new union arm with a larger alignment would break compat!!! metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 17:49:23 UTC 2010 on sn-devel-104
* midltests: add more union_align examplesStefan Metzmacher2010-10-2415-24/+816
| | | | | | This demonstrates the difference between NDR32 and NDR64 metze
* s3: Initialize output vars in parse_ea_blobVolker Lendecke2010-10-241-0/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104
* s4:librpc: we don't need dcerpc client bindings for dns.idlStefan Metzmacher2010-10-241-16/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104
* s3: Remove unused cli_get_ea_list_fnumVolker Lendecke2010-10-241-62/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104
* s3: Replace cli_qfileinfo_test with a call to cli_qfileinfoVolker Lendecke2010-10-243-75/+10
|
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-248-63/+61
|
* s3: Convert cli_qfilename to cli_qfileinfoVolker Lendecke2010-10-243-37/+16
|
* s3: Add async cli_qfileinfoVolker Lendecke2010-10-242-0/+145
|
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-249-33/+42
|
* torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.Jelmer Vernooij2010-10-241-1/+1
| | | | | | | torture_local tests nss_wrapper. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104
* ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion withJelmer Vernooij2010-10-243-8/+8
| | | | 'ldb' python module.
* s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij2010-10-244-10/+10
|
* s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij2010-10-246-6/+6
|
* s4: Rename WBCLIENT to wbclient.Jelmer Vernooij2010-10-244-24/+24
|
* s4: Rename DB_GLUE to db_glue.Jelmer Vernooij2010-10-241-4/+4
|
* s4: Rename SMBPASSWD to smbpasswd.Jelmer Vernooij2010-10-244-11/+11
| | | | Rename DSDB_MODULE to dsdb_module.
* waf: Lowercase several library names.Jelmer Vernooij2010-10-242-24/+24
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-2446-110/+110
|
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-2412-33/+33
|
* s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij2010-10-243-7/+7
|
* waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij2010-10-243-6/+6
|
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-2310-23/+24
| | | | | | | Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104
* s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij2010-10-237-12/+12
| | | | Only link to uid_wrapper when it is enabled.
* s4: Rename WRAP_XATTR to wrap_xattr.Jelmer Vernooij2010-10-232-9/+9
|
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-2311-48/+48
|
* s4: Rename NDR_TABLE to ndr_table.Jelmer Vernooij2010-10-235-10/+10
|
* s4: Rename LIBNETIF to libnetif.Jelmer Vernooij2010-10-236-57/+53
|
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-239-26/+26
|
* create_descriptor.c - fix commentMatthias Dieter Wallnöfer2010-10-231-1/+1
| | | | | | | The location in MS-DTYPE changed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 21:33:46 UTC 2010 on sn-devel-104
* s4:provision.py - add the correct "CN=Sites" security descriptorMatthias Dieter Wallnöfer2010-10-232-5/+21
| | | | | | | This should help to fix bug #7403. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 20:16:59 UTC 2010 on sn-devel-104
* s4:schema.py - reformat and fix the security descriptorMatthias Dieter Wallnöfer2010-10-231-14/+23
| | | | | - Now it matches Windows's order - It contained a superfluous entry (an "Administrator" user grant)
* ldb: Support using system pyldb library.Jelmer Vernooij2010-10-231-8/+12
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 19:24:25 UTC 2010 on sn-devel-104
* ldb: Install pkg-config file for pyldb.Jelmer Vernooij2010-10-232-0/+14
|
* ldb: Install pyldb-util as public library.Jelmer Vernooij2010-10-231-2/+3
|
* tdb: Revert re-addition of tdb_set_logging_function.Jelmer Vernooij2010-10-233-3/+0
| | | | | | | | I accidentally committed this patch which we carry in the Debian packages. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104
* ldb:ldb.h - include a comment that the relax control is mainly used by the ↵Matthias Dieter Wallnöfer2010-10-231-0/+2
| | | | | | | OpenLDAP backend Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 16:40:04 UTC 2010 on sn-devel-104
* s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer2010-10-236-0/+44
| | | | | | | This control is exactly thought for the actions which previously were performed using the RELAX one. We agreed that the RELAX control will only remain for interactions with OpenLDAP.
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into ↵Matthias Dieter Wallnöfer2010-10-235-8/+8
| | | | | | LDB_CONTROL_BYPASS_OPERATIONAL_OID It's nicer to have this consistent with "BYPASS_PASSWORD_HASH".
* s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2010-10-232-5/+3
|
* tdb: commit the version 1.2.7 signaturesMatthias Dieter Wallnöfer2010-10-231-0/+61
|
* s4 dns: Implement update record prescan logicKai Blin2010-10-231-0/+37
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Oct 23 10:58:18 UTC 2010 on sn-devel-104
* s4 dns: Add stub checking if updates are allowedKai Blin2010-10-231-1/+9
|
* s4 dns: Add a prerequisites check for updatesKai Blin2010-10-231-2/+67
|
* s4 dns: Switch to WERRORKai Blin2010-10-235-98/+90
|
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-236-372/+487
|