summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17940: Fix a warning spotted on the buildfarm.Rafal Szczesniak2006-08-301-1/+1
| | | | | | | | | | | | | | | | rafal
| | | * r17939: Fix compiler warnings spotted on buildfarm.Rafal Szczesniak2006-08-301-8/+19
| | | | | | | | | | | | | | | | rafal
| | | * r17938: More comments.Rafal Szczesniak2006-08-301-12/+101
| | | | | | | | | | | | | | | | rafal
| | | * r17932: Fix header installation.Jelmer Vernooij2006-08-301-2/+2
| | | |
| | | * r17931: Really remove the files this time. Looks like there's something ↵Jelmer Vernooij2006-08-303-924/+0
| | | | | | | | | | | | | | | | | | | | | | | | wrong with the rename code in bzr-svn...
| | | * r17930: Merge noinclude branch:Jelmer Vernooij2006-08-30106-691/+1669
| | | | | | | | | | | | | | | | | | | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used)
| | | * r17926: add trustedDomain classSimo Sorce2006-08-291-0/+263
| | | |
| | | * r17925: Another class we need.Andrew Bartlett2006-08-291-0/+1
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher2006-08-294-52/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to do the actual report. - make the talloc_report_depth_file() a wrapper of it - and talloc_report() and talloc_report_full() are wrapper of talloc_report_depth_file() metze
| | | * r17905: fix c++ warningsStefan Metzmacher2006-08-291-13/+13
| | | | | | | | | | | | | | | | metze
| | | * r17904: we don't want warnings about unused parametersStefan Metzmacher2006-08-291-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | volker that one was for you:-) metze
| | | * r17898: handle objectcategory and isdefunct for classesSimo Sorce2006-08-281-17/+60
| | | |
| | | * r17895: - talloc_increase_ref_count() can failStefan Metzmacher2006-08-284-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | - make talloc_reference() typesafe when gcc >= 3 is used metze
| | | * r17894: better name for the internal syntax typeSimo Sorce2006-08-281-3/+3
| | | |
| | | * r17893: add a function to disable the null_contextStefan Metzmacher2006-08-283-2/+15
| | | | | | | | | | | | | | | | metze
| | | * r17892: fix the last talloc c++ warningStefan Metzmacher2006-08-281-1/+2
| | | | | | | | | | | | | | | | metze
| | | * r17891: remove c++ warnings from tallocStefan Metzmacher2006-08-282-13/+14
| | | | | | | | | | | | | | | | metze
| | | * r17890: add -Wc++-compat option to gcc but don't use it yetStefan Metzmacher2006-08-281-0/+1
| | | | | | | | | | | | | | | | metze
| | | * r17889: allocate a valid element where the pointer can point to,Stefan Metzmacher2006-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fix c++ warnings metze
| | | * r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher2006-08-282-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | functions to get rid of c++ warnings metze
| | | * r17887: fix c++ warningsStefan Metzmacher2006-08-281-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r17886: add talloc_ptrtype() and talloc_array_ptrtype(),Stefan Metzmacher2006-08-284-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | see the manpage what they do:-) metze
| | | * r17885: use _TALLOC_TYPEPF() consitentlyStefan Metzmacher2006-08-281-3/+2
| | | | | | | | | | | | | | | | metze
| | | * r17884: Shape up the snprintf fix after Metzes commentsVolker Lendecke2006-08-281-2/+2
| | | |
| | | * r17883: check if talloc_asprintf() works correctStefan Metzmacher2006-08-281-0/+4
| | | | | | | | | | | | | | | | metze
| | | * r17882: merge change from samba3Stefan Metzmacher2006-08-281-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r17876: Require one less patch for the LDAP backend to work.Andrew Bartlett2006-08-283-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets the modules or backend generate the host and domain GUID, rather than the randguid() function. These can still be specified from the command line. Andrew Bartlett
| | | * r17871: Add an option to make the system account behave as anonymous on theAndrew Bartlett2006-08-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | network. This helps where we are trying to talk to an LDAP server, until we share a common SASL authentication scheme. Andrew Bartlett
| | | * r17870: This module (for the moment) handles the modifyTimestamp generation. ↵Andrew Bartlett2006-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | For that, it needs to hook into the modify operation. Andrew Bartlett
| | | * r17868: remove duplicated attributes from listSimo Sorce2006-08-281-6/+1
| | | |
| | | * r17860: Let's commit the work down up to now on the new schema module.Simo Sorce2006-08-272-0/+1320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment it is able to validate an object has no conflicting objectlasses that it meets the criteria to be inserted as child of the parent and also sorts and create the objectclass hierarchy so that the objectclass .c module can be obsoleted. Not activated by default as we have to completely rework the current provisioning method. (In my tests I could not activate it before all other ldif except for the one that create users were loaded, make test seem to be happy anyway if it is activated after provisioning). Next steps will be attribute and attribute syntax checking on add operation. And then the modify operation will follow. Simo.
| | | * r17859: Fix some return valuesSimo Sorce2006-08-271-15/+15
| | | |
| | | * r17858: Add new libnet domain open tests.Rafal Szczesniak2006-08-272-1/+291
| | | | | | | | | | | | | | | | rafal
| | | * r17857: A couple of new tests.Rafal Szczesniak2006-08-273-0/+90
| | | | | | | | | | | | | | | | rafal
| | | * r17856: The two new functions - libnet_LookupName and libnet_UserInfo.Rafal Szczesniak2006-08-275-0/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These two perform name resolving in SAM database and fetching user account information, respectively. The code is quite rough yet, but it builds and basic tests work. Now, I'm working on cleaning it up... rafal
| | | * r17849: Next round for RPC-SAMBA3-SHARESECVolker Lendecke2006-08-271-2/+2
| | | |
| | | * r17848: Ok, this did not do it. Still got the same problem.Volker Lendecke2006-08-271-8/+1
| | | |
| | | * r17846: Ok, this is a patch that needs further discussion. On Solaris, ↵Volker Lendecke2006-08-261-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snprintf seems to be broken. The %lu modifies apparently can not cope with the high bit==1. In dom_sid_string I added some printfs and got: auth: 21 auth: 2666793276 auth: 679821296 auth: 2310223117 auth: 1206 sid=S-1-5-21-8446744072081377596-679821296-8446744071724807437-1206 The "auth:" values are direct printfs, the sid= is the resulting code from dom_sid_string. I could not reproduce it with a simple test program, and #ifdef'ing out HAVE_SNPRINTF in config.h manually does not help either, probably because the dynamic linker overwrites the symbol in lib/replace. Checking it in because it fixes the RPC-SAMBA3-SHARESEC test directly on host "sunx", I would like to see whether it also fixes IRIX and AIX. Volker
| | | * r17844: The AIX compiler thinks { } is a syntax errorVolker Lendecke2006-08-261-1/+2
| | | |
| | | * r17842: After talking to Simo, apply the next attempt to resolve the strnlenVolker Lendecke2006-08-264-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | problem. Timegm is the same. Simo says this is just a workaround, but it helps for now. Feel free to revert. Volker
| | | * r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noiseVolker Lendecke2006-08-262-15/+1
| | | |
| | | * r17840: A step towards building on Solaris which appears not to have strnlen.Volker Lendecke2006-08-262-1/+15
| | | | | | | | | | | | | | | | Volker
| | | * r17839: do not reference possibleInferiors we have not extractedSimo Sorce2006-08-262-405/+81
| | | | | | | | | | | | | | | | trim duplicate may attributes
| | | * r17838: revert rev 17754Stefan Metzmacher2006-08-261-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | readd --always-create option to mkproto.pl metze
| | | * r17830: Set the default_basedn (hey, it comes from the "default" naming ↵Simo Sorce2006-08-255-36/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contex :-) once at connection time, after modules have been loaded. Introduce a function to retrieve the value where needed.
| | | * r17829: Fix the order of the bytesSimo Sorce2006-08-251-8/+8
| | | |
| | | * r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. ThatAndrew Tridgell2006-08-251-3/+1
| | | | | | | | | | | | | | | | ensures we never try twice
| | | * r17827: Fix an error messageVolker Lendecke2006-08-251-2/+2
| | | |
| | | * r17826: Add line numbers to the d_printfsVolker Lendecke2006-08-251-19/+28
| | | |
| | | * r17825: I broken cracknames in my last patch - fix it upAndrew Tridgell2006-08-251-1/+1
| | | |