Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-17 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -109/+179 | |
Guenther | |||||
2008-11-17 | svcctl: fill in SERVICE_CONTROL from s3. | Günther Deschner | 7 | -19/+54 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: add test for svcctl_QueryServiceConfig2W. | Günther Deschner | 1 | -0/+49 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_QueryServiceConfig2W. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for EnumServicesStatusExW. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: fix test for svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -5/+7 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: add test for svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -0/+68 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: pure reformatting of svcctl test. | Günther Deschner | 1 | -25/+24 | |
Guenther | |||||
2008-11-17 | s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | s4-smbtorture: add PNP_GetDeviceRegProp test for ntsvcs testsuite. | Günther Deschner | 1 | -0/+40 | |
Guenther | |||||
2008-11-17 | ntsvcs: remove todo from PNP_GetDeviceList. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-17 | pam_winbind: rerun genmsg after Bo Yang's fixes. | Günther Deschner | 1 | -12/+7 | |
Guenther | |||||
2008-11-17 | s4:dsdb/samdb: don't allow objects without objectClass | Stefan Metzmacher | 1 | -2/+2 | |
We're using @ROOTDSE instead of CN=ROOTDSE. metze | |||||
2008-11-17 | Fix broken msgids in ntstatus_errors | Bo Yang | 1 | -6/+6 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-17 | Improve the Gemand pam_winbind translation. | Andreas Schneider | 1 | -7/+7 | |
Signed-off-by: Andreas Schneider <anschneider@suse.de> | |||||
2008-11-17 | net: Fix net rap printq info documentation (bug #5892) | Kai Blin | 2 | -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-17 | Run the original operation before we update linked attrs | Andrew Bartlett | 1 | -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-17 | Add helpful function for comparison of DATA_BLOB elements | Andrew Bartlett | 1 | -0/+15 | |
2008-11-17 | Remove timeout event once we are calling the callback. | Andrew Bartlett | 2 | -4/+6 | |
(Even if the callback takes some time, this isn't a ldb_tdb timeout any more) Andrew Bartlett | |||||
2008-11-17 | Improve debug when SASL search fails | Andrew Bartlett | 1 | -1/+1 | |
2008-11-17 | Print unconvertable ldb element values as base64. | Andrew Bartlett | 1 | -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-17 | The samba3sam test does not really need the extended_dn module | Andrew Bartlett | 1 | -1/+1 | |
(This module has been split up into extended_dn_in, extended_dn_out and extended_dn_store). Andrew Bartlett | |||||
2008-11-17 | Use new GUID_from_data_blob | Andrew Bartlett | 1 | -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-17 | Remove restrictions on number of DN components in LDAP server | Andrew Bartlett | 1 | -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-17 | Always validate a DN when constructing from a string in python | Andrew Bartlett | 1 | -1/+1 | |
2008-11-16 | s4:dsdb/schema_fsmo: provide "extendedAttributeInfo" and "extendedClassInfo" | Stefan Metzmacher | 1 | -0/+56 | |
metze | |||||
2008-11-16 | s4:dsdb/schema: add a function to generate the "extendedClassInfo" values | Stefan Metzmacher | 2 | -5/+46 | |
metze | |||||
2008-11-16 | s4:dsdb/schema: add a function to generate the "extendedAttributeInfo" values | Stefan Metzmacher | 2 | -8/+87 | |
metze | |||||
2008-11-16 | s4:dsdb/schema: use pointers for rangeLower and rangeUpper. | Stefan Metzmacher | 2 | -6/+41 | |
This makes clear there's an value stored in the schema, as they can be '0'. metze | |||||
2008-11-16 | s4:dsdb/schema: we don't need to use find_syntax_map_by_ad_oid() as the ↵ | Stefan Metzmacher | 1 | -3/+1 | |
syntax is already known metze | |||||
2008-11-16 | librpc/ndr: add GUID_hexstring() | Stefan Metzmacher | 2 | -0/+26 | |
metze | |||||
2008-11-16 | librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string too | Stefan Metzmacher | 1 | -0/+29 | |
metze | |||||
2008-11-16 | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 6 | -32/+26 | |
metze | |||||
2008-11-16 | lib/util: hex_encode_talloc(): fix error path and set talloc name | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2008-11-16 | Add a new function to parse a DATA_BLOB into a GUID | Andrew Bartlett | 2 | -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 | |||||
2008-11-16 | s4:libcli/resolve: don't ignore SIGCHLD anymore | Stefan Metzmacher | 1 | -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 | |||||
2008-11-16 | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 5 | -6/+8 | |
metze | |||||
2008-11-16 | Fix bug 5901: Default for streams_depot location | TAKAHASHI Motonobu | 1 | -1/+9 | |
2008-11-16 | Remove unused init function in subunit code. | Jelmer Vernooij | 2 | -6/+1 | |
2008-11-16 | Fix merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 10 | -14/+11 | |
2008-11-16 | Move libtorture to top-level. | Jelmer Vernooij | 5 | -0/+0 | |
2008-11-15 | s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate). | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-15 | Attempt to fix the build | Volker Lendecke | 1 | -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 | |||||
2008-11-15 | pidl: skip generation of noopnum functions in generated s3 server. | Günther Deschner | 1 | -1/+6 | |
Guenther | |||||
2008-11-15 | pidl: do not generate cli_ functions for noopnum flaged functions. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 5 | -14/+26 | |
This is an orthogonality measure to make clear this pointer now belongs to the cache. (cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f) | |||||
2008-11-14 | Actually finish memcache_add_talloc | Volker Lendecke | 2 | -2/+68 | |
This fixes a memleak found by Martin Zielinski <mz@seh.de>. Thanks for looking closely! Volker (cherry picked from commit a31a84a078100819809e6d40dbc3df207a50a0b2) |