summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-18/+38
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-2311-20/+0
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-3/+2
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-1/+1
* Merged in JohnR's ping messaging extension.Jeremy Allison2001-11-201-6/+9
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-8/+8
* Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool2001-11-191-22/+20
* Store some path names in global variables initialized to configureMartin Pool2001-11-1912-28/+20
* Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French2001-11-121-19/+35
* Internationalization enbalement for net utility - replace printf with d_printfJim McDonough2001-11-061-233/+233
* Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett2001-11-041-92/+61
* Got serious about const again.Jeremy Allison2001-11-041-18/+18
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-4/+4
* Adding support for net password, net service, net user info, fixing net helpsSteve French2001-11-031-59/+258
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-1/+1
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-11/+13
* clear errno before a call, tdbsam will not update it.Simo Sorce2001-10-291-1/+1
* more compiler warningsHerb Lewis2001-10-231-1/+1
* Remove setbuffer which caused build errorsJim McDonough2001-10-231-2/+0
* Replace getopt_long with popt for parsing commandline optionsJim McDonough2001-10-231-136/+91
* Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-221-14/+0
* Add command-line remote management utilityJim McDonough2001-10-191-0/+1510
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-112-21/+36
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+5
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-029-21/+0
* Don't try to write the LM password in the NT password feild.Andrew Bartlett2001-09-301-1/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-292-22/+22
* Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison2001-09-271-1/+1
* Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison2001-09-271-127/+103
* Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett2001-09-271-81/+83
* Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett2001-09-261-40/+52
* Added -s configfile to smbcontrol.c.Volker Lendecke2001-09-211-6/+9
* Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett2001-09-201-0/+16
* move to SAFE_FREE()Simo Sorce2001-09-175-28/+26
* free memory before returning.Simo Sorce2001-09-151-0/+7
* Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison2001-09-121-8/+11
* left out {Herb Lewis2001-09-101-1/+1
* prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis2001-09-101-18/+20
* declare dbf in one spotAndrew Tridgell2001-09-105-5/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-105-11/+11
* convert more code to using d_printfAndrew Tridgell2001-09-082-395/+395
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-3/+3
* Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-061-12/+16
* always include profile support so you do not need a different binary ofHerb Lewis2001-09-051-5/+0
* add profiling stats from 2.2Herb Lewis2001-09-051-2/+332
* When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-7/+6
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-5/+5