summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * s4-smbtorture: fix test for svcctl_EnumServicesStatusW.Günther Deschner2008-11-171-5/+7
| | | | | | | | Guenther
| * s4-smbtorture: add test for svcctl_QueryServiceStatusEx.Günther Deschner2008-11-171-0/+68
| | | | | | | | Guenther
| * svcctl: fix idl for svcctl_QueryServiceStatusEx.Günther Deschner2008-11-171-3/+3
| | | | | | | | Guenther
| * s4-smbtorture: pure reformatting of svcctl test.Günther Deschner2008-11-171-25/+24
| | | | | | | | Guenther
| * s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.Günther Deschner2008-11-171-3/+3
| | | | | | | | Guenther
| * s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite.Günther Deschner2008-11-171-0/+40
| | | | | | | | Guenther
| * ntsvcs: remove todo from PNP_GetDeviceList.Günther Deschner2008-11-171-1/+1
| | | | | | | | Guenther
| * pam_winbind: rerun genmsg after Bo Yang's fixes.Günther Deschner2008-11-171-12/+7
| | | | | | | | Guenther
| * s4:dsdb/samdb: don't allow objects without objectClassStefan Metzmacher2008-11-171-2/+2
| | | | | | | | | | | | We're using @ROOTDSE instead of CN=ROOTDSE. metze
| * Fix broken msgids in ntstatus_errorsBo Yang2008-11-171-6/+6
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org>
| * Improve the Gemand pam_winbind translation.Andreas Schneider2008-11-171-7/+7
| | | | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de>
| * net: Fix net rap printq info documentation (bug #5892)Kai Blin2008-11-172-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.
| * Run the original operation before we update linked attrsAndrew Bartlett2008-11-171-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
| * Add helpful function for comparison of DATA_BLOB elementsAndrew Bartlett2008-11-171-0/+15
| |
| * Remove timeout event once we are calling the callback.Andrew Bartlett2008-11-172-4/+6
| | | | | | | | | | | | | | (Even if the callback takes some time, this isn't a ldb_tdb timeout any more) Andrew Bartlett
| * Improve debug when SASL search failsAndrew Bartlett2008-11-171-1/+1
| |
| * Print unconvertable ldb element values as base64.Andrew Bartlett2008-11-171-2/+4
| | | | | | | | | | | | | | If an LDB element cannot be converted into a printable form, we should still print it, just with safety applied. Andrew Bartlett
| * The samba3sam test does not really need the extended_dn moduleAndrew Bartlett2008-11-171-1/+1
| | | | | | | | | | | | | | (This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett
| * Use new GUID_from_data_blobAndrew Bartlett2008-11-171-2/+2
| | | | | | | | | | | | | | This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett
| * Remove restrictions on number of DN components in LDAP serverAndrew Bartlett2008-11-171-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
| * Always validate a DN when constructing from a string in pythonAndrew Bartlett2008-11-171-1/+1
| |
| * s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo"Stefan Metzmacher2008-11-161-0/+56
| | | | | | | | metze
| * s4:dsdb/schema: add a function to generate the "extendedClassInfo" valuesStefan Metzmacher2008-11-162-5/+46
| | | | | | | | metze
| * s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" valuesStefan Metzmacher2008-11-162-8/+87
| | | | | | | | metze
| * s4:dsdb/schema: use pointers for rangeLower and rangeUpper.Stefan Metzmacher2008-11-162-6/+41
| | | | | | | | | | | | | | This makes clear there's an value stored in the schema, as they can be '0'. metze
| * s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the ↵Stefan Metzmacher2008-11-161-3/+1
| | | | | | | | | | | | syntax is already known metze
| * librpc/ndr: add GUID_hexstring()Stefan Metzmacher2008-11-162-0/+26
| | | | | | | | metze
| * librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher2008-11-161-0/+29
| | | | | | | | metze
| * s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-166-32/+26
| | | | | | | | metze
| * lib/util: hex_encode_talloc(): fix error path and set talloc nameStefan Metzmacher2008-11-161-0/+4
| | | | | | | | metze
| * Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2008-11-162-7/+22
| | | | | | | | | | | | | | The reason for this new function is to ensure the length is not discarded when the input is a ldb_val (aka DATA_BLOB) in ldb. Andrew Bartlett
| * s4:libcli/resolve: don't ignore SIGCHLD anymoreStefan Metzmacher2008-11-161-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | This broke ldbedit against a LDAP server, as the editor is called by "system()" which relies on getting something useful out of waitpid(). TODO: we should create a generic infrastructure to handle temporary forks and integrate the signal handling with signal events there. metze
| * s4:torture: fix the build with auto dependenciesStefan Metzmacher2008-11-165-6/+8
| | | | | | | | metze
| * Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-161-1/+9
| |
* | Explicitly include samba4 includes.h to fix the build.Jelmer Vernooij2008-11-181-1/+1
|/
* Remove unused init function in subunit code.Jelmer Vernooij2008-11-162-6/+1
|
* Fix merged build.Jelmer Vernooij2008-11-161-1/+1
|
* Move torture directory to top-level.Jelmer Vernooij2008-11-1610-14/+11
|
* Move libtorture to top-level.Jelmer Vernooij2008-11-165-0/+0
|
* s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate).Günther Deschner2008-11-151-3/+3
| | | | Guenther
* Attempt to fix the buildVolker Lendecke2008-11-151-1/+1
| | | | | | | I have no idea how this could have happened. Probably done a make and make test in a different tree than the one I have done the push from. Sorry. Volker
* pidl: skip generation of noopnum functions in generated s3 server.Günther Deschner2008-11-151-1/+6
| | | | Guenther
* pidl: do not generate cli_ functions for noopnum flaged functions.Günther Deschner2008-11-151-1/+4
| | | | Guenther
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-145-14/+26
| | | | | | This is an orthogonality measure to make clear this pointer now belongs to the cache. (cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f)
* Actually finish memcache_add_tallocVolker Lendecke2008-11-142-2/+68
| | | | | | | | This fixes a memleak found by Martin Zielinski <mz@seh.de>. Thanks for looking closely! Volker (cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2)
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-141-11/+12
|
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-141-4/+1
| | | | (cherry picked from commit eb99923991960e53bd150ac8f1d818cb746101b4)
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵Jeremy Allison2008-11-136-75/+55
| | | | | | format is fixed. Jeremy.
* s3-svctl-server: fix remote rpc service management (bug #5888).Günther Deschner2008-11-131-1/+1
| | | | | | Don't TALLOC_FREE a non-talloced [ref] pointer. Guenther
* fix typoVolker Lendecke2008-11-131-1/+1
|