summaryrefslogtreecommitdiffstats
path: root/source4/utils/net/net_join.c
Commit message (Expand)AuthorAgeFilesLines
* s4-net: moved the net join command to pythonAndrew Tridgell2010-08-231-104/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:net Move net_vampire() to net_vampire.cAndrew Bartlett2009-07-061-66/+0
* fixed the event context for net vampireAndrew Tridgell2009-02-241-1/+1
* Avoid event_find_context() when the event context is already availableJelmer Vernooij2008-04-161-1/+1
* Fix the build.Jelmer Vernooij2008-04-141-5/+5
* Fix problems with event context not being the parent.Simo Sorce2008-04-141-5/+6
* Link the new vampire code togeather.Andrew Bartlett2008-04-091-0/+67
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij2007-12-211-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19463: Make it clear what argument is incorrectAndrew Bartlett2007-10-101-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13149: DEBUG is a bad choice for 'net', it should print to stderrAndrew Bartlett2007-10-101-3/+3
* r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.Andrew Bartlett2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12423: Remove DEBUG(0) printouts in favor of more information to the caller.Andrew Bartlett2007-10-101-1/+3
* r12421: Handle the case where we are a joining as different account types far...Andrew Bartlett2007-10-101-4/+3
* r10711: An error of 'user exists' is not an error, just an indication of howAndrew Bartlett2007-10-101-1/+1
* r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett2007-10-101-9/+15
* r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett2007-10-101-6/+5
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-2/+2
* r7249: Cope with struct member renameJelmer Vernooij2007-10-101-1/+1
* r5924: Use cli_credentials in libnet/.Jelmer Vernooij2007-10-101-3/+1
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-101-3/+3
* r5400: Slightly better handling of help messages in net tool.Rafal Szczesniak2007-10-101-7/+5
* r5380: Removed extra newline.Rafal Szczesniak2007-10-101-1/+0
* 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-101-0/+108