summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gitignore: ignore the proper genreated library symbol files.Michael Adam2008-07-171-4/+4
* rpcclient: for testing, add dsgetncchanges command.Günther Deschner2008-07-171-0/+229
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-171-1/+2
* Update the developers documentation for the new vendor version options.Andreas Schneider2008-07-171-3/+5
* Use the macro to call samba_version_string().Andreas Schneider2008-07-171-1/+1
* Simplify samba_version_string.Andreas Schneider2008-07-173-46/+35
* 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-164-37/+161
* 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-1623-426/+824
|\
| * 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
| * man pages: Fix typos and add improvements.Christoph Zauner2008-07-162-6/+7
| * 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