summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-1/+1
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell3-10/+0
2001-11-26prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett1-1/+1
2001-11-26More compiler warnings fixed. Some minor reformatting.Tim Potter2-94/+143
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter4-12/+10
2001-11-25Minor typosVolker Lendecke1-2/+2
2001-11-25portability fixesAndrew Tridgell1-3/+6
2001-11-25fixed typoAndrew Tridgell1-1/+1
2001-11-25better helpAndrew Tridgell1-1/+7
2001-11-25use generate_random_str()Andrew Tridgell1-47/+4
2001-11-25added "net ads user" and "net ads group" commandsAndrew Tridgell1-19/+66
2001-11-25added "net ads status" commandAndrew Tridgell1-14/+39
2001-11-25made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell2-4/+191
2001-11-24added "net join" commandAndrew Tridgell2-185/+191
2001-11-24rewrote net.cAndrew Tridgell1-1260/+1071
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-6/+0
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-18/+38
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter11-20/+0
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-3/+2
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-1/+1
2001-11-20Merged in JohnR's ping messaging extension.Jeremy Allison1-6/+9
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool1-8/+8
2001-11-19Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool1-22/+20
2001-11-19Store some path names in global variables initialized to configureMartin Pool12-28/+20
2001-11-12Minor fixes to help display, and domain enumeration , and also preparation fo...Steve French1-19/+35
2001-11-06Internationalization enbalement for net utility - replace printf with d_printfJim McDonough1-233/+233
2001-11-04Fix up pdbedit so that it at least compiles without warnings.Andrew Bartlett1-92/+61
2001-11-04Got serious about const again.Jeremy Allison1-18/+18
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-4/+4
2001-11-03Adding support for net password, net service, net user info, fixing net helpsSteve French1-59/+258
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-1/+1
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-11/+13
2001-10-29clear errno before a call, tdbsam will not update it.Simo Sorce1-1/+1
2001-10-23more compiler warningsHerb Lewis1-1/+1
2001-10-23Remove setbuffer which caused build errorsJim McDonough1-2/+0
2001-10-23Replace getopt_long with popt for parsing commandline optionsJim McDonough1-136/+91
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-14/+0
2001-10-19Add command-line remote management utilityJim McDonough1-0/+1510
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2-21/+36
2001-10-11Fixed bug when status=no and max smbd processes > 0.Jeremy Allison1-0/+5
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter9-21/+0
2001-09-30Don't try to write the LM password in the NT password feild.Andrew Bartlett1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett2-22/+22
2001-09-27Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison1-1/+1
2001-09-27Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison1-127/+103
2001-09-27Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett1-81/+83
2001-09-26Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett1-40/+52
2001-09-21Added -s configfile to smbcontrol.c.Volker Lendecke1-6/+9
2001-09-20Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett1-0/+16