summaryrefslogtreecommitdiff
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam2007-10-101-1/+1
* r23657: Prevent setting of a global option in a share definitionMichael Adam2007-10-101-1/+10
* r23656: Add initial checking of the validity of a paramterMichael Adam2007-10-101-0/+14
* r23655: Fix a comment and adjust some code formatting.Michael Adam2007-10-101-2/+3
* r23652: Use the recursive delete function instead of the original oneMichael Adam2007-10-101-1/+1
* r23648: Allow to list a custom krb5 keytab file with:Günther Deschner2007-10-101-3/+10
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-106-7/+7
* r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.Volker Lendecke2007-10-101-31/+32
* r23593: Mention "net conf" in top level net usage.Michael Adam2007-10-101-2/+3
* r23585: Add a "drop" function to "net conf" that clears theMichael Adam2007-10-101-0/+81
* r23563: Add dump-event-list command to smbcontrol.Günther Deschner2007-10-101-0/+17
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-102-3/+7
* r23549: Make "net conf setparm" always use registry data type "sz".Michael Adam2007-10-101-7/+4
* r23543: Adjust comments.Michael Adam2007-10-101-13/+3
* r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam2007-10-101-18/+11
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-1/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+7
* r23407: While verifying a bug I found out that for some reasonSimo Sorce2007-10-101-17/+14
* r23379: Whitespace cosmetics, to reduce irritating diffs...Michael Adam2007-10-101-1/+1
* r23323: merged ldb changes from 3.0.26Andrew Tridgell2007-10-102-1/+3
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-101-10/+10
* 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