rpc_server: Remove references to sidmap from the lsa pipe code.
[kai/samba.git] / source4 / libnet / libnet_join.c
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-11 Kai Blinlibnet: Rename a variable so it does not shadow a global.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26409: Pass smb ports along.
2007-12-21 Jelmer Vernooijr26328: remove more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26327: Explicit loadparm_context for RPC client functions.
2007-12-21 Jelmer Vernooijr26205: Pass loadparm_context to secrets_db_connect...
2007-12-21 Andrew Bartlettr26135: Remove samdb_add(), samdb_delete() and samdb_mo...
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr21175: Fix the kerberos keytab update code to handle...
2007-10-10 Volker Lendecker21141: Attempt to fix the build
2007-10-10 Andrew Bartlettr20964: Show the domain name we figured out, rather...
2007-10-10 Andrew Bartlettr20397: Another user of the DsCrackNames call needs...
2007-10-10 Andrew Bartlettr20294: Without this we don't do the ADS join against...
2007-10-10 Stefan Metzmacherr20205: remove unused var
2007-10-10 Andrew Bartlettr20113: Update the DRSUAPI CrackNames test to explore...
2007-10-10 Andrew Bartlettr20102: Do not reference remote_ldb before we initialis...
2007-10-10 Andrew Bartlettr20099: Add some comments, and correct others.
2007-10-10 Stefan Metzmacherr19934: - allow to pass a samr_UserInfo21 struct to...
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Jelmer Vernooijr19573: Move secrets.o into param/ (subsystems haven...
2007-10-10 Andrew Bartlettr19309: Split out checks for LDB_SUCCESS from checks...
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Andrew Bartlettr19266: Add a target_hostname element to the binding...
2007-10-10 Andrew Bartlettr19261: Fix use of unitialised variables. (The binding...
2007-10-10 Günther Deschnerr18609: error_string should not contain newlines.
2007-10-10 Andrew Bartlettr17954: Avoid including \n in error strings (left over...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Andrew Bartlettr16226: Fixes for various segfault bugs found against...
2007-10-10 Andrew Bartlettr15504: Revert -r 15500 and -r 15503 until I'm awake...
2007-10-10 Andrew Bartlettr15500: Add support for interactive prompting on bad...
2007-10-10 Rafal Szczesniakr15435: Turn libnet_RpcConnectDCInfo into another level...
2007-10-10 Andrew Bartlettr15426: Implement SPNEGO as the default RPC authenticat...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Andrew Bartlettr14716: Remove username from debug message, it just...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13104: Migrate and set secrets keytab values in the...
2007-10-10 Andrew Bartlettr12976: Patch from Brad Henry <j0j0@riod.ca>:
2007-10-10 Andrew Bartlettr12930: Fix ADS join: I wasn't filling in the flag...
2007-10-10 Andrew Bartlettr12903: Factor out a new routine libnet_RpcConnectDCInf...
2007-10-10 Andrew Bartlettr12886: Rename 'secure_channel_type' parameter to domai...
2007-10-10 Andrew Bartlettr12883: Fix the build...
2007-10-10 Andrew Bartlettr12882: Allow the netbios name to be specified at all...
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Andrew Bartlettr12858: This moves the libnet_LookupPdc code to use...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Andrew Bartlettr12430: Clarify libnet_join code. Add/fix comments.
2007-10-10 Andrew Bartlettr12423: Remove DEBUG(0) printouts in favor of more...
2007-10-10 Andrew Bartlettr12421: Handle the case where we are a joining as diffe...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Andrew Bartlettr11995: A big kerberos-related update.
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Bartlettr11410: Fix rejoin as a BDC by modifying, rather than...
2007-10-10 Andrew Bartlettr11407: Push 'recreate account' logic into libnet/libne...
2007-10-10 Andrew Bartlettr11349: Actually add all the new spns...
2007-10-10 Andrew Bartlettr11348: Fixes for 'net join':
2007-10-10 Andrew Bartlettr11287: Understand the new behaviour of the LSA pipe...
2007-10-10 Andrew Bartlettr11197: indent
2007-10-10 Volker Lendecker11094: Connect to SAM, implement getdcname
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Bartlettr10701: Ensure we return the right user handle.
2007-10-10 Andrew Bartlettr10696: Return the realm to the caller, not NULL...
2007-10-10 Andrew Bartlettr10566: Clean up error messages to provide more accurat...
2007-10-10 Andrew Bartlettr10486: This is a merge of Brad Henry's 'net join'...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8981: Add comments, fix typos (in attribute names...
2007-10-10 Andrew Bartlettr8970: Add 'ADS' join support to Samba4.
2007-10-10 Andrew Bartlettr8952: Partial work commit to find the DN of the new...
2007-10-10 Andrew Bartlettr8847: Rework the Samba4 'net join' code. I'm trying...
2007-10-10 Andrew Bartlettr8248: Make these comments more accurate.
2007-10-10 Stefan Metzmacherr8232: remove samr_String and netr_String as they are...
2007-10-10 Rafal Szczesniakr8077: Propagate changes in rpc connect routine to...
2007-10-10 Andrew Bartlettr7203: Fill in the error message and fail if we can...
2007-10-10 Andrew Bartlettr6525: Remove incorrect comment.
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Bartlettr5983: Start support for being a domain member in Samba4.
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Andrew Bartlettr5900: Use flatname to specify the netbios domain name...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Tim Potterr5364: Rename string fields called 'domain' and 'name...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
next