summaryrefslogtreecommitdiffstats
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-0/+35
* r11815: A bit more comments and spaces for better readability.Rafal Szczesniak2007-10-102-1/+11
* r11813: Const-ify name resolution method list and use string listRafal Szczesniak2007-10-102-11/+2
* r11794: - fixed a valgrind error in libnet, caused by using a stack variableAndrew Tridgell2007-10-103-10/+8
* r11750: More comments.Rafal Szczesniak2007-10-101-3/+4
* r11749: 1) Buffer allocation's been moved and isn't needed here.Rafal Szczesniak2007-10-101-3/+1
* r11747: Move buffer allocation to libnet_Lookup function so that theRafal Szczesniak2007-10-101-1/+6
* r11708: Fix allocation of too small buffer to hold ip address.Rafal Szczesniak2007-10-101-1/+1
* r11705: Fix segfaulting create user function.Rafal Szczesniak2007-10-101-0/+4
* 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
* r11409: The use of 'password server = ' here is still bogus, but for now atAndrew Bartlett2007-10-101-0/+2
* r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don'tAndrew Bartlett2007-10-102-2/+34
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-101-0/+3
* r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij2007-10-101-1/+4
* 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
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-14/+14
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-6/+0
* 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
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-101-5/+2
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-102-3/+3
* 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
* r10679: Monitor messages should be issued from usermod functions.Rafal Szczesniak2007-10-102-8/+52
* r10633: Formatting.Rafal Szczesniak2007-10-101-3/+4
* r10631: Formatting.Rafal Szczesniak2007-10-101-3/+3
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10566: Clean up error messages to provide more accurate info.Andrew Bartlett2007-10-101-5/+10
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-105-65/+72
* r10486: This is a merge of Brad Henry's 'net join' rework, to better performAndrew Bartlett2007-10-105-372/+921
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-1/+0
* r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij2007-10-101-0/+7
* r9994: Unused variable.Tim Potter2007-10-101-1/+0
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9654: introduce the samdb_search_dn callSimo Sorce2007-10-101-5/+3
* r9643: fixed samsync code for the new dn explode semanticsAndrew Tridgell2007-10-101-17/+15
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-101-15/+6
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-102-54/+92
* r9309: Incorrect null pointer check in return from talloc.Steve French2007-10-101-1/+1
* r9090: Another field in usermod function - account flags.Rafal Szczesniak2007-10-102-0/+7
* r9037: New fields in usermod function - allow_password_change andRafal Szczesniak2007-10-102-0/+15
* r8981: Add comments, fix typos (in attribute names) and check for errors inAndrew Bartlett2007-10-102-8/+39
* r8974: Support makefile fragments in .mk filesJelmer Vernooij2007-10-101-1/+0
* r8970: Add 'ADS' join support to Samba4.Andrew Bartlett2007-10-102-4/+71
* r8952: Partial work commit to find the DN of the new machine account - weAndrew Bartlett2007-10-102-2/+109
* r8904: Split off the query stage as a separate function.Rafal Szczesniak2007-10-101-5/+33