summaryrefslogtreecommitdiffstats
path: root/source4/utils/net
Commit message (Collapse)AuthorAgeFilesLines
* r4762: Store the results of a 'net join' in the LDB.Andrew Bartlett2007-10-101-34/+27
| | | | | | | | | Like Samba3, the storage of the primary domain password is keyed off the domain name, so we can join multiple domains, and just swap 'workgroup =' around. Andrew Bartlett (This used to be commit 54a231780e028c6433cac296f2fbc64e39632dfd)
* r4722: Start to add 'net join' to Samba4.Andrew Bartlett2007-10-103-2/+111
| | | | | Andrew Bartlett (This used to be commit a9b960609142e15ba5950eb1b22944eb6df18d9c)
* r4341: Fix const warning.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit d8b1ba93a8ed0d5d01cb05b1c14353a0eca4de3e)
* r4201: Remove duplicate const.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 1d96717843a9b60a757548a24967bbb553775fa3)
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | in my compile (This used to be commit 0928b1f5b68c858922c3ea6c27ed03b5091c6221)
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-101-3/+0
| | | | | | - Use .mk files directly (no need for a SMB_*_MK() macro when adding a new SUBSYSTEM, MODULE or BINARY). This allows addition of new modules and subsystems without running configure - Add support for generating .dot files with the Samba4 dependency tree (as used by the graphviz and springgraph utilities) (This used to be commit 64826da834e26ee0488674e27a0eae36491ee179)
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-101-1/+2
| | | | | | | | | parsing, so that module init can take account of lp_ parms (thats why gensec:krb5=no wasn't working) - added a BASE-DISCONNECT torture test that tests server response to clients disconnecting with open lock and open requests pending (This used to be commit 5205f598b8c0be6985e61cc842cc5da109ba5b7e)
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+1
| | | | | | | | | | | | | Both subsystems and modules can now have init functions, which can be specified in .mk files (INIT_FUNCTION = ...) The build system will define : - SUBSYSTEM_init_static_modules that calls the init functions of all statically compiled modules. Failing to load will generate an error which is not fatal - BINARY_init_subsystems that calls the init functions (if defined) for the subsystems the binary depends on This removes the hack with the "static bool Initialised = " and the "lazy_init" functions (This used to be commit 7a8244761bfdfdfb48f8264d76951ebdfbf7bd8a)
* r3579: with the gcc warning flag from abartlet we don't need sys_strftime()Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 041f77b6a19c98599fe18d2eb4e86db00b40014e)
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 558de54ec6432a4ae90aa14a585f32c6cd03ced2)
* r3478: split out some more pieces of includes.hAndrew Tridgell2007-10-103-0/+5
| | | | (This used to be commit 8e9212ecfc61c509f686363d8ec412ce54bc1c8d)
* r3454: moved a few more things out if includes.h into the include/system/ ↵Andrew Tridgell2007-10-101-0/+1
| | | | | | | | include files. this brings us down to about 11k lines of headers included with includes.h, while still retaining the speed of building with pch (This used to be commit 10188869ef072309ca580b8b933e172571fcdda7)
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
| | | | | | | | - tidied up some of the system includes - moved a few more structures back from misc.idl to netlogon.idl and samr.idl now that pidl knows about inter-IDL dependencies (This used to be commit 7b7477ac42d96faac1b0ff361525d2c63cedfc64)
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 264ce9181089922547e8f6f67116f2d7277a5105)
* r3323: more warning reductionsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 5921587ec26e4892efc678421277e4969417d7f5)
* r2074: fixed a typoAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit dce43a535c9f6135c162711bc12cee266fc46c4a)
* r2066: add 'net time' commandStefan Metzmacher2007-10-103-1/+88
| | | | | | | | | | | | use it like: net time <server> net time <server> -U "" -N net time <server> -U DOM\\user ... metze (This used to be commit ea14b2780f1cb6597ba4e71b83364e6a39e966fe)
* r1951: add 'net password set' callStefan Metzmacher2007-10-101-0/+82
| | | | | | | | | | | | use it like: net password set user net password set DOM\\user net password set user pass net password set DOM\\user pass net password set -U DOM\\Administrator%admpass DOM\\user pass metze (This used to be commit b660e5b9e6236c996550973e9bde1e80a8eed775)
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-101-10/+3
| | | | | | | | now you're prompted when cmdline_get_userpassword() is called and the password is not yet known metze (This used to be commit d14a01533c5d465ff3709c48576b798b3be807e0)
* r1919: paasword change basicly works now:-)Stefan Metzmacher2007-10-101-0/+3
| | | | | | | | but we need to find the real pdc for the users domain and fallback to other levels metze (This used to be commit f1b9c1f3dd0fb927c065541da900ae43e0018a62)
* r1915: use popt's cmdline_auth_info to fill the net_contextStefan Metzmacher2007-10-102-11/+22
| | | | | | | and print the user domain when prompting for a new password metze (This used to be commit aedb2e9e1c418a7ac3cc18299707ae9146e4047a)
* r1914: use common popt stuff in netStefan Metzmacher2007-10-101-9/+8
| | | | | metze (This used to be commit 52b866c40332ab408c57a0eab415e0755e4b5081)
* r1880: bugger, now I have used gcc 3.4.1 myself and have statements before ↵Stefan Metzmacher2007-10-101-7/+6
| | | | | | | | | declarations Does any knows if there are flags to let gcc 3.4.1 fail with that? metze (This used to be commit 6ad57a86c8583df90a93fdf36b7184010d2054bc)
* r1879: - add a user sub struct in net_contextStefan Metzmacher2007-10-104-23/+172
| | | | | | | | | - add 'net password change' command (it doesn'T work yet because libnet_rpc_connect() isn't implemented yet, and we don't fill in the net_context user substruct yet) metze (This used to be commit 939da063cdf18a5ab7e7f0490ac58d1f138cf0f0)
* r1877: since make proto catches all functionsStefan Metzmacher2007-10-101-1/+0
| | | | | | | the inlcude has to move to includes.h metze (This used to be commit 97fe38183b6a03c01f6ac2d28a958d632eb4ff8a)
* r1876: rewrite net command completelyStefan Metzmacher2007-10-104-567/+109
| | | | | | | and add it to the build metze (This used to be commit 14b9858800f6944bf78bee34338242cd3292b297)
* r1875: - move 'net' code into a subdirStefan Metzmacher2007-10-102-0/+701
- and remove all unneeded files we'll reimplement the stuff step by step using the functions from libnet/ which will do the hard work for us metze (This used to be commit 8b2d5ec973fde980389bfe03cbcd70274b98b2dc)