Age | Commit message (Expand) | Author | Files | Lines |
2002-06-03 | added a 'net ads search' command, similar to 'ldapsearch' but using the | Andrew Tridgell | 1 | -7/+70 |
2002-06-01 | Add remainder of net rpc file subcommands, and autoselect transport on | Jim McDonough | 3 | -15/+142 |
2002-05-31 | Enable all net rpc share subcommands and autoselect transport. | Jim McDonough | 3 | -6/+58 |
2002-05-31 | Enable net rpc share and net rpc file commands (list subcommands only), and | Jim McDonough | 5 | -53/+271 |
2002-05-24 | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 3 | -21/+25 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2 | -3/+3 |
2002-05-23 | Allow initial password set on net ads user add. I need to do this on | Jim McDonough | 1 | -3/+30 |
2002-05-23 | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 1 | -76/+39 |
2002-05-22 | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 2 | -4/+6 |
2002-05-19 | Keep the compiler happy | Andrew Bartlett | 1 | -1/+0 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 2 | -16/+33 |
2002-05-18 | Make smbpasswd at least slightly sane. This kills off some of the | Andrew Bartlett | 1 | -43/+43 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -7/+3 |
2002-05-17 | Make --with-ldapsam 'go away'. This is now a standard, stable, feature | Andrew Bartlett | 1 | -13/+0 |
2002-05-17 | Changes to allow head to translate NMB flags ... | Richard Sharpe | 1 | -4/+30 |
2002-05-15 | merges from SAMBA_2_2 | Gerald Carter | 1 | -3/+3 |
2002-05-15 | Added ability to lookup ldap server, kdc, dc, and master browser. Please | Jim McDonough | 1 | -2/+171 |
2002-05-13 | Add auto-detect of time server. Uses master browser. | Jim McDonough | 1 | -2/+4 |
2002-05-11 | merge from SAMBA_2_2 | Gerald Carter | 1 | -0/+8 |
2002-05-10 | Allow -c to specify the location of the config file, and fix up some handling | Andrew Bartlett | 1 | -13/+15 |
2002-05-09 | Converged net group command. | Jim McDonough | 1 | -3/+13 |
2002-05-09 | Add ads group add and delete, allowing converged net group command. | Jim McDonough | 1 | -16/+106 |
2002-05-09 | Start of net rpc group command. List only right now. Add and delete have | Jim McDonough | 1 | -1/+153 |
2002-05-09 | Converged help on net group command. | Jim McDonough | 2 | -12/+18 |
2002-05-09 | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi... | Gerald Carter | 1 | -0/+6 |
2002-04-26 | fix compile error | Herb Lewis | 1 | -1/+6 |
2002-04-18 | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 1 | -5/+4 |
2002-04-16 | we did not initialise global_myname and global_myworkgroup which lead to | Jean-François Micouleau | 1 | -1/+14 |
2002-04-15 | Another patch from jelmer: | Andrew Bartlett | 1 | -31/+37 |
2002-04-14 | Merge from 2_2. | Volker Lendecke | 1 | -0/+9 |
2002-04-14 | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 1 | -7/+5 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -18/+22 |
2002-04-14 | Fixed debugs. | Tim Potter | 1 | -2/+2 |
2002-04-13 | More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>) | Andrew Bartlett | 1 | -8/+32 |
2002-04-13 | This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij | Andrew Bartlett | 1 | -318/+110 |
2002-04-10 | Rename of ads_do_search_all2() to ads_do_search_all() and removal of | Jim McDonough | 1 | -23/+11 |
2002-04-10 | Add a few option externs for net_ads.c | Jim McDonough | 1 | -0/+4 |
2002-04-10 | fixed a return value for a help function | Andrew Tridgell | 1 | -0/+1 |
2002-04-07 | Spelling. | Tim Potter | 1 | -1/+1 |
2002-04-05 | Use the new ads_do_search_all2 function. It provides sorted results. We now | Jim McDonough | 1 | -30/+18 |
2002-04-05 | Lots more net consistency work: | Jim McDonough | 5 | -117/+470 |
2002-04-04 | Multiple changes: | Jim McDonough | 1 | -11/+16 |
2002-04-04 | Cleanups to make auto-detection of method on net user smoother. | Jim McDonough | 1 | -5/+10 |
2002-04-04 | More updates for auto-detecting server connection method. Added net_ads_check() | Jim McDonough | 1 | -5/+38 |
2002-04-04 | Add non-ads version of net_ads_help for build on non-ads machines. | Jim McDonough | 1 | -0/+6 |
2002-04-04 | Correct error string function call to ads_errstr() | Jim McDonough | 1 | -3/+3 |
2002-04-04 | Add ability to get specific net ads subcommand help. Not all have been | Jim McDonough | 1 | -1/+1 |
2002-04-04 | Add net ads user subcommands: add delete info. Also make user listing format | Jim McDonough | 1 | -12/+169 |
2002-04-03 | reorder useage message a little. -L is not a root-only or local mode option. | Herb Lewis | 1 | -7/+8 |
2002-04-02 | readd -c config file change from 2.2 - works with -L mode now as well. | Herb Lewis | 1 | -180/+178 |