summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-12-11prevent double freeAndrew Tridgell1-2/+0
2001-12-11better error handlingAndrew Tridgell1-11/+17
2001-12-11added a comment about /bin/dateAndrew Tridgell1-1/+4
2001-12-11added a net time command. Allow display or set of system time based onAndrew Tridgell3-13/+166
2001-12-11Removed unreferenced getopt() externals.Tim Potter1-2/+0
2001-12-10reinstated all the rap commands as top level commands until we get theAndrew Tridgell2-81/+114
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-0/+16
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett6-153/+112
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+1
2001-12-05Add a new flag for anonymous connectionsAndrew Bartlett1-0/+3
2001-12-05Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett1-2/+28
2001-12-05Split out the name resolution code into a seperate functionAndrew Bartlett1-27/+38
2001-12-05Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett1-3/+6
2001-12-05Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett1-3/+5
2001-12-05Add a mechinism to allow for sane porting of rpcclient components into the newAndrew Bartlett1-0/+166
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-5/+9
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