summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* r23223: Convert a leftover direct tdb access to sessionid.tdbVolker Lendecke2007-10-101-12/+13
* r23207: merge net help test fix from SAMBA_3_0_26Gerald Carter2007-10-101-0/+1
* r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke2007-10-101-0/+30
* r23195: Add void *private_data to brl_forallVolker Lendecke2007-10-101-2/+3
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-6/+23
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-103-6/+7
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-36/+28
* r23010: Make the output of "smbcontrol --help" match that of "smbcontrol help".James Peach2007-10-101-5/+30
* r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...James Peach2007-10-102-10/+4
* r23005: If we're running on a system where time_t is 8 bytesJeremy Allison2007-10-101-2/+2
* r22973: Apparently, 3.0.25 broke smb4k badly ;-)Alexander Bokovoy2007-10-101-2/+6
* r22954: More messaging_registerVolker Lendecke2007-10-101-6/+0
* r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke2007-10-101-23/+35
* r22932: Use the same symbol in sizeof and cast for talloc.Michael Adam2007-10-101-1/+1
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-101-1/+1
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-3/+0
* r22906: Some more message_send_pidVolker Lendecke2007-10-101-33/+46
* r22900: Convert profile/ to messaging_send_pid/messaging_registerVolker Lendecke2007-10-101-2/+2
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-29/+65
* r22867: With Samba4's IDL, we now have two new flags for share types: STYPE_T...Alexander Bokovoy2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-102-31/+31
* r22828: Fix typo. Bugzilla #4589.James Peach2007-10-101-1/+1
* r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke2007-10-101-0/+118
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-10-101-7/+8
* r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke2007-10-101-8/+7
* r22766: Merge from 3_0:Volker Lendecke2007-10-101-7/+8
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-103-116/+43
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-102-16/+16
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-1/+1
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-104-38/+38
* r22729: add help text for osver and osname options to 'net ads join' (patch f...Gerald Carter2007-10-101-1/+6
* r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:Gerald Carter2007-10-101-9/+31
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-1/+5
* r22479: Add "net ads keytab list".Günther Deschner2007-10-101-1/+9
* r22412: Add a "deletelocalgroup" subcommand to net sam.Michael Adam2007-10-101-0/+42
* r22282: Fix last few name -> servicename changes.Jeremy Allison2007-10-102-3/+3
* r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke2007-10-103-0/+1122
* r22071: Make the error message for incorrect use of '-c' show the parameter a...Andrew Bartlett2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-1/+1
* r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-10-101-2/+2
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-102-16/+16
* r22000: remove useless castsStefan Metzmacher2007-10-101-9/+9
* r21962: Make pdbedit use the configfile specified by -sVolker Lendecke2007-10-101-1/+6
* r21888: Add the osname and osver options to 'net ads join' as discussedGerald Carter2007-10-101-1/+94
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-103-8/+3
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-103-3/+8
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-104-5/+5
* r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debugHerb Lewis2007-10-101-20/+8
* r21776: fix bugs #4438 #4440Simo Sorce2007-10-101-4/+10