summaryrefslogtreecommitdiffstats
path: root/source4/utils/net
Commit message (Expand)AuthorAgeFilesLines
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-101-0/+1
* r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett2007-10-101-6/+5
* r8752: With all the infrustructure done, details like a SamSync migrationAndrew Bartlett2007-10-102-0/+41
* r8748: fixed build. Andrew, please check.Andrew Tridgell2007-10-101-6/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-105-12/+12
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-6/+1
* r7382: Convert net_user code so that is can be compiled againstRafal Szczesniak2007-10-101-5/+5
* r7249: Cope with struct member renameJelmer Vernooij2007-10-105-7/+7
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-103-0/+70
* r5924: Use cli_credentials in libnet/.Jelmer Vernooij2007-10-104-16/+6
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-106-28/+23
* r5425: Convert function tables to new structure (with description)Rafal Szczesniak2007-10-103-46/+14
* r5424: Automatically generate basic help display on basis of nameRafal Szczesniak2007-10-101-50/+31
* r5423: Change function table structure to allow short descriptionRafal Szczesniak2007-10-101-1/+1
* r5400: Slightly better handling of help messages in net tool.Rafal Szczesniak2007-10-104-20/+18
* r5381: Added net_user.c with net tool interface for managing user accounts.Rafal Szczesniak2007-10-103-1/+98
* r5380: Removed extra newline.Rafal Szczesniak2007-10-101-1/+0
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-2/+2
* r4762: Store the results of a 'net join' in the LDB.Andrew Bartlett2007-10-101-34/+27
* r4722: Start to add 'net join' to Samba4.Andrew Bartlett2007-10-103-2/+111
* r4341: Fix const warning.Tim Potter2007-10-101-1/+1
* r4201: Remove duplicate const.Tim Potter2007-10-101-1/+1
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-101-3/+0
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-101-1/+2
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+1
* r3579: with the gcc warning flag from abartlet we don't need sys_strftime()Andrew Tridgell2007-10-101-1/+1
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
* r3478: split out some more pieces of includes.hAndrew Tridgell2007-10-103-0/+5
* r3454: moved a few more things out if includes.h into the include/system/ inc...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3323: more warning reductionsAndrew Tridgell2007-10-101-1/+1
* r2074: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r2066: add 'net time' commandStefan Metzmacher2007-10-103-1/+88
* r1951: add 'net password set' callStefan Metzmacher2007-10-101-0/+82
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-101-10/+3
* r1919: paasword change basicly works now:-)Stefan Metzmacher2007-10-101-0/+3
* r1915: use popt's cmdline_auth_info to fill the net_contextStefan Metzmacher2007-10-102-11/+22
* r1914: use common popt stuff in netStefan Metzmacher2007-10-101-9/+8
* r1880: bugger, now I have used gcc 3.4.1 myself and have statements before de...Stefan Metzmacher2007-10-101-7/+6
* r1879: - add a user sub struct in net_contextStefan Metzmacher2007-10-104-23/+172
* r1877: since make proto catches all functionsStefan Metzmacher2007-10-101-1/+0
* r1876: rewrite net command completelyStefan Metzmacher2007-10-104-567/+109
* r1875: - move 'net' code into a subdirStefan Metzmacher2007-10-102-0/+701