summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18s3-libnet-samsync: add samsync_ops to all samsync modules.Günther Deschner5-0/+21
Guenther
2008-11-18s3-libnet-samsync: add samsync_ops.Günther Deschner1-0/+18
Guenther
2008-11-18s3-libnet: move add_to_keytab_entries to libnet_keytab.Günther Deschner4-87/+93
Guenther
2008-11-18s3-net: add "net rpc vampire passdb" that allows to take arguments.Günther Deschner3-0/+22
Guenther
2008-11-18s3-net: use net_scan_dc in net rpc vampire keytab.Günther Deschner1-8/+27
Guenther
2008-11-18s3-net: add net_scan_dc function.Günther Deschner2-0/+42
Guenther
2008-11-18s3-net: add net_dc_info struct.Günther Deschner1-0/+10
Guenther
2008-11-18s3-net-vampire: add support for partial replication (individual deltas).Günther Deschner1-0/+109
Guenther
2008-11-18s3-libnet-samsync: add support for partial replication.Günther Deschner2-12/+124
Guenther
2008-11-18Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij56-338/+929
2008-11-18Explicitly include samba4 includes.h to fix the build.Jelmer Vernooij1-1/+1
2008-11-17Fix bug #5906 when running winbindd on a Samba PDC. Winbindd crash on ↵Davide Sfriso1-2/+2
'getent group' Jeremy.
2008-11-17Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison4-4/+21
Jeremy.
2008-11-17s3-libnet-samsync: use enctype 23 for vampired keytab entries.Günther Deschner1-1/+1
Guenther
2008-11-17Fix build warning introduced by making SERVICE_CONTROL an enumTim Prouty1-4/+2
2008-11-17s3 create-tarball.sh: Remove dashes in git commands.Karolin Seeger1-4/+4
Newer git versions (e.g. 1.6.0.2) do not provide the 'git-' commands any longer. Karolin
2008-11-17s3-build: re-run make samba3-idl.Günther Deschner5-109/+179
Guenther
2008-11-17svcctl: fill in SERVICE_CONTROL from s3.Günther Deschner7-19/+54
Guenther
2008-11-17svcctl: fix idl for svcctl_EnumServicesStatusW.Günther Deschner1-4/+4
Guenther
2008-11-17s4-smbtorture: add test for svcctl_QueryServiceConfig2W.Günther Deschner1-0/+49
Guenther
2008-11-17svcctl: fix idl for svcctl_QueryServiceConfig2W.Günther Deschner1-3/+3
Guenther
2008-11-17svcctl: fix idl for EnumServicesStatusExW.Günther Deschner1-6/+6
Guenther
2008-11-17s4-smbtorture: fix test for svcctl_EnumServicesStatusW.Günther Deschner1-5/+7
Guenther
2008-11-17s4-smbtorture: add test for svcctl_QueryServiceStatusEx.Günther Deschner1-0/+68
Guenther
2008-11-17svcctl: fix idl for svcctl_QueryServiceStatusEx.Günther Deschner1-3/+3
Guenther
2008-11-17s4-smbtorture: pure reformatting of svcctl test.Günther Deschner1-25/+24
Guenther
2008-11-17s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.Günther Deschner1-3/+3
Guenther
2008-11-17s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite.Günther Deschner1-0/+40
Guenther
2008-11-17ntsvcs: remove todo from PNP_GetDeviceList.Günther Deschner1-1/+1
Guenther
2008-11-17pam_winbind: rerun genmsg after Bo Yang's fixes.Günther Deschner1-12/+7
Guenther
2008-11-17s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher1-2/+2
We're using @ROOTDSE instead of CN=ROOTDSE. metze
2008-11-17 Fix broken msgids in ntstatus_errorsBo Yang1-6/+6
Signed-off-by: Günther Deschner <gd@samba.org>
2008-11-17Improve the Gemand pam_winbind translation.Andreas Schneider1-7/+7
Signed-off-by: Andreas Schneider <anschneider@suse.de>
2008-11-17net: Fix net rap printq info documentation (bug #5892)Kai Blin2-5/+6
Carsten Dumke <carsten@cdumke.de> reported and provided a patch for v3.0 and v3.2. (See 0a7fb721cdc) This fixes the same issue in v3.3 and also changes the auto-generated usage information to give better help about net rap printq info.
2008-11-17Run the original operation before we update linked attrsAndrew Bartlett1-17/+24
This causes the linked attribute modifies to occour after the original operation is entered in the transaction (any failure still fails the lot). This means (I hope) that we can have another module search the originating record when the backlink is created, filling in the GUID and SID for the extended DN. Andrew Bartlett
2008-11-17Add helpful function for comparison of DATA_BLOB elementsAndrew Bartlett1-0/+15
2008-11-17Remove timeout event once we are calling the callback.Andrew Bartlett2-4/+6
(Even if the callback takes some time, this isn't a ldb_tdb timeout any more) Andrew Bartlett
2008-11-17Improve debug when SASL search failsAndrew Bartlett1-1/+1
2008-11-17Print unconvertable ldb element values as base64.Andrew Bartlett1-2/+4
If an LDB element cannot be converted into a printable form, we should still print it, just with safety applied. Andrew Bartlett
2008-11-17The samba3sam test does not really need the extended_dn moduleAndrew Bartlett1-1/+1
(This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett
2008-11-17Use new GUID_from_data_blobAndrew Bartlett1-2/+2
This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett
2008-11-17Remove restrictions on number of DN components in LDAP serverAndrew Bartlett1-13/+9
There is no reason for these restrictions to be in the LDAP server - they belong in the LDB layer. When accepting 'extended' or 'alternate' DNs we can't tell anyway. Andrew Bartlett
2008-11-17Always validate a DN when constructing from a string in pythonAndrew Bartlett1-1/+1
2008-11-16s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher1-0/+56
metze
2008-11-16s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2-5/+46
metze
2008-11-16s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2-8/+87
metze
2008-11-16s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2-6/+41
This makes clear there's an value stored in the schema, as they can be '0'. metze
2008-11-16s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the ↵Stefan Metzmacher1-3/+1
syntax is already known metze
2008-11-16librpc/ndr: add GUID_hexstring()Stefan Metzmacher2-0/+26
metze
2008-11-16librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher1-0/+29
metze