summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-09s4-smbtorture: add test_QueryServiceStatus() to RPC-SVCCTL.Günther Deschner1-0/+32
Guenther
2009-04-09Merge branch 'wspp-schema'Andrew Tridgell36-16388/+6829
2009-04-09enable testing of possibleInferiors generationAndrew Tridgell1-0/+1
2009-04-09make the memory usage of possibleInferiors much more efficientAndrew Tridgell1-20/+31
2009-04-09added _const versions of some of the str_list_*() functionsAndrew Tridgell2-0/+84
These const versions don't copy the strings themselves, which is useful when those strings point at known constant data (into the schema in this case)
2009-04-09we should not be supplying a generated attribute in our schemaAndrew Tridgell1-13/+0
2009-04-09fixed the possibleInferiors calculation so it now passes the testAndrew Tridgell2-27/+28
We are probably still using more memory here than we need to. That needs to be looked at.
2009-04-09slightly nicer output in our possibleInferiors test codeAndrew Tridgell1-2/+2
2009-04-09hook the new possibleInferiors calculation into the schemaAndrew Tridgell1-14/+77
We now generate possibleInferiors at startup, and return it when requested
2009-04-09added str_list_unique() and str_list_show()Andrew Tridgell2-36/+62
I also undid some of the const changes from Andrew, as they didn't in fact resolve the const warnings.
2009-04-08Add the thread functions to top level lib/util.Jeremy Allison3-0/+277
Not yet used, that's the next step. Jeremy.
2009-04-08s3-svcctl: Fix _svcctl_EnumServicesStatusW (again).Günther Deschner1-3/+1
The final plan is to use the same macro based code that we have in spoolss to handle the buffers and calculate the buffer-sizes. Guenther
2009-04-08Remove async_reqVolker Lendecke9-617/+2
2009-04-08Convert cli_push to tevent_reqVolker Lendecke2-77/+66
Metze, please check! Thanks, Volker
2009-04-08Convert cli_pull to tevent_reqVolker Lendecke2-54/+49
2009-04-08s3-net: Fix Bug #5329: add "net rpc service delete/create".Günther Deschner1-0/+204
Patch from Danny Tylman <danny.tylman@insightix.com>. Guenther
2009-04-08Convert rpc_transport_smbd_init to tevent_reqVolker Lendecke2-39/+37
2009-04-08Convert rpc_cli_smbd_conn_init to tevent_reqVolker Lendecke2-44/+41
2009-04-08Convert get_anon_ipc to tevent_reqVolker Lendecke1-40/+35
2009-04-08Convert rpc_transport_np_init to tevent_reqVolker Lendecke3-46/+43
2009-04-08error-codes: add some service related error codes.Günther Deschner2-0/+6
Patch initially from: Danny Tylman <danny.tylman@insightix.com> Guenther
2009-04-08s4-smbtorture: fix test_ReportEventLog in RPC-EVENTLOG.Günther Deschner1-2/+3
Guenther
2009-04-08s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner3-52/+80
Guenther
2009-04-08s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner3-2/+2
Guenther
2009-04-08s3/packaging: Add idmap_hash and idmap_adex to the list of built modules.Karolin Seeger1-1/+1
Karolin
2009-04-08Make the schema_inferiors generation code to compileAndrew Bartlett4-70/+101
Sadly it still segfaults at this stage Andrew Bartlett
2009-04-08Rework util_strlist prototypes to use a bit more and less constAndrew Bartlett2-9/+43
Hopefully this produces less warnings, but it might produce more... Andrew Bartlett
2009-04-08s3-rpc-server: remove unused rpc_server/srv_util.c file.Günther Deschner1-88/+0
Guenther
2009-04-08s3-selftest: As Samba3 now passes RPC-SPOOLSS-WIN enable it against ourself.Günther Deschner1-1/+1
Guenther
2009-04-08s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers.Günther Deschner1-3/+15
The getdriver query failure should only be critical when there is actually a driver associated to a printer. Guenther
2009-04-08s3-selftest: add root for make test as well (not only make selftest).Günther Deschner1-0/+1
Guenther
2009-04-08s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().Günther Deschner1-0/+4
Guenther
2009-04-08s3-selftest: Samba3 passes RPC-SVCCTL so enable it during make test.Günther Deschner1-0/+1
Guenther
2009-04-08selftest: add a fake root user to nss_wrapper_passwd in s3.Günther Deschner1-0/+1
Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther
2009-04-08svcctl: use offered/needed for buffer sizes as in spoolss.Günther Deschner8-525/+525
Guenther
2009-04-08s3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file.Günther Deschner1-2/+0
Guenther
2009-04-08s3:lib Use push_ucs2_talloc() in ms_fnmatch()Andrew Bartlett1-7/+7
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-07s3-spoolss: set servername to global_myname() in set_printer_hnd_name().Günther Deschner1-1/+1
This allows spoolss_OpenPrinterEx to open a printer by printername. Now the Samba3 spoolss server passes the RPC-SPOOLSS-WIN test. Guenther
2009-04-07s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett2-39/+0
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-07s3:rpc_parse remove unused prs_unistr2()Andrew Bartlett2-39/+0
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-07s3:charcnv Remove unused unistr2 functionsAndrew Bartlett2-121/+0
Natrually, the hard work to make these unsued was done by GD, not me :-) Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-07s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett2-47/+0
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-07s3/docs: Raise version number up to 3.5.Karolin Seeger82-82/+82
Karolin
2009-04-07s3/popt.h: Fix typo.Karolin Seeger1-1/+1
Karolin
2009-04-07s3/loadparm: Fiy typos.Karolin Seeger1-2/+2
Karolin
2009-04-07s3/gpo_ldap: Fix typo.Karolin Seeger1-1/+1
Karolin
2009-04-07s3/smbconf_reg: Fix typo.Karolin Seeger1-1/+1
Karolin
2009-04-07s3/docs: Fix typo.Karolin Seeger1-1/+1
Karolin
2009-04-07s3 onefs: Fix case-insensitivity for mangled namesTim Prouty1-0/+12
onefs_get_real_filename needs to demangle the filename before doing the case-insensitive estat
2009-04-07s3 oplocks: Add back procid_str to debug messageTim Prouty1-2/+3