summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe2003-04-211-2/+28
* Start the outline of the code to store a registry tree ...Richard Sharpe2003-04-211-2/+99
* Some comments about the format of the on-disk reg file, as well asRichard Sharpe2003-04-211-7/+86
* Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
* Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-4/+6
* Add code to delete values ...Richard Sharpe2003-04-201-9/+104
* Begin the code that handles key values ... Delete a key value and add aRichard Sharpe2003-04-201-4/+58
* Complete most of the coding for adding keys. We can now add a key.Richard Sharpe2003-04-201-26/+32
* The code is a bit of a mess right now.Richard Sharpe2003-04-201-51/+146
* More functionality, esp around adding keys and inheritance of securityRichard Sharpe2003-04-201-1/+26
* MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
* Some more work added ...Richard Sharpe2003-04-191-5/+20
* Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe2003-04-191-8/+11
* [merge from SAMBA_3_0]Gerald Carter2003-04-193-0/+453
* More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
* More updates ...Richard Sharpe2003-04-171-2/+64
* Updates to editreg.c to provide more functionality ...Richard Sharpe2003-04-171-261/+1119
* Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij2003-04-161-1/+1
* Fix segfault by getting this the right way aroundAndrew Bartlett2003-04-161-1/+1
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-166-56/+151
* Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-143-6/+20
* Remove unused variables.Tim Potter2003-04-141-3/+0
* Some small changes - typos, adding usage for some commandsJelmer Vernooij2003-04-134-7/+7
* smbcquota patch from metzeGerald Carter2003-04-111-0/+545
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-10/+8
* Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
* Rewrite of smbcontrol - it was a bit of a mess. It should now be muchTim Potter2003-04-091-530/+573
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-21/+1
* Some more good stuff from coolo.Richard Sharpe2003-04-041-61/+0
* Fix compiler warning - cli_lsa_query_info_policy actually returns theTim Potter2003-04-041-3/+5
* Give warning if 'drvupgrade' doesn't get a parameterJelmer Vernooij2003-04-031-0/+5
* Print out the 'freindly' error message from winbind. Also print usefulAndrew Bartlett2003-04-021-4/+6
* Fix searching master ip by bcast when old master has gone away (based on patc...Jelmer Vernooij2003-04-021-11/+18
* error_string, not error_message...Andrew Bartlett2003-04-021-1/+1
* Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check thatAndrew Bartlett2003-04-021-111/+417
* Remove useless popt optionsJelmer Vernooij2003-03-311-2/+0
* Waider's cosmetic change to print out the database type whenVolker Lendecke2003-03-311-1/+17
* This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-0/+2
* - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-2/+0
* fixed the -B option as wellAndrew Tridgell2003-03-301-4/+4
* fixed the -U option in nmblookupAndrew Tridgell2003-03-291-1/+1
* Don't use 'opt'Jelmer Vernooij2003-03-251-1/+1
* Make variables static to satisfy exotic compilersJelmer Vernooij2003-03-252-3/+2
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-247-6/+9
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-248-62/+21
* Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-6/+0
* Convert to popt.Jelmer Vernooij2003-03-231-42/+29
* NTLM Authentication:Andrew Bartlett2003-03-231-82/+82
* Use popt_common for -s, -d and -VJelmer Vernooij2003-03-232-16/+8
* This does two things:Volker Lendecke2003-03-231-1/+37