summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner2008-07-171-1/+6
| | | | | Guenther (This used to be commit d9d0cf6411a29d456735e980f9ac8ad75f3edfbd)
* netapi: add NetGroupEnum example code.Günther Deschner2008-07-172-0/+159
| | | | | Guenther (This used to be commit 133ea72a996a1eefda1b6351277f415823db55fc)
* netapi: fill in NetGroupEnum_r().Günther Deschner2008-07-171-2/+259
| | | | | Guenther (This used to be commit 64700e09ce9417c0b0128cc016abd34ab92f3695)
* netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2008-07-172-5/+7
| | | | | Guenther (This used to be commit f2875677194f440ffebf18e6f5171be948114353)
* re-run make idl.Günther Deschner2008-07-171-1/+1
| | | | | Guenther (This used to be commit d9e9e64ad9749361c898d7853906d1aaf2dad59c)
* netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner2008-07-171-1/+1
| | | | | Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
* netapi: add NetGroupEnum to public headers.Günther Deschner2008-07-171-0/+28
| | | | | Guenther (This used to be commit 4564581f9aaf4afd6c47c6d5a9a299bc5012244d)
* netapi: add skeleton for NetGroupEnum().Günther Deschner2008-07-173-0/+82
| | | | | Guenther (This used to be commit 21a0d9d254d5c21c4bc9fe305e9df2126476f3f4)
* re-run make idl.Günther Deschner2008-07-173-10/+83
| | | | | Guenther (This used to be commit 1ae9ae839e2f9032bb30db377e0022112dee2419)
* netapi: add NetGroupEnum to IDL.Günther Deschner2008-07-171-0/+14
| | | | | Guenther (This used to be commit f2240192363e09a8182a468c8743ff031ecee04e)
* netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2008-07-173-1/+67
| | | | | Guenther (This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)
* util: add policy_hnd_equal().Günther Deschner2008-07-172-0/+12
| | | | | Guenther (This used to be commit 6aca163e898bfeeff824725bb27b2ef4f7b729f9)
* netapi: fix documentation for NetGroupSetInfo.Günther Deschner2008-07-171-2/+2
| | | | | Guenther (This used to be commit 7b4f84793b39f2940381bccae27f65275cc39572)
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-07-163-37/+46
| | | | | | | | | | | | | | | binary. The biggest change is that it renames it from cifs.spnego to cifs.upcall since the cifs.spnego name really isn't applicable anymore. It also fixes a segfault when the program is run without any args and adds a manpage. Comments and/or suggestions appreciated. This set should apply cleanly to the 3.3 test branch. Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeremy. (This used to be commit c633f10d9e78327664e6bca51f66756bcf0505a6)
* In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke2008-07-1620-22/+53
| | | | | This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-163-1/+19
| | | | (This used to be commit 5fc90908deb417130af122941e084542304a2543)
* In api_pipe_bind_req(), decode the bind request before checking the pipeVolker Lendecke2008-07-161-8/+10
| | | | (This used to be commit 8be41382ed9bb4fb44a1846fff2c7652388e4f28)
* Allow %u parameters for print job username - use advanced subJim McDonough2008-07-161-3/+5
| | | | | | Based on 3.0 and 3.2 patch from Bo Yang <boyang@novell.com> Bo, please verify this version works for you. (This used to be commit 9e6760cfeaf77e80df3b84004090d934f3c2d574)
* Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke2008-07-161-24/+7
| | | | | | | | | | | | | It's a bit difficult to explain why idmap config backend:FOO = rid should work while idmap config backend : FOO = rid should not. And I doubt we will ever see domain names with whitespaces... (This used to be commit 0207f99d3f02bd8ff5dadc1574fe13b46c3e09a3)
* Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke2008-07-161-46/+56
| | | | (This used to be commit 37dba0c192ec7d4105465beae0d6e8598c7dbb7a)
* Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke2008-07-161-26/+28
| | | | (This used to be commit 78801431c896f1e2007d652b611c2ce1108e1023)
* The compatibility function also should have a const buffer pointerDerrell Lipman2008-07-161-1/+1
| | | | (This used to be commit b731447ec539d454002300fd755dddcad2351d6c)
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-163-4/+4
| | | | | | | | | As we try to provide POSIX function, we should use const like all other POSIX function. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (This used to be commit 36e5df59544de9df140ca40ad0efd77afd8e1468)
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-1621-420/+817
|\ | | | | | | (This used to be commit 11d74fc51c637b8129304b5de85bbe02a86a69ce)
| * libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher2008-07-161-2/+2
| | | | | | | | | | metze (This used to be commit 6b7ddb6d664f5f3b62161cdb3abf12633b263a64)
| * rerun 'make idl' after drsuapi.idl changesStefan Metzmacher2008-07-163-189/+470
| | | | | | | | | | metze (This used to be commit 512912e1316a7d3d11a2434efa568d9ec50914b4)
| * drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher2008-07-161-7/+27
| | | | | | | | | | | | metze (cherry picked from commit 9e99e59ca7e56bf74417ec85339e09e86f50d17e) (This used to be commit 11ab230832b48f2ff7f2c9319168b6ae53590b61)
| * drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2008-07-162-3/+9
| | | | | | | | | | | | metze (cherry picked from commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) (This used to be commit 7488eda7a33f5ebe58a1c1217b7ac7e17e67946d)
| * drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher2008-07-161-6/+6
| | | | | | | | | | | | metze (cherry picked from commit a681e55067a83f06e465b81afb2b0b870b674dca) (This used to be commit c3ebb9ae001c1c2d74233b3f3e33dc8fd57098b6)
| * drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher2008-07-161-4/+4
| | | | | | | | | | | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit d9d19eef4f67da89e7d818d23a2372bee6f86dba) (This used to be commit 0a24fa0dc3514ef19b84d41055682954a22d3079)
| * drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher2008-07-161-6/+24
| | | | | | | | | | | | metze (cherry picked from commit 924ef407bd20331cc94f5aeb58f53a5838ae00a4) (This used to be commit 6a33be98b8dd4223491f1cbed9a1af2bc44e7356)
| * Release still reachable memory if the smbclient context is freed.Andreas Schneider2008-07-151-0/+19
| | | | | | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> (This used to be commit 7a65053bc8579b4f56045fb2c658a91a4af0dfea)
| * Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-151-2/+6
| | | | | | | | | | | | function more like POSIX and allow NULL arg. Help vfs developers. Jeremy. (This used to be commit 613f2849ad2dc25fe2e5f8a76d69797b5b302bb9)
| * Fix swat. Bug #5613.Jeremy Allison2008-07-153-23/+18
| | | | | | | | | | Jeremy (This used to be commit 15920f838835f5dbbac8712202267c2a99237686)
| * fix build warning.Günther Deschner2008-07-151-2/+5
| | | | | | | | | | Guenther (This used to be commit 507660706901a79544d436046127947e4baa7e52)
| * netapi: fix vim(?)-typoMichael Adam2008-07-151-1/+1
| | | | | | | | | | Michael (This used to be commit 7a7bddd75413dba3c0c43fab68a115cf0445f12b)
| * netapi: Correctly increase idx when displaying user informationKai Blin2008-07-151-1/+3
| | | | | | | | (This used to be commit 5fad9de2507b88820149def31faa28e5e45f7b5f)
| * dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.Michael Adam2008-07-151-1/+1
| | | | | | | | | | | | | | return NULL instead and leave appropriated measures to the caller. Michael (This used to be commit 1002507b56a13420d8178c5397610edd839a7584)
| * dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.Michael Adam2008-07-151-2/+0
| | | | | | | | | | Michael (This used to be commit 308fc7d5bf5f5ccfc73677b052a4e6ecede25921)
| * dbwrap: don't panic in db_open() when attaching to ctdb fails.Michael Adam2008-07-151-2/+1
| | | | | | | | | | Michael (This used to be commit b9c008d9bd8b8119007e7ad03a40235998af4f5c)
| * registry: bump debug level to 1 in regdb_init() if storing version string fails.Michael Adam2008-07-151-1/+1
| | | | | | | | | | | | | | Higher level callers should take care of level 0 messages. Michael (This used to be commit b5829e04eaf2408858b34f53b849aaf8b969a925)
| * registry: bump debug level to 1 in regdb_init() if opening the registry fails.Michael Adam2008-07-151-1/+1
| | | | | | | | | | | | | | Higher level callers take care of level 0 messages or more drastic measures. Michael (This used to be commit 111d802b5c0dfdf556f736b6c53df74e077a6238)
| * dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam2008-07-151-1/+8
| | | | | | | | | | Michael (This used to be commit 013d29c70438bfd43bd11cbb13ba707b256f9b18)
| * dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam2008-07-151-1/+8
| | | | | | | | | | Michael (This used to be commit 33188a991f7e2f8dc1b5beed1dde1b7f77403e1a)
| * testparm: allow the default debug level of 2 to be changed from the command ↵Michael Adam2008-07-151-1/+8
| | | | | | | | | | | | | | line. Michael (This used to be commit 5a0883a7f28538fad542293e1d9361e8c4bed1fd)
| * popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-152-0/+8
| | | | | | | | | | Michael (This used to be commit e7d08b673066a63aaa7ab54ac59566ae8a975672)
| * testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-151-58/+67
| | | | | | | | | | | | | | Just to enhance clearness of the code. Michael (This used to be commit cd5d13dec0153c64d541e85bd13138b738cf50af)
| * testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-151-1/+1
| | | | | | | | | | Michael (This used to be commit 6cafee7e6ae02a32a9f2ddf313d2a20224fa22fe)
| * testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-152-4/+4
| | | | | | | | | | | | | | | | | | | | as suggested by Karolin. That is what it really means. And per-share logic tests will be disabled by the same switch, too... Michael (This used to be commit 5b8a4c33482917a1ef7071df224957ba831d853a)
| * testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam2008-07-151-1/+1
| | | | | | | | | | Michael (This used to be commit 32f4b1443af12026c419684be45a7d8b96ccfaac)