summaryrefslogtreecommitdiffstats
path: root/source4/libnet/libnet_join.c
Commit message (Expand)AuthorAgeFilesLines
* r16226: Fixes for various segfault bugs found against a buggy Samba4. WithAndrew Bartlett2007-10-101-2/+2
* r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my headAndrew Bartlett2007-10-101-1/+1
* r15500: Add support for interactive prompting on bad passwords to the RPC lib...Andrew Bartlett2007-10-101-1/+1
* r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnectRafal Szczesniak2007-10-101-6/+5
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-101-2/+2
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14716: Remove username from debug message, it just causes valgrind assertions.Andrew Bartlett2007-10-101-4/+2
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-2/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+2
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+2
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13104: Migrate and set secrets keytab values in the 'net join' code. ThisAndrew Bartlett2007-10-101-0/+30
* r12976: Patch from Brad Henry <j0j0@riod.ca>:Andrew Bartlett2007-10-101-169/+2
* r12930: Fix ADS join: I wasn't filling in the flag 'realm' variable any more.Andrew Bartlett2007-10-101-3/+1
* r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect toAndrew Bartlett2007-10-101-182/+68
* r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'.Andrew Bartlett2007-10-101-6/+6
* r12883: Fix the build...Andrew Bartlett2007-10-101-3/+1
* r12882: Allow the netbios name to be specified at all times.Andrew Bartlett2007-10-101-1/+1
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-7/+4
* r12858: This moves the libnet_LookupPdc code to use a GetDC request to findAndrew Bartlett2007-10-101-9/+13
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-8/+4
* r12430: Clarify libnet_join code. Add/fix comments.Andrew Bartlett2007-10-101-10/+10
* r12423: Remove DEBUG(0) printouts in favor of more information to the caller.Andrew Bartlett2007-10-101-5/+3
* r12421: Handle the case where we are a joining as different account types far...Andrew Bartlett2007-10-101-32/+78
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-3/+4
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-0/+35
* r11567: Ldb API change patch.Simo Sorce2007-10-101-7/+8
* r11410: Fix rejoin as a BDC by modifying, rather than trying to recreate, theAndrew Bartlett2007-10-101-2/+37
* r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don'tAndrew Bartlett2007-10-101-2/+33
* r11349: Actually add all the new spns...Andrew Bartlett2007-10-101-12/+6
* r11348: Fixes for 'net join':Andrew Bartlett2007-10-101-18/+19
* r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in Win2k...Andrew Bartlett2007-10-101-48/+66
* r11197: indentAndrew Bartlett2007-10-101-2/+2
* r11094: Connect to SAM, implement getdcnameVolker Lendecke2007-10-101-1/+1
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-3/+3
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-0/+2
* r10701: Ensure we return the right user handle.Andrew Bartlett2007-10-101-2/+2
* r10696: Return the realm to the caller, not NULL...Andrew Bartlett2007-10-101-2/+1
* r10566: Clean up error messages to provide more accurate info.Andrew Bartlett2007-10-101-5/+10
* r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett2007-10-101-367/+880
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-12/+16
* r8981: Add comments, fix typos (in attribute names) and check for errors inAndrew Bartlett2007-10-101-4/+35
* r8970: Add 'ADS' join support to Samba4.Andrew Bartlett2007-10-101-4/+70
* r8952: Partial work commit to find the DN of the new machine account - weAndrew Bartlett2007-10-101-1/+108
* r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett2007-10-101-210/+297