summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_join.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11094: Connect to SAM, implement getdcnameVolker Lendecke1-1/+1
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-3/+3
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-0/+2
2007-10-10r10701: Ensure we return the right user handle.Andrew Bartlett1-2/+2
2007-10-10r10696: Return the realm to the caller, not NULL...Andrew Bartlett1-2/+1
2007-10-10r10566: Clean up error messages to provide more accurate info.Andrew Bartlett1-5/+10
2007-10-10r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett1-367/+880
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-12/+16
2007-10-10r8981: Add comments, fix typos (in attribute names) and check for errors inAndrew Bartlett1-4/+35
2007-10-10r8970: Add 'ADS' join support to Samba4.Andrew Bartlett1-4/+70
2007-10-10r8952: Partial work commit to find the DN of the new machine account - weAndrew Bartlett1-1/+108
2007-10-10r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett1-210/+297
2007-10-10r8248: Make these comments more accurate.Andrew Bartlett1-4/+6
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher1-3/+3
2007-10-10r8077: Propagate changes in rpc connect routine to functions using itRafal Szczesniak1-18/+18
2007-10-10r7203: Fill in the error message and fail if we can't open the secrets database.Andrew Bartlett1-0/+6
2007-10-10r6525: Remove incorrect comment.Andrew Bartlett1-2/+0
2007-10-10r5988: Fix the -P option (use machine account credentials) to use the Samba4Andrew Bartlett1-2/+3
2007-10-10r5983: Start support for being a domain member in Samba4.Andrew Bartlett1-2/+2
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-1/+1
2007-10-10r5900: Use flatname to specify the netbios domain name (matches what win2k3Andrew Bartlett1-3/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce1-1/+1
2007-10-10r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-2/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4762: Store the results of a 'net join' in the LDB.Andrew Bartlett1-8/+199
2007-10-10r4722: Start to add 'net join' to Samba4.Andrew Bartlett1-0/+279