summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+1
2002-07-14Show the account flags in the 'verbose' listing of pdbedit.Andrew Bartlett1-0/+2
2002-07-14move opt_machine_pass to keep some compilers happyAndrew Tridgell1-1/+1
2002-07-13added useful 'net rpc info' commandAndrew Tridgell1-0/+76
2002-07-13added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell1-1/+21
2002-07-13This makes smbcacls a bit easier to use and debug.Andrew Bartlett1-8/+15
2002-06-28make net join a bit less verboseAndrew Tridgell1-1/+1
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-14/+96
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-2/+2
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett3-73/+18
2002-06-25Add a .cvsignore fileAndrew Bartlett1-0/+1
2002-06-25Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2-0/+3
2002-06-24Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough1-10/+20
2002-06-21Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison1-1/+1
2002-06-16Cope with the requirement for constant initialisers on some unix C compilers.Andrew Bartlett1-1/+1
2002-06-14Kill useless castAndrew Bartlett1-2/+2
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-10/+12
2002-06-14Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett1-151/+120
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+6
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-2/+1
2002-06-03added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell1-7/+70
2002-06-01Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough3-15/+142
2002-05-31Enable all net rpc share subcommands and autoselect transport.Jim McDonough3-6/+58
2002-05-31Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough5-53/+271
2002-05-24Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett3-21/+25
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2-3/+3
2002-05-23Allow initial password set on net ads user add. I need to do this onJim McDonough1-3/+30
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett1-76/+39
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2-4/+6
2002-05-19Keep the compiler happyAndrew Bartlett1-1/+0
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce2-16/+33
2002-05-18Make smbpasswd at least slightly sane. This kills off some of theAndrew Bartlett1-43/+43
2002-05-18A few things in this commit:Andrew Bartlett1-7/+3
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett1-13/+0
2002-05-17Changes to allow head to translate NMB flags ...Richard Sharpe1-4/+30
2002-05-15merges from SAMBA_2_2Gerald Carter1-3/+3
2002-05-15Added ability to lookup ldap server, kdc, dc, and master browser. PleaseJim McDonough1-2/+171
2002-05-13Add auto-detect of time server. Uses master browser.Jim McDonough1-2/+4
2002-05-11merge from SAMBA_2_2Gerald Carter1-0/+8
2002-05-10Allow -c to specify the location of the config file, and fix up some handlingAndrew Bartlett1-13/+15
2002-05-09Converged net group command.Jim McDonough1-3/+13
2002-05-09Add ads group add and delete, allowing converged net group command.Jim McDonough1-16/+106
2002-05-09Start of net rpc group command. List only right now. Add and delete haveJim McDonough1-1/+153
2002-05-09Converged help on net group command.Jim McDonough2-12/+18
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter1-0/+6
2002-04-26fix compile errorHerb Lewis1-1/+6
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell1-5/+4
2002-04-16we did not initialise global_myname and global_myworkgroup which lead toJean-François Micouleau1-1/+14
2002-04-15Another patch from jelmer:Andrew Bartlett1-31/+37
2002-04-15Merge of lsa lookup names/sids patch from HEAD.Tim Potter1-7/+5