summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * make net join a bit less verboseAndrew Tridgell2002-06-281-1/+1
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-281-14/+96
| * This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-2/+2
| * Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-253-73/+18
| * Add a .cvsignore fileAndrew Bartlett2002-06-251-0/+1
| * Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-252-0/+3
| * Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough2002-06-241-10/+20
| * Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-1/+1
| * Cope with the requirement for constant initialisers on some unix C compilers.Andrew Bartlett2002-06-161-1/+1
| * Kill useless castAndrew Bartlett2002-06-141-2/+2
| * Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-141-10/+12
| * Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2002-06-141-151/+120
| * Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-4/+6
| * Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-2/+1
| * added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell2002-06-031-7/+70
| * Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough2002-06-013-15/+142
| * Enable all net rpc share subcommands and autoselect transport.Jim McDonough2002-05-313-6/+58
| * Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough2002-05-315-53/+271
| * Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-243-21/+25
| * Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-242-3/+3
| * Allow initial password set on net ads user add. I need to do this onJim McDonough2002-05-231-3/+30
| * Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-231-76/+39
| * Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2002-05-222-4/+6
| * Keep the compiler happyAndrew Bartlett2002-05-191-1/+0
| * so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-182-16/+33
| * Make smbpasswd at least slightly sane. This kills off some of theAndrew Bartlett2002-05-181-43/+43
| * A few things in this commit:Andrew Bartlett2002-05-181-7/+3
| * Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-13/+0
| * Changes to allow head to translate NMB flags ...Richard Sharpe2002-05-171-4/+30
| * merges from SAMBA_2_2Gerald Carter2002-05-151-3/+3
| * Added ability to lookup ldap server, kdc, dc, and master browser. PleaseJim McDonough2002-05-151-2/+171
| * Add auto-detect of time server. Uses master browser.Jim McDonough2002-05-131-2/+4
| * merge from SAMBA_2_2Gerald Carter2002-05-111-0/+8
| * Allow -c to specify the location of the config file, and fix up some handlingAndrew Bartlett2002-05-101-13/+15
| * Converged net group command.Jim McDonough2002-05-091-3/+13
| * Add ads group add and delete, allowing converged net group command.Jim McDonough2002-05-091-16/+106
| * Start of net rpc group command. List only right now. Add and delete haveJim McDonough2002-05-091-1/+153
| * Converged help on net group command.Jim McDonough2002-05-092-12/+18
| * pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-091-0/+6
| * fix compile errorHerb Lewis2002-04-261-1/+6
| * fixed the fallback to a BDC for ADS connectionsAndrew Tridgell2002-04-181-5/+4
| * we did not initialise global_myname and global_myworkgroup which lead toJean-François Micouleau2002-04-161-1/+14
| * Another patch from jelmer:Andrew Bartlett2002-04-151-31/+37
| * Merge from 2_2.Volker Lendecke2002-04-141-0/+9
| * The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-7/+5
| * Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-18/+22
| * Fixed debugs.Tim Potter2002-04-141-2/+2
| * More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>)Andrew Bartlett2002-04-131-8/+32
| * This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-131-318/+110
* | Merge of lsa lookup names/sids patch from HEAD.Tim Potter2002-04-151-7/+5