summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner2008-07-171-1/+6
* netapi: add NetGroupEnum example code.Günther Deschner2008-07-172-0/+159
* netapi: fill in NetGroupEnum_r().Günther Deschner2008-07-171-2/+259
* netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2008-07-172-5/+7
* re-run make idl.Günther Deschner2008-07-171-1/+1
* netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner2008-07-171-1/+1
* netapi: add NetGroupEnum to public headers.Günther Deschner2008-07-171-0/+28
* netapi: add skeleton for NetGroupEnum().Günther Deschner2008-07-173-0/+82
* re-run make idl.Günther Deschner2008-07-173-10/+83
* netapi: add NetGroupEnum to IDL.Günther Deschner2008-07-171-0/+14
* netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2008-07-173-1/+67
* util: add policy_hnd_equal().Günther Deschner2008-07-172-0/+12
* netapi: fix documentation for NetGroupSetInfo.Günther Deschner2008-07-171-2/+2
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-07-163-37/+46
* In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke2008-07-1620-22/+53
* Add ndr_syntax_id_equal()Volker Lendecke2008-07-163-1/+19
* In api_pipe_bind_req(), decode the bind request before checking the pipeVolker Lendecke2008-07-161-8/+10
* Allow %u parameters for print job username - use advanced subJim McDonough2008-07-161-3/+5
* Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke2008-07-161-24/+7
* Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke2008-07-161-46/+56
* Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke2008-07-161-26/+28
* The compatibility function also should have a const buffer pointerDerrell Lipman2008-07-161-1/+1
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-163-4/+4
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-1621-420/+817
|\
| * libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher2008-07-161-2/+2
| * rerun 'make idl' after drsuapi.idl changesStefan Metzmacher2008-07-163-189/+470
| * drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher2008-07-161-7/+27
| * drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2008-07-162-3/+9
| * drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher2008-07-161-6/+6
| * drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher2008-07-161-4/+4
| * drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher2008-07-161-6/+24
| * Release still reachable memory if the smbclient context is freed.Andreas Schneider2008-07-151-0/+19
| * Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-151-2/+6
| * Fix swat. Bug #5613.Jeremy Allison2008-07-153-23/+18
| * fix build warning.Günther Deschner2008-07-151-2/+5
| * netapi: fix vim(?)-typoMichael Adam2008-07-151-1/+1
| * netapi: Correctly increase idx when displaying user informationKai Blin2008-07-151-1/+3
| * dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.Michael Adam2008-07-151-1/+1
| * dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.Michael Adam2008-07-151-2/+0
| * dbwrap: don't panic in db_open() when attaching to ctdb fails.Michael Adam2008-07-151-2/+1
| * registry: bump debug level to 1 in regdb_init() if storing version string fails.Michael Adam2008-07-151-1/+1
| * registry: bump debug level to 1 in regdb_init() if opening the registry fails.Michael Adam2008-07-151-1/+1
| * dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam2008-07-151-1/+8
| * dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam2008-07-151-1/+8
| * testparm: allow the default debug level of 2 to be changed from the command l...Michael Adam2008-07-151-1/+8
| * popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-152-0/+8
| * testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-151-58/+67
| * testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-151-1/+1
| * testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-152-4/+4
| * testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam2008-07-151-1/+1