summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* typo fixAndrew Tridgell2001-12-041-1/+1
* smbpasswd is *ugly*!Andrew Bartlett2001-12-041-0/+2
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-043-295/+316
* Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2001-12-042-25/+47
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-12/+10
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-032-73/+15
* Forgot this one with the last commit...Andrew Bartlett2001-12-031-0/+36
* This is another major rework of the 'net' command.Andrew Bartlett2001-12-033-1057/+1273
* not used any moreAndrew Tridgell2001-12-011-144/+0
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-10/+22
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-12/+9
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-292-6/+8
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-283-10/+0
* prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett2001-11-261-1/+1
* More compiler warnings fixed. Some minor reformatting.Tim Potter2001-11-262-94/+143
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-264-12/+10
* Minor typosVolker Lendecke2001-11-251-2/+2
* portability fixesAndrew Tridgell2001-11-251-3/+6
* fixed typoAndrew Tridgell2001-11-251-1/+1
* better helpAndrew Tridgell2001-11-251-1/+7
* use generate_random_str()Andrew Tridgell2001-11-251-47/+4
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-251-19/+66
* added "net ads status" commandAndrew Tridgell2001-11-251-14/+39
* made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell2001-11-252-4/+191
* added "net join" commandAndrew Tridgell2001-11-242-185/+191
* rewrote net.cAndrew Tridgell2001-11-241-1260/+1071
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-6/+0
* 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