summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-12-04allow for passwords other than "samba2"Andrew Tridgell1-1/+1
2001-12-04moved init_account_policy() to the right placeAndrew Tridgell1-2/+0
2001-12-04typo fixAndrew Tridgell1-1/+1
2001-12-04smbpasswd is *ugly*!Andrew Bartlett1-0/+2
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett3-295/+316
2001-12-04Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2-25/+47
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-12/+10
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2-73/+15
2001-12-03Forgot this one with the last commit...Andrew Bartlett1-0/+36
2001-12-03This is another major rework of the 'net' command.Andrew Bartlett3-1057/+1273
2001-12-01not used any moreAndrew Tridgell1-144/+0
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-10/+22
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-12/+9
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2-6/+8
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