| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up dir drive call. | Tim Potter | 2002-07-21 | 1 | -1/+1 |
* | More cleanups, and add a comment/hint not to clean somthing up in future :-) | Andrew Bartlett | 2002-07-21 | 1 | -8/+0 |
* | Another smattering of static and const | Andrew Bartlett | 2002-07-21 | 3 | -3/+3 |
* | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 2002-07-21 | 1 | -1/+1 |
* | Oops, my bad. I forgot to assign this, so lookupnames wasn't doing much :-) | Andrew Bartlett | 2002-07-20 | 1 | -0/+1 |
* | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 2002-07-20 | 1 | -3/+5 |
* | correctly declare global_myworkgroup to be the right size. | Andrew Bartlett | 2002-07-20 | 1 | -1/+1 |
* | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 2002-07-20 | 2 | -5/+6 |
* | Update the usage for smbgroupedit to document -d for 'description'. | Andrew Bartlett | 2002-07-20 | 1 | -0/+2 |
* | Show the account flags in the 'verbose' listing of pdbedit. | Andrew Bartlett | 2002-07-14 | 1 | -0/+2 |
* | move opt_machine_pass to keep some compilers happy | Andrew Tridgell | 2002-07-14 | 1 | -1/+1 |
* | added useful 'net rpc info' command | Andrew Tridgell | 2002-07-13 | 1 | -0/+76 |
* | added --machine-pass option to net. This allows you to authenticate as | Andrew Tridgell | 2002-07-13 | 1 | -1/+21 |
* | This makes smbcacls a bit easier to use and debug. | Andrew Bartlett | 2002-07-13 | 1 | -8/+15 |
* | make net join a bit less verbose | Andrew Tridgell | 2002-06-28 | 1 | -1/+1 |
* | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 2002-06-28 | 1 | -14/+96 |
* | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 2002-06-26 | 1 | -2/+2 |
* | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 2002-06-25 | 3 | -73/+18 |
* | Add a .cvsignore file | Andrew Bartlett | 2002-06-25 | 1 | -0/+1 |
* | Break up samba's object dependencies, and its prototype includes. | Andrew Bartlett | 2002-06-25 | 2 | -0/+3 |
* | Support utf8 on the wire for ads ldap. DN's are converted, as well as strings, | Jim McDonough | 2002-06-24 | 1 | -10/+20 |
* | Don't use uint. It doesn't exist on some platforms and we don't define it. | Jeremy Allison | 2002-06-21 | 1 | -1/+1 |
* | Cope with the requirement for constant initialisers on some unix C compilers. | Andrew Bartlett | 2002-06-16 | 1 | -1/+1 |
* | Kill useless cast | Andrew Bartlett | 2002-06-14 | 1 | -2/+2 |
* | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 2002-06-14 | 1 | -10/+12 |
* | Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the | Andrew Bartlett | 2002-06-14 | 1 | -151/+120 |
* | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 2002-06-13 | 1 | -4/+6 |
* | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 2002-06-07 | 1 | -2/+1 |
* | added a 'net ads search' command, similar to 'ldapsearch' but using the | Andrew Tridgell | 2002-06-03 | 1 | -7/+70 |
* | Add remainder of net rpc file subcommands, and autoselect transport on | Jim McDonough | 2002-06-01 | 3 | -15/+142 |
* | Enable all net rpc share subcommands and autoselect transport. | Jim McDonough | 2002-05-31 | 3 | -6/+58 |
* | Enable net rpc share and net rpc file commands (list subcommands only), and | Jim McDonough | 2002-05-31 | 5 | -53/+271 |
* | Some of the updates from ctrlsoft's 'Various' patch: | Andrew Bartlett | 2002-05-24 | 3 | -21/+25 |
* | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2002-05-24 | 2 | -3/+3 |
* | Allow initial password set on net ads user add. I need to do this on | Jim McDonough | 2002-05-23 | 1 | -3/+30 |
* | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 2002-05-23 | 1 | -76/+39 |
* | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 2002-05-22 | 2 | -4/+6 |
* | Keep the compiler happy | Andrew Bartlett | 2002-05-19 | 1 | -1/+0 |
* | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 2002-05-18 | 2 | -16/+33 |
* | Make smbpasswd at least slightly sane. This kills off some of the | Andrew Bartlett | 2002-05-18 | 1 | -43/+43 |
* | A few things in this commit: | Andrew Bartlett | 2002-05-18 | 1 | -7/+3 |
* | Make --with-ldapsam 'go away'. This is now a standard, stable, feature | Andrew Bartlett | 2002-05-17 | 1 | -13/+0 |
* | Changes to allow head to translate NMB flags ... | Richard Sharpe | 2002-05-17 | 1 | -4/+30 |
* | merges from SAMBA_2_2 | Gerald Carter | 2002-05-15 | 1 | -3/+3 |
* | Added ability to lookup ldap server, kdc, dc, and master browser. Please | Jim McDonough | 2002-05-15 | 1 | -2/+171 |
* | Add auto-detect of time server. Uses master browser. | Jim McDonough | 2002-05-13 | 1 | -2/+4 |
* | merge from SAMBA_2_2 | Gerald Carter | 2002-05-11 | 1 | -0/+8 |
* | Allow -c to specify the location of the config file, and fix up some handling | Andrew Bartlett | 2002-05-10 | 1 | -13/+15 |
* | Converged net group command. | Jim McDonough | 2002-05-09 | 1 | -3/+13 |
* | Add ads group add and delete, allowing converged net group command. | Jim McDonough | 2002-05-09 | 1 | -16/+106 |