summaryrefslogtreecommitdiff
path: root/source4/utils/net/net_join.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-16Avoid event_find_context() when the event context is already availableJelmer Vernooij1-1/+1
2008-04-14Fix the build.Jelmer Vernooij1-5/+5
2008-04-14Fix problems with event context not being the parent.Simo Sorce1-5/+6
2008-04-09Link the new vampire code togeather.Andrew Bartlett1-0/+67
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+1
2007-12-21r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19463: Make it clear what argument is incorrectAndrew Bartlett1-1/+1
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13149: DEBUG is a bad choice for 'net', it should print to stderrAndrew Bartlett1-3/+3
2007-10-10r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.Andrew Bartlett1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12423: Remove DEBUG(0) printouts in favor of more information to the caller.Andrew Bartlett1-1/+3
2007-10-10r12421: Handle the case where we are a joining as different account types far...Andrew Bartlett1-4/+3
2007-10-10r10711: An error of 'user exists' is not an error, just an indication of howAndrew Bartlett1-1/+1
2007-10-10r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett1-9/+15
2007-10-10r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett1-6/+5
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+2
2007-10-10r7249: Cope with struct member renameJelmer Vernooij1-1/+1
2007-10-10r5924: Use cli_credentials in libnet/.Jelmer Vernooij1-3/+1
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij1-3/+3
2007-10-10r5400: Slightly better handling of help messages in net tool.Rafal Szczesniak1-7/+5
2007-10-10r5380: Removed extra newline.Rafal Szczesniak1-1/+0
2007-10-10r4762: Store the results of a 'net join' in the LDB.Andrew Bartlett1-34/+27
2007-10-10r4722: Start to add 'net join' to Samba4.Andrew Bartlett1-0/+108