summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ↵Volker Lendecke2006-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | max name length in *bytes* for UTF-16, not the string length. This got lost during the conversion. This took a while to figure out :-) Thanks to Chetan! Volker
| | * r19800: * Remove exmpty aix directoryGerald Carter2006-11-191-2/+0
| | | | | | | | | | | | * remove old, commented out commands from 'make clean'
| * | r19814: Fix 'make everything build'Gerald Carter2006-11-216-76/+84
| | | | | | | | | | | | | | | | | | | | | The only major remaining pieces that are not being merged are: * The IDL work * The security descriptor merge.
| * | r19813: smbd now compiles againGerald Carter2006-11-214-46/+45
| | |
| * | r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-21117-8829/+10806
| | |
| * | r19806: merge time.c changesGerald Carter2006-11-2053-1716/+3037
| | |
| * | r19802: fix some compile warnings caued by parameter macro changesGerald Carter2006-11-201-5/+5
| | |
| * | r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ↵Gerald Carter2006-11-2033-474/+651
| | | | | | | | | | | | well)
| * | r19799: sync up examples from SAMBA_3_0Gerald Carter2006-11-1924-0/+2181
| |\|
| | * r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2006-11-1916-304/+219
| | |
| * | r19798: reducing some diffs...bringing over ntlm_auth changesGerald Carter2006-11-1929-588/+651
| | |
| * | r19796: * copy libgpo and grab libads changesGerald Carter2006-11-1932-509/+2184
| |\| | | | | | | | | | | | | * update net to include dns and gpo commands * include server name rap call in net
| | * r19794: Convert DFSVolker Lendecke2006-11-193-25/+20
| | |
| | * r19793: Change the lsa calls to the new calling convention. Nobody uses the ↵Volker Lendecke2006-11-192-113/+67
| | | | | | | | | | | | | | | | | | | | | | | | changed calls yet. Volker
| | * r19790: Check in the PIDL change and the converted unixinfo and winbind ↵Volker Lendecke2006-11-199-91/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pipes without waiting for comments. This is what version control is for, and it does fix a segfault I ran into ;-) Nevertheless, Jelmer & Jerry, please take a look! Thanks, Volker
| | * r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵Volker Lendecke2006-11-192-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker
| | * r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a ↵Volker Lendecke2006-11-194-22/+17
| | | | | | | | | | | | | | | | | | | | | | | | talloc ctx is misleading here. This needs fixing properly :-) Volker
| | * r19779: Fail properly on talloc_strdup failureVolker Lendecke2006-11-191-3/+5
| | |
| | * r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2006-11-194-17/+22
| | |
| | * r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, ↵Volker Lendecke2006-11-181-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | but this will change. Volker
| | * r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke2006-11-181-1/+1
| | |
| | * r19775: Fix typoVolker Lendecke2006-11-181-1/+1
| | |
| | * r19774: Fix typoVolker Lendecke2006-11-181-1/+1
| | |
| | * r19773: TALLOC_FREE checks for NULL itselfVolker Lendecke2006-11-181-4/+1
| | |
| * | r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-1970-936/+304
| | | | | | | | | | | | policy_handle' over from SAMBA_3_0.
| * | r19792: make everything now builds...time to merge a few remaining data ↵Gerald Carter2006-11-198-1857/+1302
| | | | | | | | | | | | structures and cleanup warnings
| * | r19791: simply the ignore list fo rthe bin directoryGerald Carter2006-11-190-0/+0
| | |
| * | r19789: making progress ... moving on to rpcclient nowGerald Carter2006-11-195-30/+572
| | |
| * | r19788: synching test scriptsGerald Carter2006-11-199-68/+450
| | |
| * | r19787: get winbindd compilingGerald Carter2006-11-1922-426/+425
| | |
| * | r19785: nmbd compiles cleanGerald Carter2006-11-193-5/+2
| | |
| * | r19784: smbd compiles (still a few warning which are actual bugs)Gerald Carter2006-11-1914-60/+277
| | |
| * | r19783: making more progressGerald Carter2006-11-1934-555/+848
| | |
| * | r19782: more compile fixes for mergeGerald Carter2006-11-1927-311/+149
| | |
| * | r19781: add TAGS to ignore listGerald Carter2006-11-190-0/+0
| | |
| * | r19772: syncing some non-source filesGerald Carter2006-11-187-29/+42
| | |
| * | r19771: more compile fixes....have to tackle the DLIST_XXX macros nextGerald Carter2006-11-183-5/+35
| | |
| * | r19770: go ahead and merge the iniparser changes from SAMBA_3_0Gerald Carter2006-11-185-19/+19
| | |
| * | r19769: more compile fixes while merging from SAMBA_3_0 (not done yet)Gerald Carter2006-11-1812-164/+271
| | |
| * | r19768: Adding some ignore patternsGerald Carter2006-11-180-0/+0
| | |
| * | r19767: Intermediate checking (does not yet compile)Gerald Carter2006-11-18277-8593/+68034
| |\| | | | | | | | | | | | | | | | | | | | | | | | | * bring over lib/{ldb,replace,talloc,socket_wrapper} * bring over libaddns, tdb * remove smbwrappper * grab Makefile and configure.in from SAMBA_3_0 * Start dealing with snum -> share struct issues * Start merging filename mangling code
| | * r19766: Fix a const-warning. Jerry, what did you want to fix with this line?Volker Lendecke2006-11-181-1/+0
| | | | | | | | | | | | Volker
| | * r19764: set version in 3.0 branch to 3.0.25Gerald Carter2006-11-171-1/+1
| | |
| | * r19762: libaddns/*[ch] code fixes donated by Centeris Corporation Gerald Carter2006-11-1716-4928/+1764
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (http://www.centeris.com/) under my copyright. * Rework error reporting to use DNS_ERROR instead of int32 * Convert memory allocation to use talloc() * Generalize the DNS request/response packet marshalling * Fix the secure update requests
| | * r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)Gerald Carter2006-11-171-3/+0
| | |
| | * r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter2006-11-165-40/+37
| | | | | | | | | | | | | | | | | | | | | string the clis_state struct. So call saf_store() after we have the short domain name in the lsa_query_inof_policy code. * Remove unused server string in saf_delete()
| | * r19748: Ensure to link against the required libraries.Lars Müller2006-11-161-1/+1
| | |
| | * r19747: Ensure to link with the required objects.Lars Müller2006-11-161-1/+1
| | |
| | * r19745: For the fun of it, add an CLDAP client written in perl.Günther Deschner2006-11-161-0/+466
| | | | | | | | | | | | Guenther
| | * r19744: merge from samba4Stefan Metzmacher2006-11-165-53/+198
| | | | | | | | | | | | metze