summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell1-2/+2
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell41-82/+41
2007-10-10r23782: I tested this against NT4 PDC, W2K Server, W2K3 Dc, and a Win XP std ...Simo Sorce1-6/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison51-51/+51
2007-10-10r23772: Add ads_find_samaccount() helper function.Günther Deschner1-61/+6
2007-10-10r23770: Some minor cleanups in libgpoGünther Deschner1-3/+3
2007-10-10r23760: Untangle use of strrchr_m and strequal and add some checksMichael Adam1-2/+11
2007-10-10r23757: Fix Coverity id 386Volker Lendecke1-1/+5
2007-10-10r23750: Change the behaviour of net conf import when there is a global sectionMichael Adam1-8/+24
2007-10-10r23749: Simplify prototype of reg_setvalue_internal:Michael Adam1-22/+9
2007-10-10r23748: Clean use of talloc in import_process_service:Michael Adam1-4/+13
2007-10-10r23747: Move formatting of a parameter's value into a value stringMichael Adam1-80/+82
2007-10-10r23746: Fix missing assignments to target string of asprintf in import function.Michael Adam1-2/+2
2007-10-10r23745: Fix: Check whether top subkeyname instead of whole registry key nameMichael Adam1-2/+3
2007-10-10r23744: Remove TODO-comment. lp_load returns False if openingMichael Adam1-2/+0
2007-10-10r23666: Rename lp_parameter_valid -> lp_parameter_is_valid.Michael Adam1-1/+1
2007-10-10r23657: Prevent setting of a global option in a share definitionMichael Adam1-1/+10
2007-10-10r23656: Add initial checking of the validity of a paramterMichael Adam1-0/+14
2007-10-10r23655: Fix a comment and adjust some code formatting.Michael Adam1-2/+3
2007-10-10r23652: Use the recursive delete function instead of the original oneMichael Adam1-1/+1
2007-10-10r23648: Allow to list a custom krb5 keytab file with:Günther Deschner1-3/+10
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner6-7/+7
2007-10-10r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.Volker Lendecke1-31/+32
2007-10-10r23593: Mention "net conf" in top level net usage.Michael Adam1-2/+3
2007-10-10r23585: Add a "drop" function to "net conf" that clears theMichael Adam1-0/+81
2007-10-10r23563: Add dump-event-list command to smbcontrol.Günther Deschner1-0/+17
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2-3/+7
2007-10-10r23549: Make "net conf setparm" always use registry data type "sz".Michael Adam1-7/+4
2007-10-10r23543: Adjust comments.Michael Adam1-13/+3
2007-10-10r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam1-18/+11
2007-10-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+7
2007-10-10r23407: While verifying a bug I found out that for some reasonSimo Sorce1-17/+14
2007-10-10r23379: Whitespace cosmetics, to reduce irritating diffs...Michael Adam1-1/+1
2007-10-10r23323: merged ldb changes from 3.0.26Andrew Tridgell2-1/+3
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-10/+10
2007-10-10r23223: Convert a leftover direct tdb access to sessionid.tdbVolker Lendecke1-12/+13
2007-10-10r23207: merge net help test fix from SAMBA_3_0_26Gerald Carter1-0/+1
2007-10-10r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzrVolker Lendecke1-0/+30
2007-10-10r23195: Add void *private_data to brl_forallVolker Lendecke1-2/+3
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-6/+23
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke3-6/+7
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-36/+28
2007-10-10r23010: Make the output of "smbcontrol --help" match that of "smbcontrol help".James Peach1-5/+30
2007-10-10r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...James Peach2-10/+4
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-2/+2
2007-10-10r22973: Apparently, 3.0.25 broke smb4k badly ;-)Alexander Bokovoy1-2/+6
2007-10-10r22954: More messaging_registerVolker Lendecke1-6/+0
2007-10-10r22934: Change smbcontrol to use messaging_register instead of message_registerVolker Lendecke1-23/+35