summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9994: Unused variable.Tim Potter1-1/+0
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r9654: introduce the samdb_search_dn callSimo Sorce1-5/+3
2007-10-10r9643: fixed samsync code for the new dn explode semanticsAndrew Tridgell1-17/+15
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce1-15/+6
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2-54/+92
2007-10-10r9309: Incorrect null pointer check in return from talloc.Steve French1-1/+1
2007-10-10r9090: Another field in usermod function - account flags.Rafal Szczesniak2-0/+7
2007-10-10r9037: New fields in usermod function - allow_password_change andRafal Szczesniak2-0/+15
2007-10-10r8981: Add comments, fix typos (in attribute names) and check for errors inAndrew Bartlett2-8/+39
2007-10-10r8974: Support makefile fragments in .mk filesJelmer Vernooij1-1/+0
2007-10-10r8970: Add 'ADS' join support to Samba4.Andrew Bartlett2-4/+71
2007-10-10r8952: Partial work commit to find the DN of the new machine account - weAndrew Bartlett2-2/+109
2007-10-10r8904: Split off the query stage as a separate function.Rafal Szczesniak1-5/+33
2007-10-10r8896: Handle more complex case where field being changed doesn't appearRafal Szczesniak2-40/+94
2007-10-10r8847: Rework the Samba4 'net join' code. I'm trying to get this closer toAndrew Bartlett3-259/+316
2007-10-10r8845: Removing unnecessary string length calculations. Thanks abartletRafal Szczesniak1-12/+2
2007-10-10r8808: More comments.Rafal Szczesniak1-0/+41
2007-10-10r8807: Modifying datetime field using struct timeval argument rather thanRafal Szczesniak2-0/+8
2007-10-10r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett1-11/+130
2007-10-10r8789: Send new monitor messages from userdel routine.Rafal Szczesniak1-0/+23
2007-10-10r8788: New monitor messages.Rafal Szczesniak1-0/+6
2007-10-10r8775: More SamSync work. This is really just mechanical...Andrew Bartlett1-5/+264
2007-10-10r8771: Extend the SamSync code out to groups and aliases, as well as deleting.Andrew Bartlett1-1/+303
2007-10-10r8761: Propagate changes in monitor messaging code.Rafal Szczesniak2-5/+27
2007-10-10r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak2-0/+64
2007-10-10r8759: Another couple of fields in usermod routine.Rafal Szczesniak2-0/+30
2007-10-10r8752: With all the infrustructure done, details like a SamSync migrationAndrew Bartlett3-0/+425
2007-10-10r8744: Split 'net samdump' out into a separate fileAndrew Bartlett4-263/+289
2007-10-10r8741: Kill warnings about enums not fully enumerated, as we will never useAndrew Bartlett1-0/+5
2007-10-10r8721: Further work on libnet_rpc_usermod function. Now it can changeRafal Szczesniak2-4/+35
2007-10-10r8717: Add monitor message emiting in userdel and usermod calls.Rafal Szczesniak1-0/+10
2007-10-10r8692: Starting parts of code to provide user modify functionality.Rafal Szczesniak2-6/+194
2007-10-10r8248: Make these comments more accurate.Andrew Bartlett1-4/+6
2007-10-10r8246: Don't try and set the element after the end off the array to NULL.Andrew Bartlett1-1/+1
2007-10-10r8235: fix the buildStefan Metzmacher1-1/+1
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher4-9/+9
2007-10-10r8136: remove unused varStefan Metzmacher1-2/+0
2007-10-10r8098: Add my copyright and remove unecessary header dependency.Rafal Szczesniak1-2/+2
2007-10-10r8096: Remove function that has became libnet_Lookup fuction.Rafal Szczesniak2-78/+0
2007-10-10r8095: Fix compiler warning.Rafal Szczesniak1-1/+1
2007-10-10r8077: Propagate changes in rpc connect routine to functions using itRafal Szczesniak5-96/+96
2007-10-10r8076: Put name resolution methods into libnet_context. This allows libnet basedRafal Szczesniak3-15/+47
2007-10-10r8075: Make rpc connect function part of libnet api, as I suppose manyRafal Szczesniak2-70/+64
2007-10-10r7816: Implementation of "shortcut" function for those (probably many) whoRafal Szczesniak1-0/+70
2007-10-10r7748: Use state structure in connection with io to get returned address.Rafal Szczesniak1-2/+3
2007-10-10r7734: A few missing pieces...Rafal Szczesniak3-5/+7
2007-10-10r7732: Implementation of very basic lookup function (to be used in moreRafal Szczesniak6-9/+141
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell4-16/+15
2007-10-10r7630: Unused variable.Tim Potter1-1/+0