summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-2137-103/+103
* | r26538: Pass path generation function around rather than base directory.Jelmer Vernooij2007-12-216-148/+164
* | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-214-199/+197
* | r26536: More tests for provisioning code.Jelmer Vernooij2007-12-216-24/+40
* | r26535: Get rid of all-knowing ProvisionSettings object.Jelmer Vernooij2007-12-212-284/+274
* | r26534: configure: using == in shell scripts isn't portableStefan Metzmacher2007-12-211-1/+1
* | r26533: libreplace: hopefully fix the share library/module build on darwinStefan Metzmacher2007-12-211-2/+2
* | r26532: Fix mistake in assignment.Rafal Szczesniak2007-12-211-1/+1
* | r26531: Prevent from displaying the results if the functionRafal Szczesniak2007-12-211-0/+2
* | r26530: Add NET-API-GROUPLIST test.Rafal Szczesniak2007-12-212-0/+81
* | r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett2007-12-211-5/+0
* | r26528: dsdb: Fix a warning.Kai Blin2007-12-211-4/+3
* | r26527: Start on tests for provision.Jelmer Vernooij2007-12-215-42/+97
* | r26526: Fix argument value.Jelmer Vernooij2007-12-211-1/+1
* | r26525: Consistency in the API.Jelmer Vernooij2007-12-211-50/+53
* | r26524: Import self join.Jelmer Vernooij2007-12-211-42/+75
* | r26523: Refactor provisioning code.Jelmer Vernooij2007-12-214-157/+251
* | r26522: Fix warnings on SamDB connect from Python, simplify the setup code fo...Jelmer Vernooij2007-12-213-33/+43
* | r26521: Fix newlines.Jelmer Vernooij2007-12-214-13/+13
* | r26520: More Python updates.Jelmer Vernooij2007-12-219-26/+205
* | r26519: Add libnet_GroupList function. Totally untested (yet), butRafal Szczesniak2007-12-212-0/+270
* | r26518: Fix provision of registry using Python.Jelmer Vernooij2007-12-216-34/+43
* | r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij2007-12-217-38/+375
* | r26516: Fix line splitting in subunitrun.Jelmer Vernooij2007-12-211-2/+2
* | r26515: nsswitch: Get rid of a pstringKai Blin2007-12-211-1/+1
* | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin2007-12-211-3/+0
* | r26513: Update substitution dictionary for ldifs.Jelmer Vernooij2007-12-215-0/+27
* | r26512: Another attempt at fixing darwinJelmer Vernooij2007-12-211-1/+1
* | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vKai Blin2007-12-212-5/+8
* | r26510: attempt to fix shld flags for darwin.Jelmer Vernooij2007-12-211-1/+1
* | r26509: Don't make boolean options eat the next argument.Jelmer Vernooij2007-12-211-3/+4
* | r26508: Tighter dependencies in an attempt to fix missing symbol errors on sun9.Jelmer Vernooij2007-12-211-1/+1
* | r26507: Fix function signature for freeifaddrs.Jelmer Vernooij2007-12-211-1/+1
* | r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij2007-12-214-321/+317
* | r26505: Add python bindings for some samdb-related functions, improve provisi...Jelmer Vernooij2007-12-218-32/+228
* | r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-218-10/+14
* | r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-2113-131/+414
* | r26502: Revert accidently removed pkg-config path change. Thanks to metze for...Jelmer Vernooij2007-12-211-0/+5
* | r26500: README: Samba4 is not a technical preview anymore.Kai Blin2007-12-211-11/+12
* | r26499: Allow testing python provision by setting the PROVISION_PYTHON enviro...Jelmer Vernooij2007-12-212-12/+6
* | r26498: Fix memory leak in iconv code.Jelmer Vernooij2007-12-215-13/+22
* | r26497: Fix return type for freeifaddrs().Jelmer Vernooij2007-12-212-7/+7
* | r26496: Move some provision functions to a new SamDB class, support setting s...Jelmer Vernooij2007-12-219-366/+450
* | r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij2007-12-211-0/+10
* | r26494: Add entries for new header files.Jelmer Vernooij2007-12-211-0/+3
* | r26493: Fix includes for dsdb/common.Jelmer Vernooij2007-12-211-0/+1
* | r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij2007-12-211-0/+1
* | r26491: Fix syntax.Jelmer Vernooij2007-12-211-1/+1
* | r26488: Implement tests for the ranged_results module.Andrew Bartlett2007-12-212-36/+186
* | r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2007-12-212-2/+15