summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-25s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.Michael Adam2-5/+5
2010-05-25s3:registry: fix data_p arg of regval_compose to be uint8 * instead of char *Michael Adam2-2/+2
2010-05-25s3:registry: extract the reg_util prototypes into their own header.Michael Adam8-8/+35
And use them only where needed.
2010-05-25s3:registry: remove superfluous comments from registry.hMichael Adam1-28/+0
2010-05-25s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam4-8/+47
And use them only where necessary.
2010-05-25s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam7-8/+34
And use them only where necessary.
2010-05-25s3:registry: protect registry.h from multiple inclusionMichael Adam1-0/+4
2010-05-25s3:registry: add C to reg_cachehook, confessing considerable changes in 2008Michael Adam1-0/+1
2010-05-25s3:fix configure after change "add Werror_FLAGS for IBM's xlc"Michael Adam1-0/+1
For me, 24b3725407f1a67e13a7646d2e3f26ed1e4735ff broke configure. The fix in f634450b67d2a084c41a63c0e94eb47adb90e101 is not complete yet. After staring at the change a bit, tt seems to me that the code inserted was just misplaced by one line. Michael
2010-05-25s3: fix the configure runBjörn Jacke1-1/+0
2010-05-24s3:configure: turn "error warnings" into errorsBjörn Jacke1-1/+1
By default "Missing argument(s)" is just an "error warning" for xlc :-) The change to turn "error warnings" into errors should fix bug #7427.
2010-05-24s3:configure: add Werror_FLAGS for IBM's xlcBjörn Jacke1-2/+14
2010-05-24s4:dsdb_enum_group_mem - use "unsigned" countersMatthias Dieter Wallnöfer2-7/+6
"size_t" counters aren't really needed here (we don't check data lengths). And we save the result in a certain "num_sids" variable which is of type "unsigned".
2010-05-24s4:dsdb_lookup_rids - "unsigned" counters fit better than "signed" in this caseMatthias Dieter Wallnöfer1-2/+2
2010-05-24s4:dsdb_add_user - check the "cn"/"account_name" length (should be >= 1)Matthias Dieter Wallnöfer1-7/+12
This needed by the "cn_name_len"-1 accesses. And use a "size_t"-typed variable for storing it (length specificators should always be stored using "size_t" variables).
2010-05-24Add in support for the NTLMSSP version reply.Jeremy Allison2-4/+31
Jeremy.
2010-05-24fix a typoVolker Lendecke1-1/+1
2010-05-24ldb-waf: Install manual pages for ldb in standalone build, installJelmer Vernooij1-4/+23
python module.
2010-05-24s4:winbind Give more detail on the parameters when reporting idmap failureAndrew Bartlett1-1/+2
2010-05-24s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett3-28/+62
This makes it much easier to write an idmap module that bridges the gap. We should finish the change to the new API, but for the moment this choke point works for the conversion. Andrew Bartlett
2010-05-24s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2-3/+3
2010-05-24s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett3-1/+3
2010-05-24s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett9-127/+75
Andrew Bartlett
2010-05-24s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett4-28/+42
These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett
2010-05-24s4:samr Push most of samr_LookupRids into a helper functionAndrew Bartlett2-52/+82
This is a rewrite of the lookup_rids code, using a query based on the extended DN for a clearer interface. By splitting this out, the logic is able to be shared, rather than copied, into a passdb wrapper. Andrew Bartlett
2010-05-24s4:samr Push most of samr_QueryGroupMember into a helper functionAndrew Bartlett2-80/+120
This is a rewrite of the group membership lookup code, using the stored extended DNs to avoid doing the lookup into each member to find the SID By splitting this out, the logic is able to be shared, rather than copied, into a passdb wrapper. Andrew Bartlett
2010-05-24s4:samr Move most of samr_CreateDomAlias into a helper functionAndrew Bartlett2-52/+81
This allows this logic to be shared, rather than copied, into a passdb wrapper. Andrew Bartlett
2010-05-24s4:samr Split most of samr_CreateDomainGroup into a helper functionAndrew Bartlett2-60/+88
This allows this logic to be shared, rather than copied, into a passdb wrapper. Andrew Bartlett
2010-05-24s4:samr Split the guts of samr_CreateUser2 into a helper functionAndrew Bartlett3-187/+258
This allows this logic to be shared, rather than copied, into a passdb wrapper. Andrew Bartlett
2010-05-24s4:dsdb Allow a NULL search expression in dsdb_search()Andrew Bartlett1-2/+5
The NULL search expression expands to (objectClass=*), but %s expands NULL to (NULL) which doesn't parse... Andrew Bartlett
2010-05-24s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDLAndrew Bartlett6-6/+6
This IDL is almost common, but the source3 version has a hand-marshalled server_id. The s3compat build has problems with two different idl files of the same name. Andrew Bartlett
2010-05-24s4:LogonGetDomainInfo - allow to set DNS hostname for the first timeMatthias Dieter Wallnöfer1-11/+14
Otherwise it obviously can never be set.
2010-05-24s4:"rdn_name" LDB module - fix the creation of the RDN attribute (try to ↵Matthias Dieter Wallnöfer1-6/+20
normalise it) And return always the correct error codes on the failed add operations (should anyway be ERR_OPERATIONS_ERROR - therefore no behaviour change).
2010-05-24s4:setup/*.ldif - remove unneeded "cn" attributesMatthias Dieter Wallnöfer2-2/+0
Should be generated automatically
2010-05-24s3: major overhaul of compiler and linker flags for HP-UX buildsBjörn Jacke1-9/+27
this will fix a number of things like shared library builds. That in turn will probably trigger some other build bugs...
2010-05-24s3:Makefile: set PIE flags also for nss_winbindBjörn Jacke1-1/+1
2010-05-24s3:build: remove CFLAGS from LDSHFLAGS, SHLD has them alreadyBjörn Jacke1-4/+1
2010-05-24s3:Makefile: position independency is also needed for shared libsBjörn Jacke1-2/+2
2010-05-24s3:build: don't use pieflags twice - ldflags already have themBjörn Jacke1-2/+2
2010-05-24s3: Fix a typo found by ITPFS oota <t-oota@dh.jp.nec.com>Volker Lendecke1-1/+1
Thanks!
2010-05-24solve the error "ldb.inst.h does not exist"Thomas Nagy1-0/+2
The error happens when headermap.txt is not available Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-05-23build: get the SONAME right for installed librariesAndrew Tridgell1-0/+4
2010-05-23Substitute the pidl files without using 'headermap.txt'Thomas Nagy1-1/+9
The headers generated by pidl contain references to bin/default. Those paths may be replaced automatically. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-05-23s3: Another non-gnumake fixVolker Lendecke1-6/+7
AC_OUTPUT_COMMANDS must be called before AC_OUTPUT and $MAKEFILE is not defined in ./config.status
2010-05-23s3: Factor out compiler-independent definesVolker Lendecke1-1/+3
2010-05-23s3: Next step to fix the build on OpenSolarisVolker Lendecke1-0/+1
2010-05-22s3: Attempt to fix the non-gnumake buildVolker Lendecke1-1/+2
Björn, please check!
2010-05-22torture: fix typosSimo Sorce1-2/+2
2010-05-22s3: Remove unreachable codeVolker Lendecke1-1/+0
2010-05-22s4:ldb_controls: make it possible to pass arbitrary control via the command lineStefan Metzmacher1-0/+34
--controls=local_oid:1.3.6.1.4.1.7165.4.3.7:1 To specify the DSDB_CONTROL_PASSWORD_HASH_VALUES_OID control as critical. metze